Can A Vb6 Project Be Imported Into Vs2010
May 9, 2011can a vb6 project be imported into vs2010? I have a vb6 project that I have been working on and would prefer not to start all over again.
View 6 Repliescan a vb6 project be imported into vs2010? I have a vb6 project that I have been working on and would prefer not to start all over again.
View 6 RepliesI Imported 2 programs that I made into one solution. I made a "BIG" main menu (new windows form), put two buttons. I code one button to open up the first project (that works fine). I code the other button to open the project I imported, however it says that the name is not declared. Am I doing something wrong?
here is my code for the "BIG" main menu:
[Code]...
now only the "Original name of first project" appears to be not declared, if I delete "Original name of first project", then "the project I imported"is not declared and so forth. Note: These are not the exact names I called my forms. I'm just trying to explain it clearer.
I have a project solution which consists of few projects including a project which for window controls. In project A, I can import the project control but for another project B, I can't import the project control and cannot access the contains for the project control. May I know why and how to check whether the project control can be imported or not? If the project control is not importable to other project, then why my project A can import that and project B is not able to import that?
View 1 Repliesi Imported 2 programs that I made into one solution. I made a "BIG" main menu (new windows form), put two buttons. I code one button to open up the first project (that works fine). I code the other button to open the project I imported, however it says that the name is not declared. Am I doing something wrong? here is my code for the "BIG" main menu:
[Code]...
now only the "Original name of first project" appears to be not declared, if I delete "Original name of first project", then "the project I imported"is not declared and so forth. Note: These are not the exact names I called my forms. I'm just trying to explain it clearer.
I've made a few really simple VS2010 projects. I used .NET 3.5 for the last one. Should I be able to open them in VS2008?
View 3 RepliesI am currently working on a school project in VS2010. I have added a .exe file in the project folder and added it to the Project as a 'Existing Item'. In Project Properties -> Publish -> Application Files the .exe file is shown.
The .exe file runs quite nicely when I use the Process.Start("C:\NameOfMyApplicationFolder\MyProgram.exe") hard code path to the .exe file. However, I am faced with two(2) challenges that I need to overcome. These are they:
1. If published on another machine the .exe file will not run as the hard code path to the .exe file will be different from that on my machine. Therefore I need a way to create a generic path to the .exe file. I have tried these [Process.Start("C:\|DataDirectory|\MyProgram.exe")] AND [Process.Start("Localhost\|DataDirectory|\MyProgram.exe")]; I got an error message that "The system cannot find the file specified".
2. I am putting the Process.Start("xxxxx.\MyProgram.exe") on a button click event. I also want to put the running of the .exe file between two(2) lines of code. The first line of code is basically asking "Do you wish to run the executable file" - YesNo. If 'Yes' is selected the .exe file is run. Here is the problem: When the .exe program is closed the second line of code is to be executed. I have gotten the .exe to run (using the hard code file path) when 'Yes' is selected, and the second line of code to execute if 'No' is selected, but I have not been successful in getting the second line of code to execute after closing the .exe program. I have tried this: [If Process.Start("C:\NameOfMyApplicationFolder\MyProgram.exe").CloseMainWindow = True Then Do line 2 End if]. nothing happens when I close the .exe program.
Tomorrow, we have to submit our project for the first review.But I had created it in VS2010 ! But in our labs, we have VS2008, where this project will be copied and reviewed by our tutor.
I know, my project won't open in that system having VS2008 installed. Is there a solution to fix this issue that I'm going to face on tomorrow ?
This may be a strange question and have no answer but I thought I would post it to see how you would go about doing it. I have a line of code:
Grade = Math.Round((Math.Abs(CorrectAnswers) / TotalQuestions) * 100)
Basically that line just figures out the grade no major code work there, what I want to do is execute that specific line with different variables without running the whole application and navigating to the point in the application which for this segment would be completing a 150 question exam, or coding some #temp page and running it from there.
I am using VS2010. I have a project that has been deployed for several years. Project builds fine but now suddenly I get the message "Cannot publish because a project failed to build. This program is been updated and published hundreds of times.
View 11 Replieshook up the edmx generated classes such that we can include them on the uml models? This would be great if we could because when we do support we could reverse engineer the database, generate the objects and then directly use them in our sequence diagrams and in our workflow services. Also if we could generate code, and or link code back to the model from the UML model classes that would be great as this would let us graphically show our applications at any point.
View 1 RepliesIf I create a new project on VS2010, and add the WMP.dll reference place the WMP control on a blank VB form, build and debug the application it will run just fine.But if I upgrade a project that already had the WMP.dll reference in it, I cannot debug the application because I gives me this error
View 4 Repliescurrently i am doing a billing system project using vs2010 and sqlserver 2008. i got 2 form, one for invoice & one for delivery order, and a button to submit the invoice details to DO form.
would like to ask a few question,
1) once i add new transaction, the invoice number will be auto increment and save all details into database table.
2) the invoice number cannot use again even after the transaction being canceled.
3) how to make the DO number and invoice number the same as per transaction done / undone.
Okay, so I wrote a few custom ItemTemplates for VS2010 that implement IWizard in VB.NET (4.0). Straight forward enough. They work during my testing, but when someone else deploys and attempts to use any of them, Visual Studio throws an incredibly generic Exception has been thrown by a target of invocation error.
Stranger still, after they open up the project properties and try again... they work. Without changing anything. Anyone have any clue what is going on? Or perhaps even just a way of getting VS to give me a more specific error? I already tried devenv.exe /log but nothing out of the ordinary was there.
I am migrating a project from VS2008 to VS2010 (Framework 4)and I keep getting the following error when trying to use databinding with a child property in VB2010.
View 7 Replies In one of my forms witch I imported from VB2008 there are all properties saved in the *.resx file. One Property, of the Type System.Windows.Forms.Keys, can contain the Value 'Ctrl+F1' witch compiles fine in VB2008, but not in VB2010. To reproduce, simply add the following to any resx file:
<data name="cmdFenster.ShortcutKeys" type="System.Windows.Forms.Keys, System.Windows.Forms">
<value>Ctrl+F1</value>
</data>
It will compile fine with VB2008, but not with VB2010. Notice: The VB2010 also generates this Code in the resx file
Ok I know this question has been asked to death but I still have not seen a good answer. I have created an application in VS2010 using VB.NET. In my application I have an error log that is an XML file located in the Public gstLocalErrorLogLocation As String = Application.StartupPath & "ErrorLog"that gets written to in the event of an error so I can trouble shoot application easier. My application also downloads files from our FTP site and puts the files in Public gstLocalDownloadLocation As String = Application.StartupPath & "download"So I have files that get read and written to as well and created and deleted all in the Application.StartupPath which is either "c:Program Files(Application Directory)(Some Directory)(Some File)" or "c:Program Files (x86)(Application Directory)(Some Directory)(Some File)" depending on 32bit or 64bit Windows 7.
After creating the setup I install it on my test machine that have both Windows 7 32bit and 64bit.Everything in the application works great till I have to write to, delete or creat a file in those directories above. I know it is an access issue and the UAC. This will get installed on numerous systems so the options I have seen to change file or folder permission on the computers manually is not an option.What has to happen is after I install the application it just works like when you install it on XP. Some post have suggested that you us a user with administrator privilages or group which is all fine and dandy but the user I have used to test the application has all of that.
So what I am asking is how do you create an application with VS2010 in VB.NET that after creating a setup package and installing on Windows 7 will just work with out "Access to the path c:Program Files(Application Directory)(Some Directory)(Some File) is denied." If I have to install this on 100 Windows 7 computers it has to be a concreate no manually doing anything just install and work like when we installed on XP.
I am using Visual Studio 2008 and created an ASP.NET 3.5 project and solution. I added another project to my solution, a class library. I added a reference to my class library. Now when I click on the properties of my class library, the Default Namespace is set to "HRCommon", which is correct. Now for some reason, from my ASP.NET application, it's automatically importing the HRCommon namespace. So when I want to reference a class out of my class library, I just need to type the classname. I want to have to specify the whole name, like HRCommon.<ClassName> instead of just <ClassName>.
View 2 RepliesVB has a feature that C# does not, imported namespaces at a project level (My Project>References>Imported Namespaces). When new people check projects out of source control none of our custom imports are included. Where is this VB specific Imported Namespaces stored?
View 2 RepliesI have a MS Access database file that I imported into my project as a data source. It's visible in my solution explorer.I have a DataGridView in my form whose data source is set to that imported access file.Right now I have con set to the actual file access database file, but when Iend queries, the changes are made to my actual access file, and not the data source within my project!Dim con as OleDbConnection = new OleDbConnection("***database.mdb")Within the above *** string it points to the databasefile located on my hard drive that I imported into my project. But when I send queries to my DataGridView it makes those changes on the file, not on the data source that I bound to the DGV.
View 1 RepliesI made a custom control that is a 15x15 grid designed to show a tiled map. Inside I have a class that inherits from pictureBox. The problem comes when I try to place my DLL inside the toolbox. When I click "browse" and select my DLL to import it simply import my class inheriting pictureBox instead of the whole package.
Here is a picture of my files. Grid.vb is the control, clsTile is the pictureBox class and the other one is irrelevant. [URL]
I use adobe reader component in vb.net.normal loading : AdobeReader.src = "C:mydoc.pdf" is ok!Now I want loading a pdf file imported in my.resources, is possible?
View 3 RepliesI have a program that can view different images selected by the user off of their hard drive. How can I have it so they can then save that image to a different place on their hard drive using my program.? I don't know much about saving files in VB.
View 6 RepliesI am use to VB.NET. The game source code I am learning from is written in C#. I find it annoying that I have to add using System.Diagnostics to the source code in order to type Debug.WriteLine.... I checked under project properties, but I cannot find the References tab that allows me to add namespaces to Imported Namespaces. Where do I find this in C#?
View 4 RepliesI am working on a program where I need a small database. I wanted to use XML to store the data, so I followed this tutorial:Everything there works fine. What I now want to do is figure out how to execute SQL statements against the imported data to do inserts and queries.I've searched and searched, but cannot seem to find relevant info. Every example I see needs a connection string, but that doesn't apply here as far as I can tell.
View 5 RepliesHow can I bulk copy a datagridview that has csv data imported, then export to SQL
Private Shared Sub CopyData(ByVal sourceTable As DataGridView, ByVal SQLDESTINATION As SqlConnection)
' column mappings example:
[Code].....
I have this code that will import the excel sheet to the datatable then inserts it in the database, but I have this problem.I have set the HDR to yes so that the first row will be considered as its header, but the problem now is that if the first row is null, the datatable will automatically named it's header as f1,f2 and so on. how can I set the header as null if the first row is null? so I can validate it afterwards
View 3 RepliesI've created a project which references some other projects in my solution. I've added the references properly to my project (which I've done a thousand times before), and used them in an Imports statement. I can successfully create references to the objects contained in the referenced namespace at design-time but whenever I attempt to build or run the project, I get build errors saying that the referenced projects do not exist. Their Imports statements change to the broken green underline and the only way to remedy the problem is to re-add the references in my project's properties.
I know that the referenced projects are valid, will compile etc... because they work fine for other projects in the solution. Also, I can go to the definition of their objects as long as I don't build/run.
I am migrating project from .net 3.5 to .net 4.0 and faced the following issue. There are 2 DllImport statements:
<DllImport("hid64.dll")> _
Public Sub GenerateHardwareID( _
<MarshalAs(UnmanagedType.LPArray, SizeParamIndex:=1)> ByVal Buffer As Byte(), _
[Code].....
ut refreshing a databound Combobox After New Data in Imported into the Database. As it seems not be updating Without Closing the Form Thus resetting the Binding Source. but how can i do this on the Fly Lets say on the Combobox is Clicked it dose the updated List?
Its starting to be Quite Irritating That it is dosen't seem to be affected by:
ComboBox1.ResetText()
ComboBox1.Refresh()
[code].....
I'm using a DLL in my program that is free to use in non commercial environments and it generates a dialog box every time I debug my program to remind you that it's not free for commercial use etc.. At first I couldn't care less about the popup dialog box but when your programming all day it gets really annoying. is there a way to suppress those popup dialog boxes or do I just need to go to my happy place and ignore them when they pop up?
View 4 Replies