Click here to Skip to main content
15,920,633 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how do i scramble words at random. Pin
rudy.net11-Nov-05 11:44
rudy.net11-Nov-05 11:44 
GeneralRe: how do i scramble words at random. thanks but Pin
JustmeNick11-Nov-05 16:55
JustmeNick11-Nov-05 16:55 
Generalok, i have got it,, scrambling words at random. Pin
JustmeNick12-Nov-05 4:54
JustmeNick12-Nov-05 4:54 
GeneralRe: ok, i have got it,, scrambling words at random. Pin
rudy.net12-Nov-05 16:41
rudy.net12-Nov-05 16:41 
Questionconvert a string to a form object Pin
cruise9511-Nov-05 6:13
cruise9511-Nov-05 6:13 
AnswerRe: convert a string to a form object Pin
rwestgraham11-Nov-05 7:52
rwestgraham11-Nov-05 7:52 
GeneralRe: convert a string to a form object Pin
cruise9511-Nov-05 8:44
cruise9511-Nov-05 8:44 
GeneralRe: convert a string to a form object Pin
rwestgraham11-Nov-05 9:53
rwestgraham11-Nov-05 9:53 
Yes. What I do is design a panel and then set the left coordinate to a large enough negative number to move it off the form area in design view. Then I move them all onto the form in the Load procedure, and simply toggle the first panel Visible property to True at run time.

As far as navigation code goes the approach really depends on the specifics of the wizard. A simple forward/backward single path wizard you can just use a Select Case that evaluates the step number and direction.

If you have conditional navigation or if you are writing a generic Wizard template then you would probably use some kind of stack.
QuestionTemplate type Reports Pin
macca2411-Nov-05 3:03
macca2411-Nov-05 3:03 
QuestionDropdownList Pin
macca2411-Nov-05 3:03
macca2411-Nov-05 3:03 
QuestionHow to paint VS.Net ToolBar control Pin
Anindya Chatterjee11-Nov-05 2:12
Anindya Chatterjee11-Nov-05 2:12 
QuestionThumbnails to Word thru VB6 Pin
dsrahul11-Nov-05 1:45
dsrahul11-Nov-05 1:45 
QuestionWindow Form like Google Desktop ??? Pin
faviochilo11-Nov-05 1:33
faviochilo11-Nov-05 1:33 
QuestionGeneral failure in component GDI+ Pin
Me.MyBase11-Nov-05 0:38
Me.MyBase11-Nov-05 0:38 
QuestionWhatsThisHelp Click Event Pin
Jottum11-Nov-05 0:34
Jottum11-Nov-05 0:34 
Questionfile permission in vb Pin
uktrips00710-Nov-05 23:40
uktrips00710-Nov-05 23:40 
AnswerRe: file permission in vb Pin
Jottum11-Nov-05 2:43
Jottum11-Nov-05 2:43 
AnswerRe: file permission in vb Pin
Dave Kreskowiak11-Nov-05 3:29
mveDave Kreskowiak11-Nov-05 3:29 
QuestionExecuting MS-Acess queries from a text file Pin
sarah_chandran10-Nov-05 19:30
sarah_chandran10-Nov-05 19:30 
AnswerRe: Executing MS-Acess queries from a text file Pin
DA_Loring10-Nov-05 20:52
DA_Loring10-Nov-05 20:52 
QuestionDifference in Constructor and Page_Init() Pin
RSNSI10-Nov-05 17:32
RSNSI10-Nov-05 17:32 
QuestionDisplay Images in Dropdown Pin
RSNSI10-Nov-05 17:30
RSNSI10-Nov-05 17:30 
QuestionHow to create a Visual Browser Pin
charmkid10-Nov-05 12:44
charmkid10-Nov-05 12:44 
AnswerRe: How to create a Visual Browser Pin
Christian Graus10-Nov-05 12:46
protectorChristian Graus10-Nov-05 12:46 
QuestionSelecting a path only using CommonDialog control Pin
TAlvord10-Nov-05 7:05
TAlvord10-Nov-05 7:05 

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.