309 Posted Topics

Member Avatar for johntech

u can show the blinking label in a separate form. when users match the squares disable current form(me.enable=false) and then display the form with blinking label in vbmodal mode(form2.show vbmodal).after the specified time of blinking disable the timer(timer1.interval=0),close the form(unload me) and enable the game form(form1.enable=true).

Member Avatar for johntech
0
194
Member Avatar for pbrookee

check this out :- conn.ConnectionString = app.path & "\CheckInfo.mdb" make sure the .mdb file does exist in the same folder as ur project files.

Member Avatar for choudhuryshouvi
0
110
Member Avatar for purplegerbil

Send me a mail.I'll send the code to u.Here is email id: [email]choudhuryshouvik@gmail.com[/email]

Member Avatar for choudhuryshouvi
0
143
Member Avatar for pranto157

I've got a program similar to what u wanted.If u really want this send me a notification mail to me.My email id is : [email]choudhuryshouvik@gmail.com[/email]

Member Avatar for choudhuryshouvi
0
114
Member Avatar for IBGhost
Member Avatar for choudhuryshouvi
0
60
Member Avatar for tyrus
Member Avatar for kiran_berry

u can try the DIR function to check whether the file does exist or not.here is a sample : if dir("c:\test.txt")<>"" then msgbox "file found" else msgbox "file not found" endif

Member Avatar for choudhuryshouvi
0
87
Member Avatar for CarterLangley

[quote=CarterLangley;373268]Hi guys, I need to put the results of a query to an acces database onto a word document. now the query is driven by user choices so it might return one record or it might return over 300 records or then again, nothing at all. but if there is …

Member Avatar for choudhuryshouvi
-1
501
Member Avatar for choudhuryshouvi

I want a program which will automatically detect and notify whenever a mp3 disc is inserted into anyone of my cdrom drives. I've got a logic but I think it becomes non-practical and also lengthy.So,I want to know if there is any other way to solve the problem. If you …

0
51

The End.