|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
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 ...
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, ...
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) ...
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 ...
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 ...
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 ...
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. ...
|
|||||||||||||||||||||||