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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SuperComputerRobot

  1. SuperComputerRobot

    IE Capture Click

    Me and a friends a making a download program (eg. Gozilla, Get Right) and i cant work out how to caputure the IE download click I know there is a event that gets called before it is open can can anybody help me out?
  2. SuperComputerRobot

    hi guys, how would i activate a

    Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long ShellExecute(hwnd, "Open&quot...
  3. SuperComputerRobot

    hi guys, how would i activate a

    What is it that u want to to do in dos?
  4. SuperComputerRobot

    Set Number Field = Null or Zero Length

    Try this mate recordset field = Empty Empty: Variant is uninitialized. Value is 0 for numeric variables or a zero-length string ("") for string variables. ------------------------------------------------------- Visual Source Programming http://visualsourceprogramming.vze.com/
  5. SuperComputerRobot

    scanning

    From what i no i dont think i can but u could download the page then search though the source ---------------------------------------- Visual Source Programming http://visualsourceprogramming.vze.com/
  6. SuperComputerRobot

    Create VB Code that executes upon no input of password!

    You need to explane abit more mate is the password entry in your app? if it is you could try somthing like this: Private Sub Form_Load() Timer1.Enabled = True End Sub Private Sub Command1_Click() If Text1.Text = "MyPassword" Then Timer1.Enabled = False 'Your Event You...
  7. SuperComputerRobot

    WebBrowser1 (Right Click On Link Open In New Window)

    Hey im making a webbrowsers and when u right click on a link and go open in a new window is there any way on making it open in another form and not your default browser?

Part and Inventory Search

Back
Top