Click here to Skip to main content
15,894,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp me with COM Pin
Budric B.15-Mar-05 10:28
Budric B.15-Mar-05 10:28 
GeneralRe: Help me with COM Pin
jan larsen16-Mar-05 3:33
jan larsen16-Mar-05 3:33 
GeneralRe: Help me with COM Pin
Budric B.16-Mar-05 11:31
Budric B.16-Mar-05 11:31 
GeneralRe: Help me with COM Pin
jan larsen16-Mar-05 20:16
jan larsen16-Mar-05 20:16 
GeneralRe: Help me with COM Pin
Budric B.17-Mar-05 3:23
Budric B.17-Mar-05 3:23 
GeneralRe: Help me with COM Pin
jan larsen18-Mar-05 0:46
jan larsen18-Mar-05 0:46 
GeneralCreating Edit Boxes from View class.. Pin
Romashki15-Mar-05 10:08
Romashki15-Mar-05 10:08 
GeneralRe: Creating Edit Boxes from View class.. Pin
PJ Arends15-Mar-05 10:24
professionalPJ Arends15-Mar-05 10:24 
I am going to guess that the CPropertyPage you are trying to create the edit control on does not exist. try this:
//function, creating Edit Boxes
void CInput::AddEditBox()
{
   ASSERT(IsWindow(m_hWnd));  // Add this line
...
What happens now???



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

GeneralRe: Creating Edit Boxes from View class.. Pin
Romashki15-Mar-05 10:33
Romashki15-Mar-05 10:33 
GeneralRe: Creating Edit Boxes from View class.. Pin
PJ Arends15-Mar-05 10:45
professionalPJ Arends15-Mar-05 10:45 
GeneralRe: Creating Edit Boxes from View class.. Pin
Romashki15-Mar-05 12:11
Romashki15-Mar-05 12:11 
GeneralOptions Dialog in Visual Studio .NET Pin
Gagnon Claude15-Mar-05 9:00
Gagnon Claude15-Mar-05 9:00 
GeneralRe: Options Dialog in Visual Studio .NET Pin
Ravi Bhavnani15-Mar-05 9:23
professionalRavi Bhavnani15-Mar-05 9:23 
GeneralNeed help with an Application Icon Pin
Ian Bowler15-Mar-05 7:31
Ian Bowler15-Mar-05 7:31 
GeneralRe: Need help with an Application Icon Pin
includeh1015-Mar-05 7:42
includeh1015-Mar-05 7:42 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 7:48
Ian Bowler15-Mar-05 7:48 
GeneralRe: Need help with an Application Icon Pin
includeh1015-Mar-05 8:06
includeh1015-Mar-05 8:06 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 8:08
Ian Bowler15-Mar-05 8:08 
GeneralRe: Need help with an Application Icon Pin
includeh1015-Mar-05 8:17
includeh1015-Mar-05 8:17 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 8:48
Ian Bowler15-Mar-05 8:48 
GeneralRe: Need help with an Application Icon Pin
David Crow15-Mar-05 9:24
David Crow15-Mar-05 9:24 
GeneralRe: Need help with an Application Icon Pin
PJ Arends15-Mar-05 10:32
professionalPJ Arends15-Mar-05 10:32 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 11:35
Ian Bowler15-Mar-05 11:35 
Generalclass with dynamic array Pin
Anonymous15-Mar-05 7:30
Anonymous15-Mar-05 7:30 
GeneralRe: class with dynamic array Pin
includeh1015-Mar-05 7:46
includeh1015-Mar-05 7:46 

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.