Post: Visual Basic 2008 Help
03-13-2011, 09:02 PM #1
Pasco
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); Hey, so im making a virus in visual basic and need a messagebox to pop up when the progressbar is full, i know about increments and stuff, and im not sure if i need to use a timer aswell? If anyone can help, please comment or pm me
Thanks Smile
03-13-2011, 09:36 PM #2
Originally posted by Pasco View Post
Hey, so im making a virus in visual basic and need a messagebox to pop up when the progressbar is full, i know about increments and stuff, and im not sure if i need to use a timer aswell? If anyone can help, please comment or pm me
Thanks Smile


#define TIMER_END 100

for(int timer = 0; timer < TIMER_END ; timer ++)
{
}

MessageBox(NULL,"Message Body Virus Finished Loading","Finish",MB_ICONINFORMATION | MB_OK);
Last edited by TheUberFail ; 03-13-2011 at 09:46 PM.

The following user thanked TheUberFail for this useful post:

kiwimoosical
03-14-2011, 07:15 PM #3
Pasco
Keeper
Thankss manSmile
03-14-2011, 08:00 PM #4
kiwimoosical
Bounty hunter
Originally posted by TheUberFail View Post
#define TIMER_END 100

for(int timer = 0; timer < TIMER_END ; timer ++)
{
}

MessageBox(NULL,"Message Body Virus Finished Loading","Finish",MB_ICONINFORMATION | MB_OK);


This isn't WINAPI lulz.
03-14-2011, 08:06 PM #5
Originally posted by kiwimoosical View Post
This isn't WINAPI lulz.


Huh? SADFACE
03-15-2011, 11:07 PM #6
kiwimoosical
Bounty hunter
Originally posted by TheUberFail View Post
Huh? SADFACE


He needed help with VB, not C++ lol.
03-16-2011, 12:35 AM #7
Originally posted by kiwimoosical View Post
He needed help with VB, not C++ lol.


Oh i thought he said visual studio xD /facepalm
03-16-2011, 11:49 PM #8
IVThaKiller
Gym leader
    If ProgressBar1.Maximum = True Then
MsgBox("Done!")
Else
End If


Check spelling as I am on iPad.
03-19-2011, 06:50 AM #9
XDev
Banned
i got this to man.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo