| Thread | Last Post | Replies |
|
| Confused: How to upgrade .bas Modules? | 29 Sep 2005 19:48 GMT | 1 |
All my VB6 projects share about 6 different .bas modules. When I try to upgrade each of the VB6 projects to .Net 2003, the modules become part of the .Net project instead of staying as independent common files. How can I, first, upgrade my .bas modules to .Net and then, second, ...
|
| port or bag it and start over | 27 Sep 2005 14:55 GMT | 2 |
Hi- (x-posted in dotnet.framework.adonet) i have been struggling with porting a large VB6 project over 55 forms, 5 data environment objects, each with 50-100 commands (over 30 total), plus all the hand-coded connections, commands and recordsets where applicable.
|
| Access compatibility problem | 22 Sep 2005 11:34 GMT | 1 |
I have been writing macro's in Access for years. However I have recently encountered a problem. I made a data base to track reports on my laptop, but when I put it on the network some users couldn't run it properly essentially the database crashed and brought up Macro errors.
|
| System.StackOverflowException | 16 Sep 2005 11:57 GMT | 1 |
Hello, I got an error message that says, "An unhandled exception of type 'System.StackOverflowException' occurred in Porject1.exe", when I run the program upgraded from VB6. When the error occurs, the debugger is pointing at
|
| To convert 'As Any' in VB6 to .NET | 15 Sep 2005 22:20 GMT | 1 |
I hope this is the right place to ask this question. When I tried to convert my VB 6.0 program to .Net, I got an error message that says, "Declare statement does not support parameters of type As Any". Here is the part that the error msg indicates;
|
| Conversion from vb6 to vb.net | 09 Sep 2005 13:47 GMT | 3 |
Can somebody please tell me how to convert the following code from vb to vb.net. Private pRegularExpression As RegExp pRegularExpression.Pattern = xExpression
|
| listboxproblem | 05 Sep 2005 18:28 GMT | 1 |
i'm using w2002 vs2002 sp2 list1.additem(...) vb6.setitemdata(list1,list1.items.count-1,...) ... = some value
|