Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
El Corazon13-Apr-06 16:36
El Corazon13-Apr-06 16:36 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Bob X13-Apr-06 16:45
Bob X13-Apr-06 16:45 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
El Corazon13-Apr-06 16:51
El Corazon13-Apr-06 16:51 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Bob X13-Apr-06 17:01
Bob X13-Apr-06 17:01 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Jon Sagara13-Apr-06 16:27
Jon Sagara13-Apr-06 16:27 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Chris Maunder13-Apr-06 18:13
cofounderChris Maunder13-Apr-06 18:13 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Bob X14-Apr-06 4:28
Bob X14-Apr-06 4:28 
QuestionMFC ActiveX with 2 Controls Pin
Stewart8113-Apr-06 13:01
Stewart8113-Apr-06 13:01 
I'm trying to create an activex project with 2 controls. The first is the primary control. The second loads some data and the idea behind it is to call a couple of methods within the first to set some features.

The idea behind this is so if there are multiple instances of the main control each one created doesn't have to load the data as that seems less than optimum for performance.

I tried creating a method within the secondary control which has a parameter defined as the first controls class. It compiled ok but when utilizing the two controls calling that method with the primary control as the first parameter doesn't work.

I'm guessing this is because the class isn't actually the control. My question is it possible to pass a control as a parameter in a method.

If so how do I do it?

Thanks
Stewart
Questionvector<bool> can't convert to 'bool *'? Pin
Yonggoo13-Apr-06 11:31
Yonggoo13-Apr-06 11:31 
QuestionHow to disable persistient scrollbars (VC++, no MFC) Pin
chasetoys13-Apr-06 10:15
chasetoys13-Apr-06 10:15 
AnswerRe: How to disable persistient scrollbars (VC++, no MFC) Pin
Sheng Jiang 蒋晟13-Apr-06 11:50
Sheng Jiang 蒋晟13-Apr-06 11:50 
QuestionWhich part of the O.S Supports Multithreading? Pin
CodeVarma13-Apr-06 8:07
CodeVarma13-Apr-06 8:07 
AnswerRe: Which part of the O.S Supports Multithreading? Pin
John M. Drescher13-Apr-06 8:34
John M. Drescher13-Apr-06 8:34 
AnswerRe: Which part of the O.S Supports Multithreading? Pin
ThatsAlok13-Apr-06 8:39
ThatsAlok13-Apr-06 8:39 
QuestionFirst-chance exception CFileDialog Pin
RobJones13-Apr-06 7:34
RobJones13-Apr-06 7:34 
AnswerRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 7:41
David Crow13-Apr-06 7:41 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 8:23
RobJones13-Apr-06 8:23 
QuestionRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 9:43
David Crow13-Apr-06 9:43 
AnswerRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 10:23
RobJones13-Apr-06 10:23 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 9:01
RobJones13-Apr-06 9:01 
GeneralRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 9:41
David Crow13-Apr-06 9:41 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 10:22
RobJones13-Apr-06 10:22 
GeneralRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 10:42
David Crow13-Apr-06 10:42 
AnswerRe: First-chance exception CFileDialog Pin
georgeraafat13-Apr-06 7:48
georgeraafat13-Apr-06 7:48 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 8:06
RobJones13-Apr-06 8:06 

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.