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

    MTE Emulation Parameters

    I need to be able to connect to Max system and get the same data as the MTE shows - but I'm having trouble nailing down the correct terminal emulation parameters. Has anyone done this before?
  2. StukA

    DADS Setup Issues

    Anyone have any experience with setting up DADS (Definity ACD Simulator)? I've installed it, but it doesn't appear to work properly. It starts up, but the VFM won't ever come out of idle state. Any help would be greatly appreciated!
  3. StukA

    Creating virtual COM ports

    How can I go about creating virtual COM ports? I know this can be done, but how would I go about doing it?
  4. StukA

    Excel Object Hierarchy

    Does anyone know of a good reference for the Office (particularly Excel) object hierarchies? Every reference I've found is for VB, but I need to interface with Excel from an existing C++ app, and the header file doesn't help very much. TIA, StukA
  5. StukA

    Launching applications from C++ code

    How would I go about launching Internet Explorer (or perhaps the appropriate default browser) from within a C++ app? I've found the ShellExecute() method, but how do I get the correct path to IE (or the default browser)? I know where it usually hides, of course, but this needs to be fairly...
  6. StukA

    Serial Communication FAQ

    I wrote up a (relatively) short FAQ on the subject of serial communications, as this seems to be a popular subject. Please let me know what you think of it, and make any suggestions for improvement. Thanks, Stuka
  7. StukA

    Daemon-type programs

    How would I go about writing a "daemon" type program (no window, runs in the background) for Win95/98...I know that NT/2k has services, but I'd like to be able to do this in 98....where do I start?
  8. StukA

    Creating "Wizard" type apps

    I have the need to design a "Wizard" type application. Are these just a string of dialog boxes that call each other on completion, and if so, is data maintained inside the application class (data that needs to be maintained, that is)? If not, how are these strung together to create the...
  9. StukA

    Debug runs fine, Release crashes!

    I added some multi-threading code to an application (to keep the UI from "freezing" while processing a serial read), and the Debug version runs fine, but the Release version (which worked fine w/o the multi-threading code), crashes instantly when I hit the button that calls the code...

Part and Inventory Search

Back
Top