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...
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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.