Click here to Skip to main content
16,007,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDisplay in List View Pin
Member 146985226-Oct-04 2:21
Member 146985226-Oct-04 2:21 
Generalmsscript.ocx Pin
iambhushan26-Oct-04 1:15
iambhushan26-Oct-04 1:15 
GeneralRe: msscript.ocx Pin
Dave Kreskowiak26-Oct-04 4:14
mveDave Kreskowiak26-Oct-04 4:14 
GeneralMultiple access to Single Database Pin
payal sheth25-Oct-04 23:52
payal sheth25-Oct-04 23:52 
GeneralRe: Multiple access to Single Database Pin
J4amieC26-Oct-04 0:40
J4amieC26-Oct-04 0:40 
GeneralRe: Multiple access to Single Database Pin
Dave Kreskowiak26-Oct-04 4:10
mveDave Kreskowiak26-Oct-04 4:10 
GeneralBuilding Wizards Pin
shevi202725-Oct-04 22:51
shevi202725-Oct-04 22:51 
GeneralRe: Building Wizards Pin
MohammadAmiry26-Oct-04 0:14
MohammadAmiry26-Oct-04 0:14 
Yep! you sure can.
The main idea is to make a form, with the buttons 'Back', 'Next' and 'Cancel'
then pacing a frame array on that: Frame1(n) that all have their Visible property set to False.
each frame is presenting the face of a wisard step.
(the frames must all be of the same size and must overlap each other completely.
then simply in the click events of next and back buttons, try showing the propper frame (makeing it's visible property True and the Visible property of the previous Frame to False)

now try designing each step on it's own Frame!
so simple yeah?

(VB Wisard Manager helps you do the same thing in VB6 but the idea is still the same.)
GeneralRe: Building Wizards Pin
shevi202726-Oct-04 2:00
shevi202726-Oct-04 2:00 
GeneralWindows Service Pin
maykut209925-Oct-04 13:34
maykut209925-Oct-04 13:34 
Generaldataset basic navigation / traversing Pin
JenniferH25-Oct-04 12:38
JenniferH25-Oct-04 12:38 
Generalcontrol array for addins Pin
shinay25-Oct-04 10:25
shinay25-Oct-04 10:25 
GeneralCom Interop & Deployment Pin
Geopsaros25-Oct-04 7:04
Geopsaros25-Oct-04 7:04 
GeneralSimple String Question Pin
cwayman25-Oct-04 5:40
cwayman25-Oct-04 5:40 
GeneralRe: Simple String Question Pin
Mike Ellison25-Oct-04 6:17
Mike Ellison25-Oct-04 6:17 
GeneralRe: Simple String Question Pin
Mekong River25-Oct-04 21:18
Mekong River25-Oct-04 21:18 
GeneralRe: Simple String Question Pin
cwayman25-Oct-04 21:45
cwayman25-Oct-04 21:45 
Generaldata grid control in visual basic.net Pin
Kumar0925-Oct-04 4:28
Kumar0925-Oct-04 4:28 
GeneralRe: data grid control in visual basic.net Pin
Desi Bravo31-Oct-04 3:05
Desi Bravo31-Oct-04 3:05 
GeneralNetwork drive in a TreeView Pin
Brad Fackrell25-Oct-04 2:52
Brad Fackrell25-Oct-04 2:52 
QuestionHow to combine VB6.0 and C++ ??? Pin
john_tran24-Oct-04 19:33
john_tran24-Oct-04 19:33 
AnswerRe: How to combine VB6.0 and C++ ??? Pin
incubusfan24-Oct-04 23:58
incubusfan24-Oct-04 23:58 
GeneralRe: How to combine VB6.0 and C++ ??? Pin
Anonymous25-Oct-04 2:35
Anonymous25-Oct-04 2:35 
GeneralRe: How to combine VB6.0 and C++ ??? Pin
john_tran25-Oct-04 3:13
john_tran25-Oct-04 3:13 
GeneralExporting VB.Net DLLs to VB6 Pin
Fade (Amit BS)24-Oct-04 18:46
Fade (Amit BS)24-Oct-04 18:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.