Posted by MrG 207.231.67.81 using Mozilla/4.5 [en] (Win98; I) on April 02, 2000 at 14:36:13:
In Reply to: Help meeee pleaaaase..... posted by Martin on April 02, 2000 at 00:49:46:
: 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