
December 20th, 2005, 02:41 PM
|
 |
Contributing User
|
|
Join Date: Apr 2004
Location: Philly
|
|
If i understand you correctly...
in vb6 there is a control called the common dialog control.
It can be used to select and save files, select fonts, colors, and printers.
Quote: | Originally Posted by Athono Since I am new to VB and since I am used to VC++, I am wondering if you can do the same sort of things that I did in VC++.
The one thing I am looking at is the GUI process for selecting a file. The user can open a dialog (called Forum in VB) and use it to select a file.
In VC++ this is easy to code because there is a pre-written class called CFileOpen.
Do I have to code all this process from scratch in VB? |
|