Click here to Skip to main content
16,004,833 members
Home / Discussions / COM
   

COM

 
GeneralInheritence in COM Pin
Gaurav Singhal30-Jul-04 10:50
Gaurav Singhal30-Jul-04 10:50 
GeneralRe: Inheritence in COM Pin
darkbyte30-Jul-04 15:42
darkbyte30-Jul-04 15:42 
QuestionNew to Com - is Com the way to go? Pin
John Ulvr29-Jul-04 3:56
John Ulvr29-Jul-04 3:56 
Generalwindows Message loop Pin
Abhi Lahare23-Jul-04 18:32
Abhi Lahare23-Jul-04 18:32 
GeneralHelp, COM advanced programmer help me. Pin
yellowdragon21-Jul-04 20:24
yellowdragon21-Jul-04 20:24 
GeneralRe: Help, COM advanced programmer help me. Pin
Milton Karimbekallil22-Jul-04 17:54
Milton Karimbekallil22-Jul-04 17:54 
GeneralRe: Help, COM advanced programmer help me. Pin
yellowdragon24-Jul-04 0:21
yellowdragon24-Jul-04 0:21 
GeneralCDialog in In-Process Server (DLL) Pin
Anonymous21-Jul-04 0:58
Anonymous21-Jul-04 0:58 
Good day,

I'm creating a simple in-process server(dll) which has only 1 interface-> STDMETHOD (ShowFolder)() PURE;
and on the implementation :
STDMETHODIMP FolderSelectClass::ShowFolder()
{
CFolderSelect myfolder;
int response=myfolder.DoModal();
if (response == IDOK){ }
else if (response == IDCANCEL) { }
AfxMessageBox("Successfull Call on this Interface...");
return S_OK;
}

CFolderSelect is a dialog class.

I've created a client (also a dialog with a button to call this interface). Upon pressing this button, the interface
is successfully called because it executes ->AfxMessageBox("Successfull Call on this Interface...");
but it does not launch the DoModal of the CFolderSelect Dialog. Why is that upon calling DoModal it wont launch the dialog?


Thanks.
Generalshortcut Pin
ANDYFA20-Jul-04 14:23
ANDYFA20-Jul-04 14:23 
GeneralRe: shortcut Pin
Abhi Lahare23-Jul-04 18:20
Abhi Lahare23-Jul-04 18:20 
GeneralMixing COM event handling techniques Pin
zumichu20-Jul-04 11:48
zumichu20-Jul-04 11:48 
GeneralRe: Mixing COM event handling techniques Pin
Vi221-Jul-04 18:10
Vi221-Jul-04 18:10 
GeneralRe: Mixing COM event handling techniques Pin
zumichu21-Jul-04 18:41
zumichu21-Jul-04 18:41 
GeneralRe: Mixing COM event handling techniques Pin
Vi221-Jul-04 19:19
Vi221-Jul-04 19:19 
GeneralRe: Mixing COM event handling techniques Pin
zumichu21-Jul-04 19:44
zumichu21-Jul-04 19:44 
GeneralIHTMLWindow2 navigate opening new window Pin
zumichu20-Jul-04 11:11
zumichu20-Jul-04 11:11 
GeneralRe: IHTMLWindow2 navigate opening new window Pin
Alexander Wiseman20-Jul-04 11:40
Alexander Wiseman20-Jul-04 11:40 
GeneralRe: IHTMLWindow2 navigate opening new window Pin
zumichu20-Jul-04 12:50
zumichu20-Jul-04 12:50 
GeneralRe: IHTMLWindow2 navigate opening new window Pin
Alexander Wiseman20-Jul-04 14:25
Alexander Wiseman20-Jul-04 14:25 
GeneralRe: IHTMLWindow2 navigate opening new window Pin
zumichu20-Jul-04 16:22
zumichu20-Jul-04 16:22 
GeneralGUIDs and MIDL.exe Pin
Tropicana20-Jul-04 7:58
Tropicana20-Jul-04 7:58 
Questionhow to marshal interface Pin
yingkou19-Jul-04 18:30
yingkou19-Jul-04 18:30 
GeneralCreateObjrefMoniker - missing Pin
Sara Burns19-Jul-04 12:30
Sara Burns19-Jul-04 12:30 
GeneralAxWebBrowser.ExecWB printing error "Trying to revoke a drop target ..." Pin
alexatn16-Jul-04 12:14
alexatn16-Jul-04 12:14 
Generaldefaultvalue doesn't work with late-binding when using attributed objects Pin
Member 54073115-Jul-04 2:59
Member 54073115-Jul-04 2:59 

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.