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

  1. jamieslover

    problem for expert in: using com apps with asp

    I'm writing a simple dll that is passed a server, database, and sql query and it is supposed to write out a table. I can get everything to work through string concatanation but that can be very slow. How can I make the dll use the response object and simply write it out?
  2. jamieslover

    response.write through COM dll's

    I'm writing a simple dll that is passed a server, database, and sql query and it is supposed to write out a table. I can get everything to work through string concatanation but that can be very slow. How can I make the dll use the response object and simply write it out?
  3. jamieslover

    Dll works in vb but not in ASP

    I've created and compiled a dll that works great when I refrence it from vb but causes an error on one of it's methods when I try to use it in a ASP page. Have any of you had a similar problem or know how to solve mine? I am able to write and read properties in the ASP page, but something must...
  4. jamieslover

    Dll works in vb but not in ASP.

    I've created and compiled a dll that works great when I refrence it from vb but causes an error on one of it's methods when I try to use it in a ASP page. Have any of you had a similar problem or know how to solve mine? I am able to write and read properties in the ASP page, but something must...
  5. jamieslover

    debugging my .dll

    "%1 is not a valid Win32 application" is the message I get when I try to run my form after adding my (running) dll to the project. This wasn't happening yesterday and it is frusterating. Can anyone help?
  6. jamieslover

    Creating a class within a class

    I created an active x dll with a class named FixedOutput, one of it's properties is defined as another class called EportSpecs So I could use two dots like this: myReport.ExportSpecs.HeaderDateFormat = "mmdd" Everything worked great in the visual basic environment, but when I...

Part and Inventory Search

Back
Top