Click here to Skip to main content
15,916,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhide application from task-bar, task-manager? Pin
Nick Hodapp12-Jan-00 9:01
sitebuilderNick Hodapp12-Jan-00 9:01 
AnswerRE: hide application from task-bar, task-manager? Pin
Anonymous12-Jan-00 11:39
suss Anonymous12-Jan-00 11:39 
GeneralTab Control Pin
Brigg Thorp30-Dec-99 2:10
Brigg Thorp30-Dec-99 2:10 
GeneralRE: Tab Control Pin
softdiy30-Dec-99 21:33
softdiy30-Dec-99 21:33 
GeneralGradient filled text Pin
Helge30-Dec-99 1:48
Helge30-Dec-99 1:48 
Generaldrag&drop between a combobox and a CChildFrame derived class Pin
Michael Ang30-Dec-99 1:30
Michael Ang30-Dec-99 1:30 
General??!!!! Problem with scrolling and big files in MFC Pin
Magnus28-Dec-99 8:52
Magnus28-Dec-99 8:52 
GeneralISupportErorrInfo Pin
Henk27-Dec-99 21:08
Henk27-Dec-99 21:08 
Hello all,

I have a strange problem relating to ISupportErrorInfo. I have a component implemented as a collection class. This class is created as an MTS component and I added the _NewEnum, Item and Count properties to it, so I can use it as a collection. This all goes well. But now I added the ISupportErrorInfo interface. When something doesn't go as I want I do
[ccode]
return Error( L"My Message", IID_IMyInterface, E_FAIL);
[/ccode]
so I can see the error in a VB client with the Err object. But strange thing is that this only works with late binding, not with early binding. So if I declare a variable with
[ccode]
Dim obj as OBject
[/ccode]
I can see the error with err.description, but when I declare it with
[ccode]
Dim Obj as MyInterface
[/ccode]
it doesn't work that way and the Err.description simply tells me that "method 'SomeMethod' of component 'MyInterface' fails"!!!!!

Anybody has a clue what I could have done wrong? I use NT ws4 sp6 and VS6 sp3

TIA
Henk


GeneralRE: ISupportErorrInfo Pin
Alex Gorev3-Jan-00 5:46
Alex Gorev3-Jan-00 5:46 
GeneralRegister Class in a Dialog Based Application Pin
Member 81025-Dec-99 3:53
Member 81025-Dec-99 3:53 
GeneralRE: Register Class in a Dialog Based Application Pin
Dmitriy3-Jan-00 4:51
Dmitriy3-Jan-00 4:51 
GeneralRE: RE: Register Class in a Dialog Based Application Pin
Member 8104-Jan-00 23:19
Member 8104-Jan-00 23:19 
GeneralRE: RE: RE: Register Class in a Dialog Based Application Pin
Tom Hunter5-Jan-00 1:28
Tom Hunter5-Jan-00 1:28 
GeneralRE: RE: RE: RE: Register Class in a Dialog Based Application Pin
Member 8106-Jan-00 1:55
Member 8106-Jan-00 1:55 
GeneralI need table convert color string to RGB in HTML Pin
Kobe24-Dec-99 7:31
Kobe24-Dec-99 7:31 
QuestionFont size problem ??? Pin
Kobe24-Dec-99 0:10
Kobe24-Dec-99 0:10 
AnswerRE: Font size problem ??? Pin
Alex Gorev3-Jan-00 4:57
Alex Gorev3-Jan-00 4:57 
AnswerRE: Font size problem ??? Pin
Andrei Zenkovitch3-Jan-00 8:15
Andrei Zenkovitch3-Jan-00 8:15 
AnswerRE: Font size problem ??? Pin
Tom Hunter5-Jan-00 1:38
Tom Hunter5-Jan-00 1:38 
GeneralRegisterWindowsMessage Pin
Member 351722-Dec-99 16:05
Member 351722-Dec-99 16:05 
GeneralRE: RegisterWindowsMessage Pin
Sadhu23-Dec-99 2:29
Sadhu23-Dec-99 2:29 
GeneralRE: RegisterWindowsMessage Pin
Mike Dunn24-Dec-99 5:12
Mike Dunn24-Dec-99 5:12 
GeneralWho had focus. Any high level suggestion would be helpful. Pin
Phil McGahan20-Dec-99 15:16
Phil McGahan20-Dec-99 15:16 
GeneralRE: Who had focus. Any high level suggestion would be helpful. Pin
Member 40421-Dec-99 12:33
Member 40421-Dec-99 12:33 
QuestionHow to send data with method POST in cgi ??? Pin
Kobe20-Dec-99 2:23
Kobe20-Dec-99 2:23 

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.