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

  1. SWilliams15

    How do you run a DOS or BATCH file from VB6 code?

    How do you run an exe program or launch a .BAT file from within your VB6 program? Thanks, Sean
  2. SWilliams15

    Colored Richtext Control Fonts

    I have a rich text control that I would like to print to using different colored fonts. I would like each line to have a different color of font (and other font characterisitics like size if that's possibel). Before the first line is printed to the control, I can use the SelColor command to set...
  3. SWilliams15

    Debugging VC OCXs from VB

    I need to step into an OCX component app created in VC6, when it's called from VB6. I need to break at points in the debug version of the OCX code and then step through the code and display var values just like I could if I was running an executable in VC. I know this is possible, just not...
  4. SWilliams15

    WOWGlobalLock16 Bombs In NT but Works In Win98

    I have a 32bit ocx component that communicates with a 16 bit app using DDE. I call the ocx component from a VB6 app. Under Win98, the offending line of code below works but under winNT it does not. I get an error message in VB when running in NT saying that the method (GetData) failed in the...
  5. SWilliams15

    DLLs and Multithreading...

    Say I call a DLL function from VB. The DLL func then creates a worker thread. Does that worker thread get destroyed when the DLL is unloaded from memory? I'd say yes since it's running in the same address space. Could someone confirm this? Thanks, Sean.
  6. SWilliams15

    Writing an MFC Dll Without Namemangling...

    I have a simple regular shared MFC DLL that I'm trying to compile and call routines from another language. The problem I'm having is that I can't get the dll to compile without mangling the names of the the exported class and class methods. I can compile a regular DLL (no mfc) without name...

Part and Inventory Search

Back
Top