Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: popping windows up top and behind. Cna this be done? Pin
jmkhael13-Jan-03 5:36
jmkhael13-Jan-03 5:36 
GeneralRe: popping windows up top and behind. Cna this be done? Pin
jhwurmbach13-Jan-03 5:47
jhwurmbach13-Jan-03 5:47 
GeneralActivex on visual c++ 6 Pin
VinZ13-Jan-03 2:56
VinZ13-Jan-03 2:56 
GeneralRe: Activex on visual c++ 6 Pin
AlexO13-Jan-03 3:17
AlexO13-Jan-03 3:17 
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 3:22
VinZ13-Jan-03 3:22 
GeneralRe: Activex on visual c++ 6 Pin
Roger Stewart13-Jan-03 7:22
professionalRoger Stewart13-Jan-03 7:22 
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 21:18
VinZ13-Jan-03 21:18 
GeneralRe: Activex on visual c++ 6 Pin
includeh1013-Jan-03 4:01
includeh1013-Jan-03 4:01 
dynamically use ActiveX/COM will not cause your case.

"dynamically" means 2 ideas:
1. use #import, but u have to re-compile if need upgrad.
2. use LoadLibraryEx with Invoke method, u even don't need to re-compile ur exe to upgrad.

but, in both cases, use COM is better, do not use ActiveX.
ActiveX is not really "very standard" as COM is.

idea 2 needs much more knowleges than idea 1.

if insist using wrapper classes, delete all of them if need upgrad, new classes will be re-generated when add the control.



includeh10
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 4:18
VinZ13-Jan-03 4:18 
GeneralRe: Activex on visual c++ 6 Pin
includeh1013-Jan-03 5:43
includeh1013-Jan-03 5:43 
General???:) Pin
AlexO13-Jan-03 6:45
AlexO13-Jan-03 6:45 
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 21:17
VinZ13-Jan-03 21:17 
GeneralHelp me please!!! Pin
DRemedi13-Jan-03 2:45
DRemedi13-Jan-03 2:45 
GeneralRe: Help me please!!! Pin
Nitron13-Jan-03 3:35
Nitron13-Jan-03 3:35 
GeneralCallback Pin
Mad Docs Hairy Belly13-Jan-03 2:44
Mad Docs Hairy Belly13-Jan-03 2:44 
GeneralRe: Callback Pin
includeh1013-Jan-03 3:44
includeh1013-Jan-03 3:44 
GeneralRe: Callback Pin
Mad Docs Hairy Belly13-Jan-03 4:56
Mad Docs Hairy Belly13-Jan-03 4:56 
GeneralRe: Callback Pin
valikac13-Jan-03 9:05
valikac13-Jan-03 9:05 
Generalscollbar question Pin
dan o13-Jan-03 2:29
dan o13-Jan-03 2:29 
GeneralRe: scollbar question Pin
lucy13-Jan-03 6:57
lucy13-Jan-03 6:57 
QuestionRich Edit Control Bug?? Pin
RChin13-Jan-03 0:40
RChin13-Jan-03 0:40 
AnswerRe: Rich Edit Control Bug?? Pin
AlexO13-Jan-03 3:28
AlexO13-Jan-03 3:28 
Generalformat of jar file Pin
includeh1013-Jan-03 0:00
includeh1013-Jan-03 0:00 
GeneralRe: format of jar file Pin
Jon Hulatt13-Jan-03 0:56
Jon Hulatt13-Jan-03 0:56 
GeneralRe: format of jar file Pin
includeh1013-Jan-03 2:40
includeh1013-Jan-03 2:40 

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.