Posted by MrG 207.231.75.23 using Mozilla/4.5 [en] (Win98; I) on April 03, 2000 at 15:27:23:
In Reply to: And this time it worked !!! Thanks a lot MrG !! (nt) posted by Martin on April 03, 2000 at 09:43:15:
: : : I tried MrG's method but it still not work...
: : : Now what's wrong ???
: : : #Method HM(text$)
: : : {
: : : #Font("mine.fnt")
: : : #FontSize(7)
: : : #WinGraphic("Halkmwin.jpg")
: : : #MWinSize(59)
: : : #ColorRGB(28,35,65)
: : : #MWin(" text$")
: : Don't put this here in ""s.. This is telling the
: : program you actually want to put the text: "text$"
: : on the message window, when you actually want to
: : put the variable text$ in there. Just take out the
: : quotes around text$.
: : : }
: : : #HM("coucou")
: : : #Wait(a$)
: : This is fine...
: : : Thanks again.
: : : I won't bother you anymore with this (maybe...)
: : Hope I helped! :)
: : Mike