Click here to Skip to main content
15,913,090 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: popping windows up top and behind. Cna this be done? Pin
ns13-Jan-03 4:38
ns13-Jan-03 4:38 
GeneralRe: popping windows up top and behind. Cna this be done? Pin
jhwurmbach13-Jan-03 4:55
jhwurmbach13-Jan-03 4:55 
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 
VinZ wrote:
Currently, I use the visual context to "insert" an acitvex control in my project, in class wizard visual build automatically the wrapper that make me have access to the methods and properties of my activex, without need to insert it as a part of the project.

when I had new methods and properties in the activex (other project) I don't, the wrapper in the project that uses the activex doesn't include new methods and properties...and so I have to suppress it and recreate....


The easiest way that I have found to upgrade the MS generated wrappers is to create a throw-away MFC application EXE project and insert the ActiveX control as you described. Then take the new generated wrapper cpp/h files from the throw-away project directory and copy them into your development project replacing the previous version of the files. You then have access to the new methods, events, etc. without dropping all references and re-inserting.

The bad thing is that you have to create a new throw-away project each time a new version of the ActiveX component that contains new methods, events, etc. is created or released. However, this technique is much faster than suppressing and recreating.

Roger Stewart
"I Owe, I Owe, it's off to work I go..."

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 
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 

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.