Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File extension and default icon Pin
Rickard Andersson202-Dec-02 8:38
Rickard Andersson202-Dec-02 8:38 
GeneralRe: File extension and default icon Pin
Nitron2-Dec-02 10:08
Nitron2-Dec-02 10:08 
GeneralWM_SYSCOMMAND Pin
Jamie Hale2-Dec-02 6:14
Jamie Hale2-Dec-02 6:14 
GeneralRe: WM_SYSCOMMAND Pin
Jamie Hale2-Dec-02 11:38
Jamie Hale2-Dec-02 11:38 
GeneralRe: WM_SYSCOMMAND Pin
Paul M Watt3-Dec-02 8:14
mentorPaul M Watt3-Dec-02 8:14 
GeneralRe: WM_SYSCOMMAND Pin
Jamie Hale3-Dec-02 9:34
Jamie Hale3-Dec-02 9:34 
GeneralWindows hook Pin
luftwaffe2-Dec-02 5:44
luftwaffe2-Dec-02 5:44 
GeneralCSpinButtonCtrl as an In-place control Pin
cgreathouse2-Dec-02 5:11
cgreathouse2-Dec-02 5:11 
I'm currently building a ListView control that is able to be edited in-place. So far I've got an edit control working, but I'm having problems with a spinner control.

The first problem is I can't set the focus to the spinner control after I've created it. I tried using the same method (SetFocus()) I used for the edit control but doesn't work.

The second problem is I can't trap when the 'Esc' or 'Enter' are pressed. For the edit control I'm using PreTranslateMessage(), but it's not getting called when the spinner is created.


Anybody no what's going on? Have an examples I can take a look at?

Thanks

Chris
Questionhow open a flie with 2 format, (Hex & txt)? Pin
zhdleonid2-Dec-02 5:00
zhdleonid2-Dec-02 5:00 
AnswerI meam: Pin
zhdleonid2-Dec-02 5:10
zhdleonid2-Dec-02 5:10 
AnswerRe: how open a flie with 2 format, (Hex & txt)? Pin
Nitron2-Dec-02 10:12
Nitron2-Dec-02 10:12 
GeneralRe: how open a flie with 2 format, (Hex & txt)? Pin
zhdleonid2-Dec-02 17:54
zhdleonid2-Dec-02 17:54 
GeneralRe: how open a flie with 2 format, (Hex & txt)? Pin
Nitron3-Dec-02 4:12
Nitron3-Dec-02 4:12 
Generalautorun app Pin
Jerome Conus2-Dec-02 4:37
Jerome Conus2-Dec-02 4:37 
GeneralRe: autorun app Pin
Maximilien2-Dec-02 4:51
Maximilien2-Dec-02 4:51 
GeneralRe: autorun app Pin
Jawache2-Dec-02 7:01
Jawache2-Dec-02 7:01 
GeneralRe: autorun app Pin
Jason Henderson2-Dec-02 9:22
Jason Henderson2-Dec-02 9:22 
GeneralSetWaitableTimer... Pin
BlackSmith2-Dec-02 4:11
BlackSmith2-Dec-02 4:11 
GeneralRe: SetWaitableTimer... Pin
Alvaro Mendez2-Dec-02 11:20
Alvaro Mendez2-Dec-02 11:20 
GeneralRunning 2 builds with VS.NET at the same time Pin
Le centriste2-Dec-02 3:45
Le centriste2-Dec-02 3:45 
GeneralOverlapped VS Popup window Pin
rrrado2-Dec-02 3:10
rrrado2-Dec-02 3:10 
GeneralRe: Overlapped VS Popup window Pin
valikac2-Dec-02 9:05
valikac2-Dec-02 9:05 
GeneralRe: Overlapped VS Popup window Pin
rrrado2-Dec-02 22:26
rrrado2-Dec-02 22:26 
GeneralCTreeCtrl / CDatabase Pin
dyerstein2-Dec-02 2:48
dyerstein2-Dec-02 2:48 
GeneralRe: CTreeCtrl / CDatabase Pin
act_x2-Dec-02 6:49
act_x2-Dec-02 6: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.