Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I toggle the "password" style for an edit box? Pin
fferland4-Sep-02 14:12
fferland4-Sep-02 14:12 
AnswerRe: How do I toggle the "password" style for an edit box? Pin
Sprudling4-Sep-02 14:42
Sprudling4-Sep-02 14:42 
QuestionCan I monitor removable device with ReadDirectoryChangesW? Pin
Hiusing4-Sep-02 13:30
Hiusing4-Sep-02 13:30 
Generalfound source of error" invalid handle" need help debugging it Pin
ns4-Sep-02 11:46
ns4-Sep-02 11:46 
GeneralRe: found source of error" invalid handle" need help debugging it Pin
Chris Losinger4-Sep-02 11:48
professionalChris Losinger4-Sep-02 11:48 
GeneralRe: found source of error" invalid handle" need help debugging it Pin
Pavel Klocek4-Sep-02 11:59
Pavel Klocek4-Sep-02 11:59 
GeneralRe: found source of error" invalid handle" need help debugging it Pin
Michael Dunn4-Sep-02 16:41
sitebuilderMichael Dunn4-Sep-02 16:41 
GeneralCOM Containment Pin
Tim Wallace4-Sep-02 11:02
Tim Wallace4-Sep-02 11:02 
I have a work assignment wherein I have to create a COM object to contain another COM object. The inner object was not aggregatable or poolable on Win2K server, so we needed to wrap it. I'm to the point where I need to pass the function calls to the contained object. My problem is that I can't get an interface pointer to the inner objects custom interface. How would I go about this? I tried creating an IID using the value the inner object registered in the registry, but I keep getting compiler errors when I try that.

How can I create a variable of the type of the inner object's custom interface since I don't have any source/headers for this object (I do have the IDL and the DLL, of course, but that's it).

Time is of the essence here! I'm stuck!

Thanks in advance.
GeneralRe: COM Containment Pin
Bill Wilson4-Sep-02 11:11
Bill Wilson4-Sep-02 11:11 
GeneralOOPS correction Pin
Bill Wilson5-Sep-02 7:45
Bill Wilson5-Sep-02 7:45 
GeneralInsantiating COM Objects Pin
AJ1234-Sep-02 10:49
AJ1234-Sep-02 10:49 
Generalbuilding a string from hexadecimal values Pin
Kuniva4-Sep-02 10:11
Kuniva4-Sep-02 10:11 
GeneralRe: building a string from hexadecimal values Pin
Andrew Peace4-Sep-02 10:50
Andrew Peace4-Sep-02 10:50 
GeneralRe: building a string from hexadecimal values Pin
Kuniva4-Sep-02 11:11
Kuniva4-Sep-02 11:11 
GeneralRe: building a string from hexadecimal values Pin
Christian Graus4-Sep-02 11:54
protectorChristian Graus4-Sep-02 11:54 
GeneralAdding a data source question Pin
hiseldl4-Sep-02 10:00
hiseldl4-Sep-02 10:00 
GeneralRe: Adding a data source question Pin
Bill Wilson4-Sep-02 11:03
Bill Wilson4-Sep-02 11:03 
GeneralRe: Adding a data source question Pin
hiseldl4-Sep-02 11:18
hiseldl4-Sep-02 11:18 
GeneralRe: Adding a data source question Pin
Pavel Klocek4-Sep-02 12:05
Pavel Klocek4-Sep-02 12:05 
GeneralRe: Adding a data source question Pin
hiseldl5-Sep-02 5:38
hiseldl5-Sep-02 5:38 
GeneralRe: Adding a data source question Pin
Pavel Klocek5-Sep-02 5:43
Pavel Klocek5-Sep-02 5:43 
Generalgraceful exit, and safeguards - help! Pin
ns4-Sep-02 9:45
ns4-Sep-02 9:45 
GeneralRe: graceful exit, and safeguards - help! Pin
Chris Losinger4-Sep-02 10:00
professionalChris Losinger4-Sep-02 10:00 
GeneralRe: graceful exit, and safeguards - help! Pin
Stephane Rodriguez.4-Sep-02 10:44
Stephane Rodriguez.4-Sep-02 10:44 
GeneralRe: graceful exit, and safeguards - help! Pin
Tomasz Sowinski4-Sep-02 23:01
Tomasz Sowinski4-Sep-02 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.