Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FirasSHhady

    promlem with HyperLink

    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...
  2. FirasSHhady

    How to pass a control to general sub?

    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...
  3. FirasSHhady

    Problem with Visual Studio .NET Prerequisities ?

    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...
  4. FirasSHhady

    where is the problem??

    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...

Part and Inventory Search

Back
Top