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 bkrike 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: thewhip
  • Content: Threads
  • Order by date
  1. thewhip

    cant find dll entry point for a function

    the dll was created in VB.  The public function name is very simple(one letter "A").  It is just a test for bigger and better things.  It takes one string parameter and returns a string.  It displays a msgbox with that parameter.  I...
  2. thewhip

    Simple ASP problem?

    The following is first the code for an html page. As you see it refers to another page register.htm. That should be register.asp, but .asp does nothing. The code for the register.asp/htm is the second code listing. All it is basically supposed to do is spit the entered values back with...
  3. thewhip

    A simple ADO dynamic connection problem: - specifying table at runtime

    The code below works to dreate a dynamic connection to a database which can be specified at runtime.<br> However the line which is commented out which, that was to allow me to specify which table to connect to at runtime also, is not working. I get:<br> Runtime error 3709 The application...
  4. thewhip

    openurl method for inet control and ftp transfer times out?

    VB's openurl help example has code that it says you can just paste into a form that has the appropriate controls, and just run it. It gives me a timed out error. I have tried numerous different ftp sites, and small, and large files. This is suppose to be really easy. What am I missing? I...
  5. thewhip

    Simultaneous processing while a web page loads?

    I'm loading web pages(html) into a variant variable, using the inet control. Is there anyway I can do other processing while a page loads? I poked around in VB help, but I either missed something, or it wasn't there.<br>
  6. thewhip

    Code Database: ole object isn't registered .vbp drop into access

    Why will a couple of my projects drop into an OLE field in an access database, but the majority of them will not?<br> The ones that do work will nicely open in VB when clicked on. I found creating a shortcut to the project helped with VB not being able to find the forms.

Part and Inventory Search

Back
Top