Lost Password?

Go Back   CodeCall Programming Forum > Software Development > Visual Basic Programming

Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-11-2008, 07:13 PM
MzG's Avatar   
MzG MzG is offline
Newbie
 
Join Date: May 2008
Location: Norway
Posts: 3
Rep Power: 0
MzG is on a distinguished road
Question Advice: VISUAL BASIC 6.0 Tools

I'll be working on some old code this summer, written in VB6 by some guy in Oslo. The problem is: What tools should I use?



It seems like there are no good free environments on the net (this is Microsoft after all). I should be able to persuade my boss to buy me one, though, but which? Visual Studio 6.0 is very old, but the code was written in this IDE and might not be compatible with newer versions. What do you professionals out there think?

Any help will be greatly appreciated as I'll have to make a decision fast...
__________________
while (1<2) {
// Annoy operative system
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-13-2008, 07:34 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,565
Last Blog:
PHP: list()
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: Advice: VISUAL BASIC 6.0 Tools

To work with Visual Basic 6.0 you will have to buy Visual Studio 6.0. I don't know of any other IDE that supports VB6.0.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-13-2008, 08:07 AM
TcM's Avatar   
TcM TcM is offline
Terminator - I'll be back
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 5,748
Rep Power: 47
TcM is a jewel in the roughTcM is a jewel in the roughTcM is a jewel in the rough
Default Re: Advice: VISUAL BASIC 6.0 Tools

Quote:
Originally Posted by MzG View Post
written in VB6

Visual Studio 6.0

this IDE

newer versions
You confused me. VB6.... or VS?

What IDE, VB or VS?

I think that the latest version of VB is VB6, then, there is the .NET version but it's completely different from VB6
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall


Business Directory | Technology Blog | Windows Help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-13-2008, 08:12 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,565
Last Blog:
PHP: list()
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: Advice: VISUAL BASIC 6.0 Tools

Visual Basic 6.0 is in Visual Studio 6.0 so you can either purchase VB6.0 or VS6.0.....

The latest version of VB is 9.0.

VB 9.0 = 2008
VB 8.0 = 2005
VB 7.0 and 7.1 = 2003
VB 6.0 and < 6.0 were prior to .NET and labeled only by their versions.

There is also "VBx" which is version 10.0. Its not released yet though.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-13-2008, 02:40 PM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 3,069
Last Blog:
Reading Jet Databases ...
Rep Power: 27
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: Advice: VISUAL BASIC 6.0 Tools

For the .NET ones you can use Visual Studio 2008 Express Editions.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-13-2008, 03:22 PM
TcM's Avatar   
TcM TcM is offline
Terminator - I'll be back
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 5,748
Rep Power: 47
TcM is a jewel in the roughTcM is a jewel in the roughTcM is a jewel in the rough
Default Re: Advice: VISUAL BASIC 6.0 Tools

Quote:
Originally Posted by Jordan View Post
Visual Basic 6.0 is in Visual Studio 6.0 so you can either purchase VB6.0 or VS6.0.....

The latest version of VB is 9.0.

VB 9.0 = 2008
VB 8.0 = 2005
VB 7.0 and 7.1 = 2003
VB 6.0 and < 6.0 were prior to .NET and labeled only by their versions.

There is also "VBx" which is version 10.0. Its not released yet though.
That's right. But as far as I know you cannot open a Visual Basic 6.0 project (which is the latest non-.net version of visual basic) with a .NET version. So the era of the old VB ends with VB 6.0 (NOT VS!) and then the era of .NET starts with VS 2003 or VB .NET 2003

Isn't this right?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall


Business Directory | Technology Blog | Windows Help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-13-2008, 03:24 PM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 3,069
Last Blog:
Reading Jet Databases ...
Rep Power: 27
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: Advice: VISUAL BASIC 6.0 Tools

I believe the VS Express Editions can convert the files automatically, no?
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-04-2008, 02:35 AM
t3st t3st is offline
Newbie
 
Join Date: Jun 2008
Posts: 3
Rep Power: 0
t3st is on a distinguished road
Default Re: Advice: VISUAL BASIC 6.0 Tools

better you use visual studio 6.0 professional edition
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-04-2008, 10:43 AM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 3,069
Last Blog:
Reading Jet Databases ...
Rep Power: 27
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: Advice: VISUAL BASIC 6.0 Tools

Yeah, but it costs money, which I don't have.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Contest: C# vs. Java vs. Visual Basic Jordan General Programming 145 06-24-2008 08:28 AM
Creating a Class in Visual Studios.Net (Visual Basic Section) dream Visual Basic Programming 11 05-12-2008 02:47 PM
Visual Studio 2005 and Windows Vista Jordan General Programming 3 01-22-2007 03:21 PM
Graphical programming add-in for Visual Basic 6.0 xXHalfSliceXx Visual Basic Programming 10 01-03-2007 07:14 AM
Parallel Port Programming Using Visual Basic kevintcp85 Visual Basic Programming 12 12-06-2006 12:09 PM


All times are GMT -5. The time now is 01:49 AM.

Contest Stats

dargueta ........ 93.00000
John ........ 87.50000
Xav ........ 70.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads