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

C / C++ / MFC

 
GeneralRe: DoModal returns -1 Pin
AnsGe20-Dec-04 6:55
AnsGe20-Dec-04 6:55 
GeneralRe: DoModal returns -1 Pin
David Crow20-Dec-04 8:12
David Crow20-Dec-04 8:12 
GeneralRe: DoModal returns -1 Pin
Michael Dunn20-Dec-04 7:25
sitebuilderMichael Dunn20-Dec-04 7:25 
GeneralRe: DoModal returns -1 Pin
AnsGe20-Dec-04 7:35
AnsGe20-Dec-04 7:35 
GeneralChecking an ocx is installed or not Pin
AnsGe20-Dec-04 4:21
AnsGe20-Dec-04 4:21 
GeneralRe: Checking an ocx is installed or not Pin
Blake Miller20-Dec-04 6:11
Blake Miller20-Dec-04 6:11 
GeneralRe: Checking an ocx is installed or not Pin
AnsGe20-Dec-04 6:47
AnsGe20-Dec-04 6:47 
GeneralRe: Checking an ocx is installed or not Pin
Blake Miller20-Dec-04 7:05
Blake Miller20-Dec-04 7:05 
Just trying to help here, but maybe you can use this:

HRESULT CLSIDFromProgID(
LPCOLESTR lpszProgID,
LPCLSID pclsid
);

You have to already know what the name of the OCX object is to use the function.

Otherwise, you might need to manually search the registry to find where the OCX is installed, find the OCX, see what it's GUID is, and then try to use the CoCreateInstance.

GeneralRe: Checking an ocx is installed or not Pin
naren-vc21-Dec-04 22:32
naren-vc21-Dec-04 22:32 
Questionhelp: Windows MessageBox prevents custom dialog from showing? Pin
heman15420-Dec-04 3:19
heman15420-Dec-04 3:19 
GeneralAlphablend question Pin
__makaveli__20-Dec-04 3:03
__makaveli__20-Dec-04 3:03 
GeneralRe: Alphablend question Pin
Michael Dunn20-Dec-04 7:30
sitebuilderMichael Dunn20-Dec-04 7:30 
GeneralRe: Alphablend question Pin
__makaveli__20-Dec-04 8:02
__makaveli__20-Dec-04 8:02 
GeneralRe: Alphablend question Pin
Michael Dunn20-Dec-04 8:37
sitebuilderMichael Dunn20-Dec-04 8:37 
GeneralRe: Alphablend question Pin
__makaveli__20-Dec-04 8:39
__makaveli__20-Dec-04 8:39 
GeneralA (simple) dialogs question Pin
Dave Kerr19-Dec-04 23:17
Dave Kerr19-Dec-04 23:17 
GeneralRe: A (simple) dialogs question Pin
ThatsAlok20-Dec-04 0:50
ThatsAlok20-Dec-04 0:50 
GeneralRe: A (simple) dialogs question Pin
Dave Kerr20-Dec-04 2:28
Dave Kerr20-Dec-04 2:28 
GeneralProblems when converting from VC6++ to .Net Pin
Samuel Ranta-Eskola19-Dec-04 22:50
Samuel Ranta-Eskola19-Dec-04 22:50 
GeneralRe: Problems when converting from VC6++ to .Net Pin
Samuel Ranta-Eskola19-Dec-04 23:00
Samuel Ranta-Eskola19-Dec-04 23:00 
GeneralRe: Problems when converting from VC6++ to .Net Pin
benjymous19-Dec-04 23:18
benjymous19-Dec-04 23:18 
GeneralRe: Problems when converting from VC6++ to .Net Pin
Samuel Ranta-Eskola19-Dec-04 23:40
Samuel Ranta-Eskola19-Dec-04 23:40 
GeneralRecommendation of interpolation methods in visual C++ Pin
melachseng19-Dec-04 22:29
melachseng19-Dec-04 22:29 
GeneralRe: Recommendation of interpolation methods in visual C++ Pin
Anonymous20-Dec-04 9:17
Anonymous20-Dec-04 9:17 
GeneralHelp! about 2 threads share one com port Pin
stans8019-Dec-04 22:12
stans8019-Dec-04 22:12 

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.