Posted by Martin 62.4.150.209 using Mozilla/4.6 [en] (WinNT; I) on April 03, 2000 at 09:43:15:
In Reply to: Let's try this again... :) (more) posted by MrG on April 02, 2000 at 14:36:13:
: : 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