Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Advice required Pin
Henry miller19-Oct-04 3:56
Henry miller19-Oct-04 3:56 
QuestionHow to create true type font Pin
Azghar Hussain18-Oct-04 18:59
professionalAzghar Hussain18-Oct-04 18:59 
AnswerRe: How to create true type font Pin
22491718-Oct-04 21:37
22491718-Oct-04 21:37 
GeneralTab order in Win32 App Pin
Murlai18-Oct-04 18:51
Murlai18-Oct-04 18:51 
GeneralRe: Tab order in Win32 App Pin
22491718-Oct-04 21:42
22491718-Oct-04 21:42 
GeneralRe: Tab order in Win32 App Pin
Murlai19-Oct-04 0:16
Murlai19-Oct-04 0:16 
GeneralRe: Tab order in Win32 App Pin
22491719-Oct-04 1:12
22491719-Oct-04 1:12 
GeneralRe: Tab order in Win32 App Pin
Phil J Pearson19-Oct-04 3:54
Phil J Pearson19-Oct-04 3:54 
Moving focus between controls in a dialog is handled by the Windows dialog manager. If the window containing the controls is not a dialog you will have to handle changing focus yourself in your window procedure. (Assuming this is not an MFC app.)

You would have to process WM_CHAR messages and do the appropriate SetFocus when you get TAB. You would also have to check for the Shift key if you had more than two controls.



The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).
Generalplease please help me its urgent Pin
youngashish18-Oct-04 18:38
youngashish18-Oct-04 18:38 
GeneralRe: please please help me its urgent Pin
Azghar Hussain18-Oct-04 18:57
professionalAzghar Hussain18-Oct-04 18:57 
GeneralRe: please please help me its urgent Pin
22491718-Oct-04 20:14
22491718-Oct-04 20:14 
GeneralRe: please please help me its urgent Pin
youngashish18-Oct-04 20:18
youngashish18-Oct-04 20:18 
Generalserial communication Pin
vc-programmer-18-Oct-04 18:34
vc-programmer-18-Oct-04 18:34 
GeneralRe: serial communication Pin
shiraztk18-Oct-04 18:39
shiraztk18-Oct-04 18:39 
GeneralRe: serial communication Pin
twing18-Oct-04 21:00
twing18-Oct-04 21:00 
GeneralImageing : Fisheye Conversion, Help Pin
jk chan18-Oct-04 17:49
jk chan18-Oct-04 17:49 
GeneralHELP!!:)Another new to C problems trying to figure out Pin
jenmaz18-Oct-04 17:12
jenmaz18-Oct-04 17:12 
GeneralRe: HELP!!:)Another new to C problems trying to figure out Pin
Ryan Binns18-Oct-04 18:30
Ryan Binns18-Oct-04 18:30 
GeneralRe: HELP!!:)Another new to C problems trying to figure out Pin
Anonymous18-Oct-04 18:55
Anonymous18-Oct-04 18:55 
GeneralRe: HELP!!:)Another new to C problems trying to figure out Pin
shiraztk18-Oct-04 18:36
shiraztk18-Oct-04 18:36 
Generalnew to c and having problems with looping questions Pin
jenmaz18-Oct-04 17:11
jenmaz18-Oct-04 17:11 
GeneralRe: new to c and having problems with looping questions Pin
shiraztk18-Oct-04 18:44
shiraztk18-Oct-04 18:44 
GeneralNew to MFC - Dialog Box Question Pin
MoP7318-Oct-04 17:01
MoP7318-Oct-04 17:01 
GeneralRe: New to MFC - Dialog Box Question Pin
22491718-Oct-04 18:03
22491718-Oct-04 18:03 
GeneralRe: New to MFC - Dialog Box Question Pin
MoP7318-Oct-04 18:46
MoP7318-Oct-04 18: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.