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

    Need more help trying to launch a browser from textbox!!

    That did it!! thanks a lot!!! This is the best site!!!!!
  2. greenhorn

    Need more help trying to launch a browser from textbox!!

    I need more help trying to launch a browser from textbox!! this is the code I have so far: General declaration: Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, _ ByVal...
  3. greenhorn

    Help with formatting

    Do I need to format my database for the formats to work in the text boxes that I dupm the values into? I'm trying to format a phone field that isnt formated in the database.
  4. greenhorn

    Need to make a combobox the way a index search works

    Thanks alot!! That way is good enuff for what I'm doing!!
  5. greenhorn

    Need to make a combobox the way a index search works

    I Need to make a combobox the way a index search works. I have it populated using an ADO, now need to be able to key in the box and have the list display down to the corresponding letters I'm entering. this is exactly how an index works.
  6. greenhorn

    launch browser

    this is the error I get when i put the code in SDH: Function call on left side of assignment must return Variant or Object. Can you help?
  7. greenhorn

    launch browser

    how can I launch a browser by clicking on a text box with an internet address in it and it takes me to that address??
  8. greenhorn

    Crystal Reports v8.5 & VB6(sp4)

    I'm a greenhorn so please help me!! I need to view a report using VB6. My report is made using Crystal reports v8.5. My database is made using Microsoft Access 2000. What control do I used to call my reports???? I have already tried to use the CrystalReport control and I dont get anything using...

Part and Inventory Search

Back
Top