all groups > vb.net upgrade > september 2005
Confused: How to upgrade .bas Modules?
Posted by João Bragança at 9/29/2005 12:10:38 PM
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, when
upgradi... more >>
Issue with DAO to ADO.Net
Posted by LDD at 9/27/2005 12:23:48 PM
Hey folks
I'm porting an app from VB6 to VB.Net... what a process!
I'm about 70% of the way through.
However I'm trying to find some information on how to upgrade the code
snippet below to make use of ADO.Net
-----------------------------------------------------
....
Dim prsFiles As D... more >>
postdata in .net
Posted by somewherehot NO[at]SPAM hotmail.com at 9/23/2005 5:53:02 AM
Dear all
I used this http://support.microsoft.com/default.aspx?kbid=174923 to
post data via my vb6 application.
Now I am upgrading to .net and my program fails miserably because
vbFromUnicode doesnt exist any more.
I've spent the last 3 hours trawling though groups and the help files
and... more >>
Saving to Registry after upgrade
Posted by LDD at 9/21/2005 10:37:41 AM
Hey folks
I'm upgrading an existing application from VB6 to VB.Net
It's a slow painful process, and there isn't time to rewrite it.
I'm using RegCreateKeyEx(...) to save some data to the registry.
I'm getting Error 1314 and can't seem to find much useful info on this.
If anyone has any info... more >>
Access compatibility problem
Posted by Refaat malki at 9/19/2005 6:35:32 AM
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.
After doing al... more >>
Programming VB 2005
Posted by Jesse Liberty at 9/16/2005 3:24:56 PM
[This is a one time announcement that I hope will be valuable to members =
of this newsgroup]
I'm incredibly pleased to announce that Programming Visual Basic 2005 =
(O'Reilly Media) is now available.=20
This book is targeted directly at experienced VB6 programmers who want =
to make the ju... more >>
System.StackOverflowException
Posted by Beginner at 9/15/2005 3:12:02 PM
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
the following function;
Public Function GetStatusData(ByVal hDev... more >>
To convert 'As Any' in VB6 to .NET
Posted by Beginner at 9/15/2005 2:09:01 PM
Hello,
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;
Public Declare Function TestComun... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem accessing VB6 OCX file from VB.NET
Posted by Mike at 9/14/2005 5:42:14 AM
Hello:
I am trying to access a VB6 OCX file (with many important methods in it
created by me) using VB.NET.
Let me tell you what I have done to access the methods.
I started with registering the OCX file using regsvr32 and registering
the ocx file. I tried to create an object using the NEW ke... more >>
Conversion from vb6 to vb.net
Posted by Dushyant at 9/6/2005 5:42:11 AM
Hi everyone,
Can somebody please tell me how to convert the following code from vb to
vb.net.
Private pRegularExpression As RegExp
pRegularExpression.Pattern = xExpression
pRegularExpression.IgnoreCase = False
pRegularExpression.Global = False
All the responses are welcome.
Re... more >>
listboxproblem
Posted by DavideR at 9/5/2005 8:31:08 AM
i'm using w2002 vs2002 sp2
list1.additem(...)
vb6.setitemdata(list1,list1.items.count-1,...)
.... = some value
i recieve the following exception
list1.items can't support 1 arguments
the code is traslated directly from the wizard from vb6 to vb.net
what's wrong?
... more >>
port or bag it and start over
Posted by jon f kaminsky at 9/2/2005 5:26:09 PM
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.
And with the Crystal Reports XI... more >>
Help. Dot Net keep flagging an error remdim
Posted by WAYNEL at 9/1/2005 2:28:59 AM
Hi
I am trying to re-write some of the example code that Agilent gives for
VB to VB.Net.
In .Net I keep getting the error 'cannot change the number of
dimensions of an array'.
I have paste the module I am having an issue with. Can anyone help!
Thanks
WayneL
Module Module1
' ... more >>
|