[Mono-list] Documentation vb.net for gtk#
Massimiliano Arcidiacono
massimiliano.arcidiacono@st.com
Wed, 12 Mar 2003 08:58:46 +0100
This is a multi-part message in MIME format.
------=_NextPart_000_0033_01C2E875.975FC990
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I am a problem, where I can find the documentation vb.net for gtk# =
?
I have write this program:
Imports System
Imports Gtk
Module GtkTest
Sub Main()
=20
Dim Win as Window
Dim Btn as Button
=20
Application.Init()
Win =3D new Window ("Hello GNOME")
Btn =3D new Button ("GNU/Linux")
Win.Add (Btn)
=20
Win.SetDefaultSize(300,300)
=20
Win.ShowAll() =20
=20
=20
Application.Run ()
=20
End Sub
End Module
=20
but I don't know other !!!!
Where I canf find the documentation ?
Best regards,
Max Arcidiacono
------=_NextPart_000_0033_01C2E875.975FC990
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2> I am a =
problem,=20
where I can find the documentation vb.net for gtk# ?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I have write this program:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2>Imports =
System<BR>Imports=20
Gtk</FONT></DIV>
<DIV><FONT color=3D#0000ff></FONT> </DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2>Module =
GtkTest</FONT></DIV>
<DIV><FONT color=3D#0000ff></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><FONT =
color=3D#0000ff> Sub=20
Main()<BR> <BR> Dim Win as=20
Window<BR> Dim Btn as=20
Button<BR> <BR>  =
;Application.Init()<BR> =20
Win =3D new Window ("Hello =
GNOME")<BR> Btn =3D=20
new Button ("GNU/Linux")<BR> Win.Add=20
(Btn)<BR> <BR> =
Win.SetDefaultSize(300,300)<BR> =20
<BR> Win.ShowAll() =20
<BR> <BR> =20
<BR> Application.Run =
()<BR> =20
<BR> End Sub</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT =
color=3D#0000ff></FONT></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><FONT color=3D#0000ff>End =
Module</DIV><FONT=20
color=3D#000000></FONT><FONT color=3D#000000></FONT><FONT =
color=3D#000000></FONT><FONT=20
color=3D#000000></FONT><FONT color=3D#000000></FONT><FONT =
color=3D#000000></FONT><FONT=20
color=3D#000000></FONT>
<DIV><FONT color=3D#000000></FONT><BR></FONT> <BR>but =
I don't=20
know other !!!!</DIV>
<DIV> </DIV>
<DIV>Where I canf find the documentation ?</DIV>
<DIV> </DIV>
<DIV>Best regards,</DIV>
<DIV> </DIV>
<DIV> Max=20
Arcidiacono</FONT></DIV></BODY></HTML>
------=_NextPart_000_0033_01C2E875.975FC990--