voisiko joku kertoa mikä on "visual Basic .net" formin koodi ?
make3003 kirjoitti:
voisiko joku kertoa mikä on "visual Basic .net" formin koodi ?
Hä??? Selitä vähän tarkemmin.
Veikkaan, että make tarkoittaa koodia, joka löytyy siitä automaattisesti luotavasta osasta. Make haluaisi todennäköisesti oppia tekemään omia formeja, ilman form designerin apua.
Olenko oikeassa?
ei, vaan tarvitsen sen formin koodin koska kun asensin VB.net niin en pysty laitta maan mitään komponenteja formiin koska se valittaa jostakin, että ei voi ladata sitä !
ps: Yrttäkää ottaa selvää tosta !
Eikös Form designeri luo sen automaattisesti. Onko warez versio?
Edit: Tssä kuitenkin koodi:
#Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Friend WithEvents picSurface As System.Windows.Forms.PictureBox Friend WithEvents tmrUpdate As System.Windows.Forms.Timer <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Me.picSurface = New System.Windows.Forms.PictureBox Me.tmrUpdate = New System.Windows.Forms.Timer(Me.components) Me.SuspendLayout() ' 'picSurface ' Me.picSurface.Location = New System.Drawing.Point(0, 0) Me.picSurface.Name = "picSurface" Me.picSurface.Size = New System.Drawing.Size(568, 480) Me.picSurface.TabIndex = 0 Me.picSurface.TabStop = False ' 'tmrUpdate ' Me.tmrUpdate.Interval = 10 ' 'frmScroller ' Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13) Me.ClientSize = New System.Drawing.Size(568, 478) Me.Controls.Add(Me.picSurface) Me.Name = "frmScroller" Me.Text = "Scroller" Me.ResumeLayout(False) End Sub #End Region
en tiedä kun lainasin yhdeltä kaverilta. mutta ei toimi tuo koodi ! kiitos kumminkin
Voi johtua siitä, ettet oo asentanu komponentteja :D
mistä ne komponentit saa asennettua ?
kun asensin vb.net niin pistin siinä kaikki mahdolliset.
Aihe on jo aika vanha, joten et voi enää vastata siihen.