473,387 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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

yoda
291 100+
the form to repeat it self over and over etc.

thanks a lot for the other stuff

se ya around
Dec 30 '06 #1
5 1362
Killer42
8,435 Expert 8TB
the form to repeat it self over and over etc.
Huh? Could you explain further what you're looking for here?
Dec 31 '06 #2
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.
Jan 2 '07 #3
yoda
291 100+
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.
Jan 3 '07 #4
Killer42
8,435 Expert 8TB
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"?
Jan 3 '07 #5
yoda
291 100+
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.
Jan 4 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a...
8
by: Heather | last post by:
I want to make a message box appear on the NotInList event for several combo boxes. The message box will alert the user that if they need to add a value they must go through the database...
7
by: Anne M | last post by:
I have a report based on query..which is a team list with names and their role on team ie coach, assistant and player. Report is almost what I want and my knowledge is limited so I need some...
10
by: cppdev | last post by:
Hi All! I want to clear the string contents from sensitive information such as passwords, and etc. It's always a case that password will appear as string at some point or another. And i feel...
11
by: Joe | last post by:
Hello All, I have an ASP.NET page with one Textbox (SearchTextBox) and one ImageButton (SearchButton) server controls. The user can type search text in SearchTextBox and click SearchButton and...
182
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
11
by: gilbert | last post by:
Hello! I am writing an application that would like to make use of a thread message queue, like the one provided in MFC. In MFC, the message poster calls the function PostThreadMessage. The...
14
by: Professor Yonce | last post by:
I have made form for E-Mail. I have entered code but the Import system does not work. It has squiggly line underneath it showing it is not communicating. It Will not build. Public Class...
21
by: jehugaleahsa | last post by:
Hello: I had an hour-long discussion with my boss today. Last night, right before I dozed off, I realized some of his code resulted in duplicate processing. I tried to explain it to him and he...
7
by: Gary | last post by:
Hello guys! Bear with me, I am a newbie. She is the Data Warehouse manager. She has about 50 users to use the Oracle database from M$ Access via ODBC connection. All those users have only...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.