Click here to Skip to main content
15,884,791 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How To Delete A Specific Character In A String !!! Pin
Zac Howland19-Sep-06 9:27
Zac Howland19-Sep-06 9:27 
AnswerRe: How To Delete A Specific Character In A String !!! [modified] Pin
George L. Jackson19-Sep-06 9:39
George L. Jackson19-Sep-06 9:39 
QuestionInternet Time? Pin
Larsson19-Sep-06 9:13
Larsson19-Sep-06 9:13 
AnswerRe: Internet Time? Pin
David Crow19-Sep-06 9:52
David Crow19-Sep-06 9:52 
GeneralRe: Internet Time? Pin
Larsson19-Sep-06 12:55
Larsson19-Sep-06 12:55 
GeneralRe: Internet Time? Pin
Christian Graus19-Sep-06 13:21
protectorChristian Graus19-Sep-06 13:21 
QuestionRe: Internet Time? Pin
David Crow20-Sep-06 2:42
David Crow20-Sep-06 2:42 
Questionsend args to constructor when using RUNTIME_CLASS Pin
BlackDice19-Sep-06 9:02
BlackDice19-Sep-06 9:02 
I have a few nested splitters on my main screen and two of the panes use forms that are exactly the same in look and functionality except for a couple of strings. If there was a way I could send in some value to determine which stored procedure it should use to fill the list control, everything would be great and I could use an instance of the same class for both panes. But I create the formviews using RUNTIME_CLASS when creating the splitters.

While writing this post I've just thought about I could make the class I want to use a parent class, make two derived classes, each one calling the parent's constructor with the string or enum values I want. Something like this:
class CLeftFormView : public CMyFormView
{
      //call my CFormView constructor with string "leftpane"
};


class CRightFormView : public CMyFormView
{
      //call my CFormView constructor with string "rightpane"
};


This seems like it would work, but I wonder is there a better method for what I'm trying to do. Any suggestions are appreciated.

Thanks




AnswerRe: send args to constructor when using RUNTIME_CLASS Pin
Christopher Duncan19-Sep-06 16:56
Christopher Duncan19-Sep-06 16:56 
QuestionNeed fast method to read/convert floats from disk Pin
nadiric19-Sep-06 8:35
nadiric19-Sep-06 8:35 
AnswerRe: Need fast method to read/convert floats from disk Pin
Zac Howland19-Sep-06 9:01
Zac Howland19-Sep-06 9:01 
QuestionRe: Need fast method to read/convert floats from disk Pin
nadiric19-Sep-06 10:46
nadiric19-Sep-06 10:46 
AnswerRe: Need fast method to read/convert floats from disk Pin
Zac Howland20-Sep-06 10:25
Zac Howland20-Sep-06 10:25 
QuestionEnumerate USB Hubs? Pin
4tau19-Sep-06 8:31
4tau19-Sep-06 8:31 
AnswerRe: Enumerate USB Hubs? Pin
jk chan20-Sep-06 21:10
jk chan20-Sep-06 21:10 
QuestionMoving the mouse pointer Pin
Grimes19-Sep-06 8:06
Grimes19-Sep-06 8:06 
AnswerRe: Moving the mouse pointer Pin
Chipperm19-Sep-06 8:22
Chipperm19-Sep-06 8:22 
QuestionRe: Moving the mouse pointer Pin
Grimes19-Sep-06 8:54
Grimes19-Sep-06 8:54 
AnswerRe: Moving the mouse pointer Pin
Chipperm19-Sep-06 8:59
Chipperm19-Sep-06 8:59 
AnswerRe: Moving the mouse pointer Pin
PJ Arends19-Sep-06 9:02
professionalPJ Arends19-Sep-06 9:02 
QuestionHow to display bitmap in another window? Pin
ajcrm12519-Sep-06 7:52
ajcrm12519-Sep-06 7:52 
AnswerRe: How to display bitmap in another window? Pin
Christopher Duncan19-Sep-06 17:01
Christopher Duncan19-Sep-06 17:01 
GeneralRe: How to display bitmap in another window? Pin
ajcrm12520-Sep-06 3:13
ajcrm12520-Sep-06 3:13 
GeneralRe: How to display bitmap in another window? Pin
Christopher Duncan21-Sep-06 0:39
Christopher Duncan21-Sep-06 0:39 
QuestionSpy mouseclicks with LibUsb in windows Pin
Lastwebpage19-Sep-06 7:14
Lastwebpage19-Sep-06 7:14 

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.