all groups > vb.net upgrade > october 2004
Finding Existance of Subdirectories
Posted by J French at 10/30/2004 11:21:59 PM
I can determine the existence of a directory and a file - no problem. I
can't determine in code if a subdirectory is present. Please help, guys !
John
--
jffrenchjr@earthlink.net
... more >>
How do you open a file in VB net if its not a txt file. StreamReader won't work.
Posted by mmkjordi NO[at]SPAM earthlink.net at 10/21/2004 1:30:23 PM
Hi,
I am looking for a way to read a .DAT file into VB.net so I can use
the data. I can only get the first piece of data from the file to load
into VB.net using streamreader. I have tried ".readline" and
".readtoend." In both cases it thinks the file is completely loaded
after the first piece... more >>
adding controls at runtime
Posted by Tym at 10/20/2004 9:57:57 PM
I was looking for a way to add a control array at runtime - but it
doesn't look like vb.net has that ability any more...
Was looking at controls one at a time thus:
Dim Label1 As New Label
Label1.Text = "label 1"
Label1.Location = New Point(20, 25)
Me.Contro... more >>
Strange Error
Posted by Tym at 10/20/2004 12:48:12 PM
I've just downloaded the vb.net version of David Irland's blowfish
algorithm
I used his VB6 versino quite sucessfully for password encryption.
Moved up to vb.net and downlaoded the above. The projext as downloaded
works great!
As with the VB6 version, I copied the modules into my own proj... more >>
Move subclassing code to vb.net
Posted by eastforkfarms NO[at]SPAM yahoo.com at 10/14/2004 1:46:58 PM
I have a listview in VB6 that utilizes subclassing to hide/lock
columns.
I want to move this to VB.NET,via the upgrade wizard, but I cannot
find a replacement for:
Public Declare Sub MoveMemory Lib _
"kernel32" Alias "RtlMoveMemory" _
(pDest As Any, pSource As Any, _
ByVal dwLength As Lon... more >>
Visual basic.net upgrade wizard errors
Posted by Graham Willsher at 10/7/2004 6:54:27 PM
I have purchased Visual Basic .net Standard edition to modify Visual basic 6
code, of which I think that I have been sent all the necessary source code
that I require.
When I try to open the original project I am taken to the upgrade wizard to
convert it to .net format. I have read through ... more >>
Upgrading VB6 COM Objects to VB.Net - questions
Posted by Scott McBurney at 10/5/2004 1:57:02 PM
I'm new to .Net so please be kind....
We have a COM class project in VB6 (ActiveX dll), and it is used by numerous
applications.
We want to rebuild the project in VS 2003, which seems fairly easy to do.
However, how do I go about maintaining binary compatibility with the old VB6
objec... more >>
Showing Forms
Posted by Chris O. at 10/3/2004 2:26:44 PM
What's the Visual Basic.NET equivalent to VB6's Form.Show command?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|