Click here to Skip to main content
15,903,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need help Pin
toufiq_raja16-Nov-05 18:43
toufiq_raja16-Nov-05 18:43 
AnswerRe: need help Pin
toxcct15-Nov-05 22:07
toxcct15-Nov-05 22:07 
GeneralRe: need help Pin
toufiq_raja16-Nov-05 23:14
toufiq_raja16-Nov-05 23:14 
GeneralRe: need help Pin
toxcct17-Nov-05 2:21
toxcct17-Nov-05 2:21 
GeneralRe: need help Pin
toufiq_raja20-Nov-05 20:08
toufiq_raja20-Nov-05 20:08 
QuestionHow to use CByteArray to store and retrieve pictures Pin
snprani15-Nov-05 20:02
snprani15-Nov-05 20:02 
QuestionHow To set tab order at runtime using SetWindowPos() so as to shift the focus from one edit box to another edit box(of any control) when down arrow button pressed Pin
zxc8915-Nov-05 19:44
zxc8915-Nov-05 19:44 
AnswerRe: How To set tab order at runtime using SetWindowPos() so as to shift the focus from one edit box to another edit box(of any control) when down arrow button pressed Pin
Rage15-Nov-05 21:02
professionalRage15-Nov-05 21:02 
harish174 wrote:
SetWindowPos().


Why SetWindowPos ? You do not want to move the edit box, only the focus, don'T you ?

harish174 wrote:
should shift to the next edit box


Two possibilities here :

- the edit boxes are made at runtime, so you must have a pointer on them, so you may use:

pEditCtrl->SetFocus(); //after catching the keydown event


- the edit boxes all have ids.

/* compute IDC_NEXTEDITBOX */
GetDlgItem(IDC_NEXTEDITBOX)->SetFocus();






~RaGE();
GeneralRe: How To set tab order at runtime using SetWindowPos() so as to shift the focus from one edit box to another edit box(of any control) when down arrow button pressed Pin
dabs15-Nov-05 22:27
dabs15-Nov-05 22:27 
AnswerRe: How To set tab order at runtime using SetWindowPos() so as to shift the focus from one edit box to another edit box(of any control) when down arrow button pressed Pin
Owner drawn15-Nov-05 23:52
Owner drawn15-Nov-05 23:52 
QuestionExtracing data from word document to notepad or edit box Pin
Ankush Mehta15-Nov-05 19:41
Ankush Mehta15-Nov-05 19:41 
AnswerRe: Extracing data from word document to notepad or edit box Pin
Rage15-Nov-05 21:06
professionalRage15-Nov-05 21:06 
AnswerRe: Extracing data from word document to notepad or edit box Pin
Barm15-Nov-05 21:20
Barm15-Nov-05 21:20 
AnswerRe: Extracing data from word document to notepad or edit box Pin
grigsoft15-Nov-05 21:54
grigsoft15-Nov-05 21:54 
QuestionCompiler warning Pin
Raza568015-Nov-05 18:39
Raza568015-Nov-05 18:39 
AnswerRe: Compiler warning Pin
chamilkab15-Nov-05 20:43
chamilkab15-Nov-05 20:43 
AnswerRe: Compiler warning Pin
Rage15-Nov-05 21:18
professionalRage15-Nov-05 21:18 
Questionserver, domain, ip, what are they? Pin
includeh1015-Nov-05 18:37
includeh1015-Nov-05 18:37 
AnswerRe: server, domain, ip, what are they? Pin
sunit515-Nov-05 23:38
sunit515-Nov-05 23:38 
QuestionDLL Concept Question Pin
LighthouseJ15-Nov-05 17:42
LighthouseJ15-Nov-05 17:42 
QuestionHow to write a transfer file with UDP/IP? Pin
001141115-Nov-05 16:35
001141115-Nov-05 16:35 
AnswerRe: How to write a transfer file with UDP/IP? Pin
sunit515-Nov-05 23:43
sunit515-Nov-05 23:43 
AnswerRe: How to write a transfer file with UDP/IP? Pin
001141116-Nov-05 15:27
001141116-Nov-05 15:27 
QuestionOpenGL - Axis Direction Pin
Swinefeaster15-Nov-05 15:31
Swinefeaster15-Nov-05 15:31 
QuestionStill having problems with Dir. Copying Pin
bobfilar15-Nov-05 14:58
bobfilar15-Nov-05 14:58 

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.