|
-
Dec 10th, 2009, 01:22 PM
#1
Thread Starter
New Member
[VB6]Question
Well a good friend of mine told me to register here if i wanted to ask something
Now, my english isnt perfect but ill try to explain as good as i can
EDITED: Now i need to ask, if its possible to remove the beep sounds when a msgbox pops up, it gets anoying after awhile...
ill edit this thread incase i got any other questions ( i actually got a project im working prutty much on, and i get stuck sometimes... i only have a month or so with knowledge )
Last edited by HaGsTeR; Dec 10th, 2009 at 03:23 PM.
-
Dec 10th, 2009, 01:25 PM
#2
Re: [VB6]Question
Welcome to the forums, your English is very good
Maybe, this:
Label1.caption = Val(label1.caption) - 3 (or 4 or 5 doesnt mather, just under 0)
If Val(Label1.Caption) < 0 Then MsgBox "Oops"
-
Dec 10th, 2009, 01:30 PM
#3
Thread Starter
New Member
Re: [VB6]Question
 Originally Posted by LaVolpe
Welcome to the forums, your English is very good
Maybe, this:
Label1.caption = Val(label1.caption) - 3 (or 4 or 5 doesnt mather, just under 0)
If Val(Label1.Caption) < 0 Then MsgBox "Oops"
Ooh, this works great... Thank you 
Edited thread
Last edited by HaGsTeR; Dec 10th, 2009 at 03:22 PM.
-
Dec 10th, 2009, 03:35 PM
#4
Thread Starter
New Member
Re: [VB6]Question
Bump (Becouse i edited )
-
Dec 10th, 2009, 03:44 PM
#5
Re: [VB6]Question
Please post new info/questions in replies rather than editing like that, because it causes confusion and lots of extra reading (and also makes the thread useless for people who have a similar problem later).
Also please don't use one thread for all of your questions - you should create a new thread unless the question is directly related to the first post.
-
Dec 19th, 2009, 04:12 PM
#6
Hyperactive Member
Re: [VB6]Question
The other downside to editing your first post is that this is a very busy forum and many here tend to use the "view first unread" button. Hence nobody will notice your edit or be able to answer your new questions.
I only edit because of my really bad typing skills.
Slower than a crippled Vista
More buggy than a fresh XP install
Look! Down the road, some 50 miles behind the drunken snail.
It's Ubuntu!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|