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

    ADO vs CC

    This really has me puzzled... I have the following SQL statement: SELECT DateAdded, Folder, Filename, FolderID FROM MasterKey WHERE MasterKey=6301; I am using ADO and the following connection string: Provider=MSDASQL.1;Extended Properties="DRIVER={MySQL ODBC 3.51...
  2. huntjr

    VC++ COM DLL raising error 429 in Visual Basic 6.0

    I have created an MFC DLL in VC++ 6.0 with automation enabled and am able to compile it. The front end, Visual Basic 6.0, sees the COM info exported from the DLL (i.e., IntelliSense works). However, when I run code to create a new instance of a class in the DLL, it kicks back error 429...
  3. huntjr

    Application install on Windows 2000

    This problem is very similar to the "Application install on Windows 2000" thread (thread222-43803 have had the same problem on Windows 2000, but that is because the OS protects system files and will not allow anything to overwrite them, except for an OS patch. If someone knows how to...
  4. huntjr

    Fatal Exeption when opening a certain folder.

    I am running a Gateway Solo 2300 laptop, 166 mHz, 32 MB RAM, 3 Gig disk, and Win95B. I've had it for about two and a half years.<br><br>Anytime I try to open a paritcualar folder in Windows Explorer, I get the BSOD (Blue Screen of Death). It's a Fatal Exception 0E at 0157:BFF9A25B. It's exactly...
  5. huntjr

    Get Icons for Files

    I am writing a program that has a small feature of viewing files like Windows Explorer but simpler. I need a way of calling some API function(s) or something to grab the icon for a file (like the piece of paper out of a spiral notebook of text files, etc.), and if it's an application, its icon...
  6. huntjr

    Building an Executable at runtime using VB

    I thought I posted this, but it never showed up, so here goes again.<br><br>I am building a company internal Autorun designer program. The layout of all autorun programs is the same, but text needs to change (some might say &quot;Install Application Test&quot; and some might say &quot;Launch...
  7. huntjr

    Get/Set Properties - Beginner VC++ 5

    I am extremely new to VC++ 5. I have much experience in VB5, and I have a question regarding the two.<br><br>In Visual C++ 5, how do you access the nondefault poperties of an object? I know that you can set a control variable for default fields and use UpdateData.<br><br>I would appreciate any...

Part and Inventory Search

Back
Top