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

C / C++ / MFC

 
GeneralRe: Thread Pin
Gandilf19-Jun-03 4:48
Gandilf19-Jun-03 4:48 
GeneralRe: Thread Pin
AlexO19-Jun-03 5:35
AlexO19-Jun-03 5:35 
GeneralRe: Thread Pin
Ryan Binns19-Jun-03 4:22
Ryan Binns19-Jun-03 4:22 
GeneralRe: Thread Pin
Jonathan Craig19-Jun-03 5:09
Jonathan Craig19-Jun-03 5:09 
GeneralRe: Thread Pin
Jonathan Craig20-Jun-03 3:37
Jonathan Craig20-Jun-03 3:37 
GeneralRe: Thread Pin
Brian Delahunty19-Jun-03 7:57
Brian Delahunty19-Jun-03 7:57 
GeneralRe: Thread Pin
David Crow19-Jun-03 10:22
David Crow19-Jun-03 10:22 
GeneralCSpinButtonCtrl Pin
#realJSOP19-Jun-03 3:54
professional#realJSOP19-Jun-03 3:54 
I have a CSpinButtonCtrl control in a dialog box, and a corresponding CEdit control.

If I set the spin button to be "attached" to the CEdit control, the program asserts if I defined a variable associated with the attached CEdit control.

// Dialog Data
	//{{AFX_DATA(ViaSatChannelOptionsDlg)
	enum { IDD = IDD_MYDIALOG };
	CSpinButtonCtrl	m_ctrlSpinner;
	CEdit m_ctrlEdit; // defining this causes my program to assert in wincore.cpp
	//}}AFX_DATA


I looked all over MSDN and didn't see anything about this. Anyone have any clues/experience with this?

------- signature starts

"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

Please review the Legal Disclaimer in my bio.

------- signature ends
GeneralRe: CSpinButtonCtrl Pin
David Chamberlain19-Jun-03 4:05
David Chamberlain19-Jun-03 4:05 
GeneralRe: CSpinButtonCtrl Pin
#realJSOP19-Jun-03 4:09
professional#realJSOP19-Jun-03 4:09 
GeneralRe: CSpinButtonCtrl Pin
David Chamberlain19-Jun-03 4:19
David Chamberlain19-Jun-03 4:19 
GeneralRe: CSpinButtonCtrl Pin
#realJSOP19-Jun-03 4:35
professional#realJSOP19-Jun-03 4:35 
GeneralRe: CSpinButtonCtrl Pin
David Chamberlain19-Jun-03 4:56
David Chamberlain19-Jun-03 4:56 
GeneralPopup Menu Pin
modular19-Jun-03 3:20
modular19-Jun-03 3:20 
GeneralRe: Popup Menu Pin
AlexO19-Jun-03 3:34
AlexO19-Jun-03 3:34 
Generaltoolbar on dialog box Pin
modular19-Jun-03 3:16
modular19-Jun-03 3:16 
GeneralRe: toolbar on dialog box Pin
Maximilien19-Jun-03 4:18
Maximilien19-Jun-03 4:18 
GeneralMultiuser application Pin
modular19-Jun-03 2:34
modular19-Jun-03 2:34 
GeneralRe: Multiuser application Pin
valikac19-Jun-03 6:15
valikac19-Jun-03 6:15 
GeneralRe: Multiuser application Pin
modular19-Jun-03 18:52
modular19-Jun-03 18:52 
GeneralRe: Multiuser application Pin
valikac19-Jun-03 19:20
valikac19-Jun-03 19:20 
QuestionBrute Force ??? Pin
VikramDelhi19-Jun-03 2:13
VikramDelhi19-Jun-03 2:13 
AnswerRe: Brute Force ??? Pin
Johnny ²19-Jun-03 2:35
Johnny ²19-Jun-03 2:35 
GeneralkEYLOGGER Pin
VikramDelhi19-Jun-03 2:03
VikramDelhi19-Jun-03 2:03 
GeneralRe: kEYLOGGER Pin
John M. Drescher19-Jun-03 3:49
John M. Drescher19-Jun-03 3:49 

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.