Click here to Skip to main content
16,016,712 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Transparency problem Pin
Hamid_RT15-Nov-08 1:42
Hamid_RT15-Nov-08 1:42 
GeneralRe: Transparency problem Pin
Code-o-mat15-Nov-08 3:40
Code-o-mat15-Nov-08 3:40 
QuestionProblems with indexer in a ListControl Pin
Larry Mills Sr14-Nov-08 10:45
Larry Mills Sr14-Nov-08 10:45 
AnswerRe: Problems with indexer in a ListControl Pin
Code-o-mat14-Nov-08 23:37
Code-o-mat14-Nov-08 23:37 
GeneralRe: Problems with indexer in a ListControl Pin
Larry Mills Sr16-Nov-08 3:44
Larry Mills Sr16-Nov-08 3:44 
QuestionHow to catch tab key for controls? Pin
sabdalla8014-Nov-08 10:32
sabdalla8014-Nov-08 10:32 
AnswerRe: How to catch tab key for controls? Pin
Hamid_RT14-Nov-08 23:09
Hamid_RT14-Nov-08 23:09 
AnswerRe: How to catch tab key for controls? Pin
josip cagalj16-Nov-08 21:51
josip cagalj16-Nov-08 21:51 
If I've understand you well you want to process date on some controls when they lose focus? If so you can setup message handlers (for KILLFOCUS type of messages) on those controls.
Personally I do all my checking when user is done, say when he presses ok button. This is because one can navigate from control while not finishing with his input and then navigate back to that same control to enter more data.
Hope this helps, if no I'll try to be more clear in future posts.
QuestionCreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 8:27
Darrel Q Pham14-Nov-08 8:27 
AnswerRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Randor 14-Nov-08 8:49
professional Randor 14-Nov-08 8:49 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 8:56
Darrel Q Pham14-Nov-08 8:56 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Randor 14-Nov-08 9:35
professional Randor 14-Nov-08 9:35 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 10:44
Darrel Q Pham14-Nov-08 10:44 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 12:23
Darrel Q Pham14-Nov-08 12:23 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 12:39
Darrel Q Pham14-Nov-08 12:39 
QuestionGeting information on media in my recorder drive Pin
josip cagalj14-Nov-08 3:45
josip cagalj14-Nov-08 3:45 
AnswerRe: Geting information on media in my recorder drive Pin
Iain Clarke, Warrior Programmer14-Nov-08 5:21
Iain Clarke, Warrior Programmer14-Nov-08 5:21 
GeneralRe: Geting information on media in my recorder drive Pin
josip cagalj16-Nov-08 21:42
josip cagalj16-Nov-08 21:42 
QuestionUpdate ResourceScript File Pin
Dhiraj kumar Saini14-Nov-08 1:40
Dhiraj kumar Saini14-Nov-08 1:40 
QuestionRe: Update ResourceScript File Pin
David Crow14-Nov-08 3:09
David Crow14-Nov-08 3:09 
QuestionConnecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani14-Nov-08 1:29
Divya Lalwani14-Nov-08 1:29 
AnswerRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
_AnsHUMAN_ 14-Nov-08 1:40
_AnsHUMAN_ 14-Nov-08 1:40 
QuestionRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
David Crow14-Nov-08 3:11
David Crow14-Nov-08 3:11 
AnswerRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani16-Nov-08 18:09
Divya Lalwani16-Nov-08 18:09 
AnswerRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani16-Nov-08 19:24
Divya Lalwani16-Nov-08 19:24 

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.