Vb6 Student Edition



I know the Learning Edition was once called the Standard Edition, which doesn't sound so 'beginner-ish'. I'd be interested if anyone else is using this version, and if it's suitable for a typical AutoCAD VB programmer. VB6 - Visual Basic - Learn Visual Basic 6.0 (Manual).pdf - Google Drive.

Student

Designed for an introductory programming course, this market-leading title has been enhanced to include two new tutorials on the next generation of Visual Basic - Visual Basic.NET. Programming with Visual Basic 6.0 Enhanced distinguishes itself from other Windows books because of its unique two-pronged approach. Download microsoft visual basic 6.0 for free. Development Tools downloads - Microsoft Visual Basic by Microsoft and many more programs are available for instant and free download.

Hello All
I want to create a exe of Note which i have developed in VB6

Does any one know how to do it?

  • 6 Contributors
  • forum6 Replies
  • 9,287 Views
  • 1 Month Discussion Span
  • commentLatest PostLatest Postby faroukmuhammad

Recommended Answers

Select the MAKE EXE option from file menu in VB 6 IDE.

Jump to Post

Vb6 Books

Vb6

1. Go to Project->Project Properties, In General Tab make sure that your Project Type is Standard Exe. You can also change the Application Title, Icon, Version and Version Information in Make Tab.
2. If you sure to build it then go to File->Make Project.Exe, Save Dialog will appear to save …

Vb6 Student Edition Task

Jump to Post

All 6 Replies

Select the MAKE EXE option from file menu in VB 6 IDE.