Dera
here is my code which copy an existting sheet and make a hyperlink to it in the main sheet with friendly name.
but when press the button of that form i always have a error messeage, and the compiler stope at the hyperlink line code.
the message tell am that the add mwthode for hyperlink...
I have design a form as an Invoice with 15 row, each consist of tow comboboxes and 3 TextBoxes, txtVal, txtNum, txtPrice.
When anyone of these 3 textboxes change I wanna change the value of txtVal TextBox.
And to do that I named each controls line with line number (i.e txtVal1, txtNum1...
Hi everybody, it's my first time dealing with VB.net. And while I'm installing it (MS Visual BAsic 2003) the installation process ask me to download the Prerequisites, ...
My System info:
OS: Windows xp sp2 build 2600
I've the last updated from the Microsoft site for windows Xp ...
so...
In the Form code window:
------------------------
Private Sub cmd_Click()
For Each Control In Me.Controls
If Control.Name = "Lbl" Then Call Alignlbl(Control, 30)
Next
End Sub
Private Sub Form_Load()
With Form1
.Width = 7000
.Top = 100
.Height = 8000
End With
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.