Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Picking the right control
Michel Vanderbeke - 13 May 2007 6:41 PM - 2 messages
Hello, I have a set of textboxes and labels, created by Dim txtSign as TextBox dim lblSign as Label Do     txtSign = New Textbox     lblSign = New Label Loop until ... AddHandler txtSign.TextChanged, AddressOf  Sign_TextboxChanged ...
Score Scroll picture box
Samuel - 13 May 2007 4:06 PM - 3 messages
Is there a way to allow user to scroll an image in the picture box control I would like to add the following functionality Scroll bars Allow user to use the mouse wheel to scroll down the image Thank you, ...
Score Populating an ImageList
Terry Olsen - 13 May 2007 2:37 PM - 2 messages
I have the following code: Private Sub LoadImageList()     Dim il As New ImageList     Dim di As New DirectoryInfo(ImgDir)     For Each fi As FileInfo In di.GetFiles         Dim bmp As Image = DevIL.DevIL.LoadBitmap(fi.FullName) ...
Score check array size when variable = nothing
yhlove - 13 May 2007 1:07 PM - 3 messages
Hi I declared an array as follows: dim a as integer() somewhere else in my program I have the following command: redim preserve a(size) I want to check the array length like that if a.length > 1 then ...
Score Edit Menu
Brian Heibert - 13 May 2007 8:40 AM - 2 messages
Can anyone tell me how to create a Edit menu I am new to VB .Net and this news group Thanks, Brian ...
Score unsure of what I'm doing & need info
Smitty - 13 May 2007 3:15 AM - 6 messages
Been messing with vb6 for awhile, but am unfamiliar with 2005 & oop. in a sub i'm using dim mydialog as openfiledialog and the rest of the code follows. everything works fine on the surface but....  My question is...should I use mydialog.dispose() before ...
Score How to send something to Com Port.
Thammarat charoenchai. - 13 May 2007 1:15 AM - 2 messages
I need to coding for open Electronic Cash Drawer by VB. How can I send data to COM port. Thanks. ...
Next » 2 3 4 5 6 7 8 9 10