Plz help me Everybody
-
How can I display text on screen without showing the VB form? The form must be hidden and the text must be transparent but 100% visible. It must not disturb the user. It will be changing text just like the Subliminal Messages in "Self Help Subliminal" software. This needs to be done in VB 6.0 only. Plz plz help me everybody. I shall be very very greatful to you people. Accalia
-
How can I display text on screen without showing the VB form? The form must be hidden and the text must be transparent but 100% visible. It must not disturb the user. It will be changing text just like the Subliminal Messages in "Self Help Subliminal" software. This needs to be done in VB 6.0 only. Plz plz help me everybody. I shall be very very greatful to you people. Accalia
looks like GDI would be the way to go, but i'm not sure of the exact commands right now. try MSDN-ing GDI there's always something useful there.
-
looks like GDI would be the way to go, but i'm not sure of the exact commands right now. try MSDN-ing GDI there's always something useful there.
Thank you very much for your help. I would be trying out this but I may need your help a bit as I am not too technical.
-
Thank you very much for your help. I would be trying out this but I may need your help a bit as I am not too technical.
well then again, i may be wrong. the Draw method only allows drawing within the client area.... any help anyone?