i got this persudo code and i want it to be in vb6
any1 help?
Begin
if usbport = detected then
prompt password
if password = password then
open explorer
else prompt change password?
if change password = true
then ask secret question
if secret question = true then
change config
endif
end
User Profile
Collapse
-
errr need major help:)
-
yea man that what im looking for but
how to make it check the list1.additem label1.caption
label1.caption = int(rnd*100)+1
list1.additem label1.caption
now the question is where do i put the anti-repeat
what i want is:
the number from label1.caption will be recorded into list1.additem
now that numbers are in the list1.additem thingy
how to make it check number in the list1.additem... -
-
-
NEED HELP IN MCE 2005 to WIN XP SP2
well i got this screensaver from MCE 2005
named:
wlpgld.scr
and i dont want to install the program that found on the net
i just want to add the registeration files and others required files to run the screensaver from on Windows XP SP2. thank for the help! -
Need Help Encrypting Usb And Decryting It.
I have a pseudo-code and I want to make it VB executable auto run.
Can anyone help?
Code:if usb = in usb port then prompt password if password = password then enable copy/paste etc 'decrpyted else if ask for change password prompt secret question then if question = true then change password config else block from using.' encryted when usb = in usb port it will
-
Run?
i want to know what the codes for running any extension eg.
*.bat, *.exe, *.jpg, *.gif and many other extensions compatable to the computer.
i want it to be onclick a caommmand button it runs in background if possible otherwise run as open. -
i dont think it did anything
i wanted the value in the label1.caption to check whether the value existed in list1 box....Leave a comment:
-
VB6 Repeat Detection?
well im using vb6
and i got data as string in the list1.additem
eg.
label1.caption = Int(rnd*100)
list1.additem label1.caption
now i want a detectection of the rnd from the label before it shows on the GUI it rnd instantly i.e checks the list1.additem and if number exist then rnd label1.caption before showing on the GUI.
result:
label1.caption = "45"
list1.additem... -
try this
Dim a, b ,c as integer
a = Int(Rnd * 12)+1
b = Int(Rnd * 12)+ 1
c = a / b
if a > b then
c = b / a
else
c = a / b
end if
Label2.Caption = a
Label3.Caption = b
Label4.Caption = c
tell me if it work im just guessing
:)Leave a comment:
-
Req: Game Making
i want to make a bingo game on vb6 and dont really know which codes to use
any1 gimme some ideas? -
-
-
Req: Lan Connecting
well i wanted a code that helps enables me to connect to LAN
provide me 2 different scripts
1) vb6 and 2) vb2005 because im using both:) -
-
err
vb6
no
i want x to check if the value returned is = to x then x re-randomise again and list...Leave a comment:
-
how to make the program to have ask for a activation b4 running it?
is there a way how to make the program to have ask for a activation b4 running it? -
Need To Get The Thingy Work
i want to get a code or sumthin that shows:
e.g
let say x as integer
i rndomized them
listed them
but
i want to make that if x had appeared in list1.additem label1.caption then
change x to another number
is there a way for that?
No activity results to display
Show More
Leave a comment: