|
-
Oct 19th, 2009, 10:23 PM
#1
Thread Starter
Fanatic Member
"My way" of using VB6 don't work on VB.net
I have this great way to use VB6
I treated my project like a .exe file.
Say I want to work on c:\work directory.
I just save as the .vbp file to c:\work directory
All the other files (.frm,.bas,.cls) files are in a special directory called library
ALL of my .vbp files, in c:\work1, c:\work2, c:\work3 refer to that one same directory.
How can I do that in vb.net?
Why this is important? Bugs always happen all the time. If I just run .exe file, when bug happen, I cannot do a thing. However, if I run the project file and run the program in debug mode, when bug happen I can figure out what happen.
Last edited by teguh123; Oct 19th, 2009 at 10:35 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|