Connecting Tech Pros Worldwide Forums | Help | Site Map

Ben3eeE want if i don't want the message box just... (Yoda)

yoda's Avatar
Needs Regular Fix
 
Join Date: Dec 2006
Location: canada
Posts: 273
#1: Dec 30 '06
the form to repeat it self over and over etc.

thanks a lot for the other stuff

se ya around

Moderator
 
Join Date: Oct 2006
Location: Australia
Posts: 7,748
#2: Dec 31 '06

re: Ben3eeE want if i don't want the message box just... (Yoda)


Quote:

Originally Posted by yoda

the form to repeat it self over and over etc.

Huh? Could you explain further what you're looking for here?
Newbie
 
Join Date: Dec 2006
Posts: 8
#3: Jan 2 '07

re: Ben3eeE want if i don't want the message box just... (Yoda)


My name is in the topic!!!
no seriosly, if you want help or if someone should be able to help you,
i should give the important code and explain what the problem is what you
want the code to do, and try to learn programming loops before asking on
this forum. that way its much more likely that someone would help you.
Now, if you explain what you mean with looping the form and what you want to
loop. someone might just be nice enought to help.
yoda's Avatar
Needs Regular Fix
 
Join Date: Dec 2006
Location: canada
Posts: 273
#4: Jan 3 '07

re: Ben3eeE want if i don't want the message box just... (Yoda)


Sorry Dude i just want help i'm in high school and i'm not very good at programming
so the question is how do you just loop the form with out the message box.
Moderator
 
Join Date: Oct 2006
Location: Australia
Posts: 7,748
#5: Jan 3 '07

re: Ben3eeE want if i don't want the message box just... (Yoda)


Quote:

Originally Posted by yoda

Sorry Dude i just want help i'm in high school and i'm not very good at programming so the question is how do you just loop the form with out the message box.

We're happy to help, but you need to explain what you mean by "looping the form". What does it mean for a fom to "repeat itself"?
yoda's Avatar
Needs Regular Fix
 
Join Date: Dec 2006
Location: canada
Posts: 273
#6: Jan 4 '07

re: Ben3eeE want if i don't want the message box just... (Yoda)


Quote:

Originally Posted by Killer42

We're happy to help, but you need to explain what you mean by "looping the form". What does it mean for a fom to "repeat itself"?


I mean i just want the form and not the message box at all. I've also got a question about my code. does this work, i know it does but do you like it Killer42.

Private Sub Command1_Click()
Dim variable As Integer
Do Until variable = 200
MsgBox ("Error Memory Low")
variable = variable + 2
Loop
End Sub

Private Sub Form_Load()
Dim variable As Integer
Do Until variable = 200
Form1.Show vbModal
variable = variable + 1
Unload Me
Loop
End Sub

My e-mail
Here's my e-mail i wnt to send you the project so give yours and i will send it to you if you have VB 6.0.

If you do I was only going to give it to friends at school and piss them off.
Reply