all groups > vb.net upgrade > may 2006
mztools
Posted by Brahm at 5/25/2006 5:42:02 PM
Guys,
is there anything like mztools to vb 2005 ?
Daniel
... more >>
error handling
Posted by Brahm at 5/25/2006 5:39:17 PM
Hey Guys!
I am moving from vb6 to vb2005
I was using:
on error go lbl_error:
code..
code..
exit sub or function
lbl_error:
.code
code
but it vb 2005 we have
try.. catch.. finally end try.
In your opinion wich is better for performance and code reading ?
... more >>
Project won't run from network drive.
Posted by Dave Harry at 5/24/2006 12:00:00 AM
Pardon the crosspost, didn't know where to put this one.
I upgraded a project from VB6 to dotNET 2005.
It compiles and runs ok on a local disk, but if I put the EXE on a mapped
network drive it just apologises for the invonvenience of not running.
Copying the EXE file to the desktop, it wor... more >>
Visual Basic hang
Posted by Ricardo Furtado at 5/16/2006 12:00:00 AM
I've been developing an application in visual basic .net 2005 from the
beginning. I allways looked at the IDE as being slow, but i only had, 8
forms, some classes and 2 modules. Recently i imported an application that
has been developed with visual basic 6 and now i'm trying to fix the bugs on... more >>
VB6 MS Project Addin -> VB2005
Posted by Evan S. Dictor at 5/4/2006 3:01:02 PM
I have an existing MS Project Addin (DLL) written in VB6. I would like to
convert this application to VB2005. My preliminary attempts at migration have
failed, mostly on the .dsr file that links the DLL to Project.
Is there anything I should know before I go any further (and by "any
further... more >>
creating PDF using vb.net
Posted by mhk at 5/4/2006 12:58:58 AM
Hi,
is there any way/sample code to create a PDF file using vb.net with out
using 3rd party tools
Plz help
thanks
... more >>
SSTab design time license issue with VB 2003 Upgrade Wizard
Posted by Bruce at 5/3/2006 12:21:01 PM
Hi,
I have a working VB 6 application that I am trying to convert to VB.Net
2003. I have a couple of forms that use the SSTab control. When I attempt to
run it through the Upgrade Wizard it indicates that hte control is lacking a
design time license. I have registered the ocx on the system ... more >>
|