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 Wanet Telecoms Ltd 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: hblackorby
  • Content: Threads
  • Order by date
  1. hblackorby

    Missing OCX

    I'm using the MSINET.OCX Microsoft Internet Transfer Control 6.0 in a project. I can compile and run the project fine on my computer and different computer. However, when I run the compiled program this one computer, I get a missing OCX error. Maybe I'm mistaken, but I assumed any ActiveX...
  2. hblackorby

    Changing the current screen saver

    Does anyone know how to change the current screen saver? I assume it's stored in the registry somehwere, but I couldn't find it anywhere. I also checked in the win.ini file just for fun. I'm creating an installer program that will copy the .scr file into the windows/system directory and...
  3. hblackorby

    Using Created DLL's in other programs

    Hi, I've created a DLL that does some basic SMPT mailing stuff, and it works fine in VB and ASP. I have a friend who wants to use it in Authorware, but when he tries to load the DLL there, it says there are no defined functions in the DLL. It then comes up with a box to define functions, so...
  4. hblackorby

    Problems with SQL, and ASP

    I'm doing this: SQL = &quot;SELECT Cat_Num FROM tblEM_Parts_Fields WHERE (FieldID, Value) = (&quot; & VoltsID & &quot;,'&quot; & volts & &quot;')&quot; Response.Write &quot;SQL: &quot; & SQL & &quot;<br>&quot; rs.Open SQL, sConn while not rs.EOF Response.Write rs(&quot;Cat_Num&quot;) &...
  5. hblackorby

    Help with Dictionary and Arrays

    Hi, I pull a number of values out of a database and put them into a Dictionary object using .Exists() method to make sure that I only have a set up unique values. What I need to do is then write out all the keys. When I get the key array, it seems to work fine until I attempt to write...
  6. hblackorby

    FileSystemObject Help with Creating Folder

    Hi, My pure VB is a litte rusty from all the ASP do I, but hopefully someone can help me. I'm trying to copy a program link from a CD-ROM to the windows desktop and the start menu. Private Sub Form_Load() 'On Error GoTo goterror Dim FSO As FileSystemObject FileCopy App.Path &...

Part and Inventory Search

Back
Top