|
-
Aug 4th, 2004, 02:13 AM
#1
Thread Starter
Junior Member
is it possible to use *.bas files in vb net? RESOLVED
well, is it? and how?
thanx,
usul
Last edited by Usul; Aug 4th, 2004 at 10:01 AM.
-
Aug 4th, 2004, 03:35 AM
#2
Fanatic Member
i've done a document1.brownmonkey and do a vbc document1.brownmonkey and it's still ok. i do .net framework 1.1 with textpad as my editor.
VB Code:
imports system
public class sample
shared sub main()
console.writeline("hello world")
end sub
end class
-
Aug 4th, 2004, 03:50 AM
#3
Some code may need to be rewritten if it's an old BAS.
-
Aug 4th, 2004, 03:50 AM
#4
Put more information in your questions please.
When you say use, do you mean reference it (meaning it has VB6 code still in it) ?
You just want to convert it to .net ?
Just have a .net codefile with a .bas extension ?
-
Aug 4th, 2004, 04:02 AM
#5
Thread Starter
Junior Member
Originally posted by mendhak
Some code may need to be rewritten if it's an old BAS.
my problem is this:
another thread of mine with the real problem
It was written in a *.bas file.
-
Aug 4th, 2004, 09:50 AM
#6
So your problem was you had VB6 code in a bas file, and wanted to convert it to .Net. Either way, you have your answer in the other thread, so I guess this is resolved.
-
Aug 4th, 2004, 10:01 AM
#7
Thread Starter
Junior Member
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
|