Click here to Skip to main content
16,005,080 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: General Input Form Pin
Dave Kreskowiak19-Oct-05 2:13
mveDave Kreskowiak19-Oct-05 2:13 
GeneralRe: General Input Form Pin
mmcsherr19-Oct-05 6:47
mmcsherr19-Oct-05 6:47 
GeneralRe: General Input Form Pin
Dave Kreskowiak19-Oct-05 13:55
mveDave Kreskowiak19-Oct-05 13:55 
QuestionGenerating character combinations - help! Pin
Anonymous18-Oct-05 14:04
Anonymous18-Oct-05 14:04 
AnswerRe: Generating character combinations - help! Pin
Christian Graus18-Oct-05 14:25
protectorChristian Graus18-Oct-05 14:25 
GeneralRe: Generating character combinations - help! Pin
Anonymous18-Oct-05 18:21
Anonymous18-Oct-05 18:21 
GeneralRe: Generating character combinations - help! Pin
Christian Graus18-Oct-05 18:23
protectorChristian Graus18-Oct-05 18:23 
GeneralRe: Generating character combinations - help! Pin
Brett Peirce19-Oct-05 18:15
Brett Peirce19-Oct-05 18:15 
yes indeed, why would you want to do this - maybe it's something as innocent as a class assignment, but maybe not...
if it is innocent though, an example in VB like the one above - just in case you are sitting there scratching your head - is as follows:

  Dim x, y As Integer 'declare x and y - your counting variables<br />
  For x = 1 To 20<br />
    'anything inside this loop, including the following loop, will be repeated 20 times<br />
    For y = 1 To 30<br />
      'this loop will repeat anything inside it 30 times<br />
    Next<br />
  Next<br />


Of course you're not limited to "For" loops; you could use any kind of loop.

And if you're still sitting there scratching your head, then you need to learn a little more about programming in general - buy a book or take a class. btw Good luck with those passwords - I mean that assignment.

sincerely, Brett Peirce - PolerBear
To err is human; To forgive: divine.

-- modified at 0:16 Thursday 20th October, 2005
QuestionSystem install and Unistall Feature Pin
DiMats18-Oct-05 12:47
DiMats18-Oct-05 12:47 
AnswerRe: System install and Unistall Feature Pin
Christian Graus18-Oct-05 14:25
protectorChristian Graus18-Oct-05 14:25 
QuestionProblem with a custom control Pin
Douglas Parsons18-Oct-05 10:42
Douglas Parsons18-Oct-05 10:42 
AnswerRe: Problem with a custom control Pin
Douglas Parsons19-Oct-05 6:05
Douglas Parsons19-Oct-05 6:05 
QuestionWeb Browser Control problem Pin
Meatnog18-Oct-05 10:10
Meatnog18-Oct-05 10:10 
Questiontransfer of data Pin
KamalTeja18-Oct-05 8:42
KamalTeja18-Oct-05 8:42 
AnswerRe: transfer of data Pin
Dave Kreskowiak18-Oct-05 9:50
mveDave Kreskowiak18-Oct-05 9:50 
Questioncopying from the memory Pin
microuser_200018-Oct-05 7:52
microuser_200018-Oct-05 7:52 
AnswerRe: copying from the memory Pin
microuser_200020-Oct-05 7:05
microuser_200020-Oct-05 7:05 
QuestionINI and CFG files Pin
No-e18-Oct-05 7:38
No-e18-Oct-05 7:38 
AnswerRe: INI and CFG files Pin
Richard_Wolf18-Oct-05 8:24
Richard_Wolf18-Oct-05 8:24 
AnswerRe: INI and CFG files Pin
Dave Kreskowiak18-Oct-05 8:25
mveDave Kreskowiak18-Oct-05 8:25 
GeneralRe: INI and CFG files Pin
No-e18-Oct-05 8:32
No-e18-Oct-05 8:32 
QuestionSelect Text in a datagrid with one click Pin
cruise9518-Oct-05 6:38
cruise9518-Oct-05 6:38 
QuestionWhat is the code? Pin
Deema Jack18-Oct-05 6:29
Deema Jack18-Oct-05 6:29 
AnswerRe: What is the code? Pin
Christian Graus18-Oct-05 12:07
protectorChristian Graus18-Oct-05 12:07 
GeneralRe: What is the code? Pin
Deema Jack20-Oct-05 2:30
Deema Jack20-Oct-05 2:30 

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.