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

C / C++ / MFC

 
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 
GeneralRe: CSpinButtonCtrl Pin
David Chamberlain19-Jun-03 4:05
David Chamberlain19-Jun-03 4:05 
I've had to do this exact thing very recently, and I didn't have any problems. I have both a spin control and and edit control declared very much like you have them. I don't see any reason for that to assert.

I did find, through a roundabout way, that the edit control needs to follow the spin control in the tabbing order on the dialog. I'm not sure if this documented or not, but I hadn't seen it before. But, apparently, this is how the "attachment" works, by the edit immediately following the spin in tabbing order.

You might check that, and you might make sure exactly why the assertion is failing. I suspect the cause of the assertion isn't simply because of the edit declaration.

Dave

"You can say that again." -- Dept. of Redundancy Dept.
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 
GeneralRe: kEYLOGGER Pin
VikramDelhi19-Jun-03 9:30
VikramDelhi19-Jun-03 9:30 

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.