Hi Jussi,
Thanks for your kindly input for me..
I want shell script output print in the textbox. Thats why i ask...
please help me.
> No, nothing wrong with the code.
> It should display given message with OK button.
>
> But I don't think you can put TextLabel on Message box.
> I think you need
No, nothing wrong with the code.
It should display given message with OK button.
But I don't think you can put TextLabel on Message box.
I think you need to write your own form for it.
Jussi
On Sat, Apr 16, 2011 at 13:02, Shane Powell wrote:
> On 16/04/11 18:31, Ganesh Kumar wrote:
> > Hi Gu
On 16/04/11 18:31, Ganesh Kumar wrote:
> Hi Guys.,
>
> How to do it ?
>
> Display TextLabel on Message box. This is my code.
>
>
> PUBLIC SUB Button1_Click()
> Message.Info("Hallo, this is your message", "OK")
> END
>
Hi Guys.,
How to do it ?
Display TextLabel on Message box. This is my code.
PUBLIC SUB Button1_Click()
Message.Info("Hallo, this is your message", "OK")
END
please Help me..