Click here to Skip to main content
15,929,587 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralA Question About "SetModifiedFlag" Pin
Maer72721-Aug-01 22:27
Maer72721-Aug-01 22:27 
GeneralRe: A Question About Pin
Derek Waters22-Aug-01 13:34
Derek Waters22-Aug-01 13:34 
GeneralRe: A Question About Pin
Maer72722-Aug-01 20:08
Maer72722-Aug-01 20:08 
GeneralA Question About "SetModifiedFlag" Pin
Maer72721-Aug-01 22:24
Maer72721-Aug-01 22:24 
QuestionHow to toggled on the Numlock key on Windows 98? Pin
Maer72721-Aug-01 22:23
Maer72721-Aug-01 22:23 
GeneralA Simple Question About Compound File and structured storage Pin
Maer72721-Aug-01 22:22
Maer72721-Aug-01 22:22 
GeneralA Simple Question About ActiveX on Internet Pin
Maer72721-Aug-01 22:19
Maer72721-Aug-01 22:19 
GeneralRe: A Simple Question About ActiveX on Internet Pin
Derek Waters22-Aug-01 13:41
Derek Waters22-Aug-01 13:41 
OK, here's my (perhaps limited) knowledge about these two terms.

Basically, CLASSID indicates what type of ActiveX control you want to embed. It is a GUID (idnetifier) that uniquely identifies the type of control to be embedded. The browser should pull out the GUID and try to create an object of that type. If that particular GUID is not registered on the machine, the browser goes to the location specified in CODEBASE to get the ActiveX component. That's where things get tricky. CODEBASE can point to either an OCX directly, provided it's self-registering, or a CAB file that will install it. If you need to build the CAB file, check out "File Packaging With The Packaging And Deployment Wizard" on MSDN. Although it's VB based, the concept is the same. You could also try packaging a simple VB OCX to see what the wizard produces.

Hope this helps.


------------------------
Derek Waters
derek@lj-oz.com
GeneralRe: A Simple Question About ActiveX on Internet Pin
Maer72722-Aug-01 20:01
Maer72722-Aug-01 20:01 
QuestionHow to convert ip address to www address? Pin
Maer72721-Aug-01 22:17
Maer72721-Aug-01 22:17 
AnswerRe: How to convert ip address to www address? Pin
markkuk22-Aug-01 1:08
markkuk22-Aug-01 1:08 
GeneralRe: How to convert ip address to www address? Pin
Maer72722-Aug-01 6:29
Maer72722-Aug-01 6:29 
GeneralRe: How to convert ip address to www address? Pin
markkuk22-Aug-01 20:55
markkuk22-Aug-01 20:55 
GeneralRe: How to convert ip address to www address? Pin
Maer72723-Aug-01 4:47
Maer72723-Aug-01 4:47 
GeneralRe: How to convert ip address to www address? Pin
markkuk23-Aug-01 21:03
markkuk23-Aug-01 21:03 
GeneralRe: How to convert ip address to www address? Pin
Maer72724-Aug-01 3:08
Maer72724-Aug-01 3:08 
GeneralRecieve commands from CEdit popup menu Pin
21-Aug-01 20:59
suss21-Aug-01 20:59 
GeneralRe: Recieve commands from CEdit popup menu Pin
Tomasz Sowinski22-Aug-01 0:17
Tomasz Sowinski22-Aug-01 0:17 
GeneralNumeric type conversion Pin
Jimmy Ehrnström21-Aug-01 20:39
Jimmy Ehrnström21-Aug-01 20:39 
GeneralRe: Numeric type conversion Pin
22-Aug-01 7:31
suss22-Aug-01 7:31 
QuestionHow "Window" menu works Pin
21-Aug-01 19:34
suss21-Aug-01 19:34 
AnswerRe: How Pin
Tomasz Sowinski21-Aug-01 23:40
Tomasz Sowinski21-Aug-01 23:40 
GeneralCustom buttons in title bar Pin
marutis21-Aug-01 19:27
marutis21-Aug-01 19:27 
GeneralRe: Custom buttons in title bar Pin
Tommy H D Svensson22-Aug-01 0:53
Tommy H D Svensson22-Aug-01 0:53 
QuestionCComboBox resize list part of control??? Pin
21-Aug-01 19:20
suss21-Aug-01 19:20 

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.