Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFix SQLStatement error ? Pin
_skidrow_vn_12-May-03 3:14
_skidrow_vn_12-May-03 3:14 
AnswerRe: Fix SQLStatement error ? Pin
basementman12-May-03 5:28
basementman12-May-03 5:28 
QuestionHow can I use system cmd without opening console? Pin
YanivNahum12-May-03 3:11
YanivNahum12-May-03 3:11 
AnswerRe: How can I use system cmd without opening console? Pin
swarup12-May-03 3:31
swarup12-May-03 3:31 
AnswerRe: How can I use system cmd without opening console? Pin
David Crow12-May-03 3:44
David Crow12-May-03 3:44 
Answerthanks swarup & DavidCrow - great help Pin
YanivNahum12-May-03 4:20
YanivNahum12-May-03 4:20 
GeneralAdobe Acrobat ActiveX Control Pin
Poul Haahr Klemmensen12-May-03 2:17
Poul Haahr Klemmensen12-May-03 2:17 
GeneralRe: Adobe Acrobat ActiveX Control Pin
Paul Selormey12-May-03 4:27
Paul Selormey12-May-03 4:27 
The ActiveX is designed to make it difficult for you to use in an application. The pdf.ocx is not the real thing - the actual ActiveX control carries names like pdf42.ocx etc.

However, the class Id for the real ActiveX is
CLSID const& GetClsid()
{
    static CLSID const clsid
        = { 0xca8a9780, 0x280d, 0x11cf, { 0xa2, 0x4d, 0x44, 0x45, 0x53, 0x54, 0x0, 0x0 } };
    return clsid;
}


Use that in the normal CWnd derived class that the wizard will generate for you to hack it!

Best regards,
Paul.


Jesus Christ is LOVE! Please tell somebody.
GeneralRe: Adobe Acrobat ActiveX Control Pin
Poul Haahr Klemmensen12-May-03 20:27
Poul Haahr Klemmensen12-May-03 20:27 
GeneralRe: Adobe Acrobat ActiveX Control Pin
Paul Selormey12-May-03 20:42
Paul Selormey12-May-03 20:42 
GeneralUploading file thru WININET Pin
Tili12-May-03 2:12
Tili12-May-03 2:12 
GeneralRe: Uploading file thru WININET Pin
Asmenok30-Sep-03 3:16
Asmenok30-Sep-03 3:16 
General3d game.. like DOOM for console:) Pin
Member 25795612-May-03 2:12
Member 25795612-May-03 2:12 
QuestionHow to knew that a NT/2000 User has logon on? Pin
GooBears12-May-03 2:09
GooBears12-May-03 2:09 
AnswerRe: How to knew that a NT/2000 User has logon on? Pin
Maxwell Chen13-May-03 1:19
Maxwell Chen13-May-03 1:19 
QuestionWhere to Find MFC FAQ? Pin
Haja12-May-03 1:52
Haja12-May-03 1:52 
AnswerRe: Where to Find MFC FAQ? Pin
Kevin McFarlane12-May-03 1:58
Kevin McFarlane12-May-03 1:58 
GeneralRe: Where to Find MFC FAQ? Pin
GooBears12-May-03 2:06
GooBears12-May-03 2:06 
AnswerRe: Where to Find MFC FAQ? Pin
David Crow12-May-03 2:29
David Crow12-May-03 2:29 
GeneralClickety police ! Pin
Trollslayer12-May-03 2:56
mentorTrollslayer12-May-03 2:56 
GeneralBitmap Pin
midupk12-May-03 1:52
midupk12-May-03 1:52 
GeneralRe: Bitmap Pin
midupk12-May-03 1:53
midupk12-May-03 1:53 
Generaltext in video Pin
sharlila12-May-03 1:17
sharlila12-May-03 1:17 
GeneralButton with Bitmap Pin
Rage12-May-03 0:10
professionalRage12-May-03 0:10 
GeneralRe: Button with Bitmap Pin
macmac3812-May-03 0:18
macmac3812-May-03 0:18 

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.