VB6 IDE vs net2005
Sun, 8 Jan 2006 09:19:10 -0800
This really p---es me off. I installed VB6 after installing 2005 pro
I make a lot of changes in my VB6 app and run(compile) with Save. If I have
a syntax error it shows it to me and I correct and again Run with Save.
But if there is an error, and after my error handler displays the message,
up pops a net ...
|
Upgrading split function
Sat, 7 Jan 2006 18:21:02 -0800
I am upgrading a vb6 program to vs.net 2005. I have found a difference in
the operation of the "split function".
Example code:
Dim result() as string
Dim source as string
source = ""
result = split(source, ",")
msgbox ubound(result)
in vb6 this returns -1, in vs2005 and vs2003 it returns 0. Is this ...
|
Debug assertion failed in wincore.cpp line 980
5 Jan 2006 12:42:27 -0800
I am getting the subject failure after having upgraded to VB.NET 2003
from VB98.
During startup, the splash form shows and the login form shows. After
the login completes, the splash and login forms are closed and the main
application form is Show()'d.
The Closed(...) event for both the splash and login f ...
|
Resource files
Wed, 4 Jan 2006 14:05:37 -0800
I use language resource files in VB6. Both directly and via resource files
in dll's.
Apparently you have to convert, using resgen.exe, for vbnet 2005.
Boy, is it confusing. Does anyone have some simple examples of this type of
conversion??
Galen
...
|
reading and writing binary data in VB
Tue, 03 Jan 2006 01:24:00 GMT
In Visual Basic 6 I have written a program to read and write to a file. It
works fine. Now I have to do the same for binary data since the information
I write to the file has [i]end-of-line[/i] and [i]return[/i] characters. For
instance, when I write to the file, the data looks like this:
"3
34"
Becau ...
|
Where is Procedure View Button in Vb.Net 2005 ?
Mon, 2 Jan 2006 13:09:59 +0500
How can I display only current procedure in VB.Net 2005, like Vb-6, I mean
Procedure View and full Module View in VB-6 ?
Best Regards,
Luqman
...
|
MSDataSetGeneration Tool Failed
Sun, 01 Jan 2006 18:47:09 +0200
I am trying to upgrade an application from .net 1.1 to .net 2.0. In the
conversion process I am getting an error. "the custom tool
MSDataSetGenerator Failed" for every typed dataset in my application.
None of the typed dataset classes are recognized by the application. I
have tried to run the custom too ...
|
|
|
reading and writing a file in VB
Wed, 28 Dec 2005 20:11:35 GMT
Has anyone had any experience reading and writing a file in VB?
When I write a string variable to a file it puts quotes around the line.
THen when I read it back, the quotes are there. How do I strip the quotes or
make it so that the quotation marks are not there when I write to the file? ...
|
Threading in .NET
28 Dec 2005 05:46:02 -0800
Hi all,
I have a problem regarding the threading issues in .NET. Actually I
have a application in which i execute a process by invoking the thread
in the background and at the same time I
want to display a modal dialog which will only block my UI. It doesn't
have to do anything with my thread executing in t ...
|
Regarding usercontrol in .NET
27 Dec 2005 07:01:42 -0800
Hi all,
I have a problem regarding use of a usercontrol in .NET.
My usercontrol consists of two listviews which I say as source and
destination lisviews which
contains the files and folders.
I select files from source view and transfer it to the destination
view.The problem arises while
displaying the dia ...
|