309 Posted Topics
Re: 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). | |
Re: check this out :- conn.ConnectionString = app.path & "\CheckInfo.mdb" make sure the .mdb file does exist in the same folder as ur project files. | |
Re: Send me a mail.I'll send the code to u.Here is email id: [email]choudhuryshouvik@gmail.com[/email] | |
Re: 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] | |
Re: not understood what u actually want.plz clearly state ur issue. | |
| |
Re: 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 | |
Re: [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 … | |
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 … |
The End.