The text of this article is not in this database — only its details are. Read it on the old site: Windows Forms in VB.NET
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Windows Forms in VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Peter NamanyaPosted Apr 7, 2009, 5:27 AM
i can add controls on the form but then what is this code.Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) ListView1.InsertItem(0, TextBox1.Text) End Sub. some explanation please especially on by val, eventargs and such. peter
sanjeev singhPosted Feb 1, 2008, 5:10 AM
hi I NEED ONE HELP , CAN YOU PLEASE GUIDE ME TO MAKE FLOATING WINDOW APPLICATION IN VB.NET, IT LIKE APPLICATION WHICH WILL KEEP DISPLAYING ON TOP OF THE DESKTOP. IT WILL GET REFERSHED AFTER EVRY 30 SEC AND DISPLAY SOMEOTHER ITEM OF TEXT. I M BEGINEER IN .NET SO PLZ HELP ME . WAITING FOR UR RELY. THANKS
JPeditedPosted Jan 25, 2006, 1:16 PMEdited Feb 21, 2006, 1:20 PM
Hi, how do you set the focus on a testbox when the form1 initially loads (when you first run the application). I can set the focus on the textbox after the form1 loads by clicking on a button by using: txtFirstName.Focus(). But, I want to set focus when it first loads. Thanks for your help!