Here's an app I would like you to see. It was inspired by the jian2587's original code (on this thread http://www.vbforums.com/showthread.p...hreadid=170749)
If you want the source code, you have most of them in there.
Printable View
Here's an app I would like you to see. It was inspired by the jian2587's original code (on this thread http://www.vbforums.com/showthread.p...hreadid=170749)
If you want the source code, you have most of them in there.
McBrain,
I got a Modal error when I right cliked About from the TaskBar Icon.
Bruce.
Thanks McBrain.
I dare say it's a new breakthrough and a new blocking technology!
well there is this program called PopUp Killer and it isnt made in VB and it's prettyy good. search for it and try it.
Euk
Being a programmer, I'd rather use my own programs.
It's great to figure out how u do this and that.
But apparently most programmers use others' programs, one
good example is Microsoft
Modal error?? I don't open it as modal. :confused:Quote:
Originally posted by Bruce Fox
McBrain,
I got a Modal error when I right cliked About from the TaskBar Icon.
Bruce.
Hmmmm, just retested it and its OK... (musta been a glitch :))
It removed the TeaskBar Icon too.
Bruce.
Is it working Ok now?
Probably you had some modal form shown and somehow your system didn't like that.Quote:
Originally posted by Bruce Fox
Hmmmm, just retested it and its OK... (musta been a glitch :))
It removed the TeaskBar Icon too.
Bruce.
I tried to replicate the condition, but no luck.
It is however working Ok.
Next time I reboot i'll check it out again. :)
Bruce.
I removed the Do-Loop (with DoEvents) to let the PC do other things and don't uses that much resources. Now it's using a Timer set to 500 ms.