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 TouchToneTommy 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: *

  • Users: KISA
  • Order by date
  1. KISA

    Displaying long text

    You can do it in this way lblOne.Caption = "One " & vbCrLf & "two " & vbCrLf & "three" where VBCRLF - tells to go on the next line. if you want to go on the next line in the code window : lblone.Caption = "One" & _ vbcrlf &...
  2. KISA

    Uninstal the program, which i have created.

    i need help I have created the program (Setup) - though i want the user the uninstall it ( the program is written) ... i have no idea how i can install both of these programs in the same folder ..and once it is running it uninstalls the main program & itself Thank you
  3. KISA

    How to combine the Uninstal Program + Installation of the program

    I have created the program (Setup) - though i want the user the uninstall it ( the program is written) ... i have no idea how i can install both of these programs in the same folder ..and once it is running it uninstalls the main program & itself
  4. KISA

    Reading XML File + Packaging

    I did that .. Have fun with programming
  5. KISA

    Reading XML File + Packaging

    I created the program which reads the file on the server, though when i am trying to create a Package(Setup) i am getting an error: "Missing Dependency Information. Follow is a list of file for which dependency information could not be found." there is a file msxml3.dll How could i...
  6. KISA

    Setup - does not

    Why when i create the Setup program that connects to the server ... according to the program it connects to the server, but after it gives me an error... like "Run-time error '430': Class does not support Automation or does not support expected interface." thank you [gorgeous]
  7. KISA

    Packaging - SOS

    I tried packagin ... though it did not include the pictures inside this folder Program ...Program.exe .../Pictures ......picOne.bmp ......picTwo.bmp I neen to include this folder Do you know how? Thank you [gorgeous]
  8. KISA

    Packaging - HELP needed

    Hi BobWman: I tried that ... though it did not include the pictures inside this folder Program ...Program.exe .../Pictures ......picOne.bmp ......picTwo.bmp I neen to include this folder Do you know how? Thank you
  9. KISA

    Packaging - HELP needed

    I wrote a program now i want to create Setup.exe - for istalation... though there is folder and files which i want to include in Setup.. Does anybody knows how to do it? PLS... [gorgeous]
  10. KISA

    Visual Basic - Database ----HELP NEEDED

    Hello Guys: I have a question: can you access with one SELECT statement 2 tables in one database. thank you [gorgeous]

Part and Inventory Search

Back
Top