Home All Groups Group Topic Archive Search About

how can i change laguage on form title bar

Author
19 Oct 2005 11:01 AM
socheath
hello everybody,
I am a new vb6.0 programmer
now I want to change laguage on form title bar and MessageBox
please help me
thank

Author
19 Oct 2005 11:29 AM
Ralph
"socheath" <socheath_s***@camict.org.kh> wrote in message
news:OqMwJyJ1FHA.3864@TK2MSFTNGP12.phx.gbl...
> hello everybody,
> I am a new vb6.0 programmer
> now I want to change laguage on form title bar and MessageBox
> please help me
> thank
>


Form1.Caption = "New Title"
MsgBox "Hi", vbOkOnly, "New Title"
Author
19 Oct 2005 11:46 AM
Jacquelin Hardy
>I want to change laguage on form title bar

The title bar text is the form.caption property. Change it as you wish

JH

"socheath" <socheath_s***@camict.org.kh> a écrit dans le message de news:
OqMwJyJ1FHA.3***@TK2MSFTNGP12.phx.gbl...
Show quoteHide quote
> hello everybody,
> I am a new vb6.0 programmer
> now I want to change laguage on form title bar and MessageBox
> please help me
> thank
>
>
>