Click here to Skip to main content
15,916,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: A beginer's qustion Pin
Shatak Gurukar20-Jun-07 7:35
Shatak Gurukar20-Jun-07 7:35 
GeneralRe: A beginer's qustion Pin
David Crow20-Jun-07 7:56
David Crow20-Jun-07 7:56 
AnswerRe: A beginer's qustion [modified] Pin
Erik Midtskogen20-Jun-07 7:54
Erik Midtskogen20-Jun-07 7:54 
GeneralRe: A beginer's qustion Pin
David Crow20-Jun-07 7:57
David Crow20-Jun-07 7:57 
GeneralRe: A beginer's qustion Pin
Erik Midtskogen20-Jun-07 8:09
Erik Midtskogen20-Jun-07 8:09 
QuestionService problem Pin
david bagaturia20-Jun-07 3:05
david bagaturia20-Jun-07 3:05 
JokeRe: Service problem Pin
Matthew Faithfull20-Jun-07 3:46
Matthew Faithfull20-Jun-07 3:46 
AnswerRe: Service problem Pin
david bagaturia20-Jun-07 4:13
david bagaturia20-Jun-07 4:13 
GeneralRe: Service problem Pin
david bagaturia20-Jun-07 4:31
david bagaturia20-Jun-07 4:31 
GeneralRe: Service problem Pin
BadKarma20-Jun-07 4:52
BadKarma20-Jun-07 4:52 
GeneralRe: Service problem Pin
david bagaturia20-Jun-07 19:35
david bagaturia20-Jun-07 19:35 
QuestionRe: Service problem Pin
David Crow20-Jun-07 4:58
David Crow20-Jun-07 4:58 
AnswerRe: Service problem Pin
led mike20-Jun-07 5:14
led mike20-Jun-07 5:14 
GeneralRe: Service problem Pin
Mark Salsbery20-Jun-07 5:36
Mark Salsbery20-Jun-07 5:36 
GeneralRe: Service problem Pin
David Crow20-Jun-07 6:55
David Crow20-Jun-07 6:55 
GeneralRe: Service problem Pin
led mike20-Jun-07 7:09
led mike20-Jun-07 7:09 
GeneralRe: Service problem Pin
David Crow20-Jun-07 7:18
David Crow20-Jun-07 7:18 
GeneralRe: Service problem Pin
Mark Salsbery20-Jun-07 7:24
Mark Salsbery20-Jun-07 7:24 
GeneralRe: Service problem Pin
Matthew Faithfull20-Jun-07 7:53
Matthew Faithfull20-Jun-07 7:53 
GeneralRe: Service problem Pin
Mark Salsbery20-Jun-07 8:53
Mark Salsbery20-Jun-07 8:53 
QuestionA thread problem Pin
iayd20-Jun-07 2:59
iayd20-Jun-07 2:59 
Hi I have a worker thread in my project and this thread is waiting the data which is coming from serial port.I want that when a certain data comes from the serial port I will change the keyboard focus from one edit box to another.This data which is coming from serial port will work like TAB button in our keyboards.I know that SetFocus() method is doing that job however when I want to do this in worker thread it is not working.Although I can do many things in worker threads like writing tha data to edit boxes,I can not change visually the keyboard focus from one edit box to another.Is there any body who have an idea about that problem?
Thanks all
AnswerRe: A thread problem Pin
Matthew Faithfull20-Jun-07 3:42
Matthew Faithfull20-Jun-07 3:42 
GeneralRe: A thread problem Pin
iayd20-Jun-07 4:12
iayd20-Jun-07 4:12 
GeneralRe: A thread problem Pin
JudyL_MD21-Jun-07 2:32
JudyL_MD21-Jun-07 2:32 
AnswerRe: A thread problem Pin
Roger Stoltz20-Jun-07 4:04
Roger Stoltz20-Jun-07 4:04 

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.