Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPaste Unicode in Edit box problem Pin
santhoshv849-Sep-08 19:36
santhoshv849-Sep-08 19:36 
AnswerRe: Paste Unicode in Edit box problem Pin
Naveen9-Sep-08 19:42
Naveen9-Sep-08 19:42 
AnswerRe: Paste Unicode in Edit box problem Pin
Hamid_RT9-Sep-08 20:33
Hamid_RT9-Sep-08 20:33 
GeneralRe: Paste Unicode in Edit box problem Pin
santhoshv849-Sep-08 23:26
santhoshv849-Sep-08 23:26 
GeneralRe: Paste Unicode in Edit box problem Pin
Hamid_RT10-Sep-08 9:46
Hamid_RT10-Sep-08 9:46 
QuestionLinker error in windows app. Pin
Sauce!9-Sep-08 18:37
Sauce!9-Sep-08 18:37 
AnswerRe: Linker error in windows app. Pin
Naveen9-Sep-08 18:43
Naveen9-Sep-08 18:43 
GeneralRe: Linker error in windows app. Pin
Sauce!9-Sep-08 18:54
Sauce!9-Sep-08 18:54 
GeneralRe: Linker error in windows app. Pin
Naveen9-Sep-08 18:56
Naveen9-Sep-08 18:56 
GeneralRe: Linker error in windows app. Pin
Sauce!9-Sep-08 18:59
Sauce!9-Sep-08 18:59 
GeneralRe: Linker error in windows app. Pin
Naveen9-Sep-08 19:07
Naveen9-Sep-08 19:07 
GeneralRe: Linker error in windows app. Pin
Sauce!9-Sep-08 19:23
Sauce!9-Sep-08 19:23 
GeneralRe: Linker error in windows app. Pin
Naveen9-Sep-08 19:26
Naveen9-Sep-08 19:26 
GeneralRe: Linker error in windows app. Pin
Sauce!9-Sep-08 19:36
Sauce!9-Sep-08 19:36 
GeneralRe: Linker error in windows app. Pin
Naveen9-Sep-08 19:40
Naveen9-Sep-08 19:40 
AnswerRe: Linker error in windows app. Pin
Michael Dunn10-Sep-08 11:47
sitebuilderMichael Dunn10-Sep-08 11:47 
GeneralRe: Linker error in windows app. Pin
Sauce!10-Sep-08 23:39
Sauce!10-Sep-08 23:39 
QuestionSendMessageTimeOut( ) fails in Vista Pin
V K 29-Sep-08 18:21
V K 29-Sep-08 18:21 
AnswerRe: SendMessageTimeOut( ) fails in Vista Pin
SandipG 9-Sep-08 20:38
SandipG 9-Sep-08 20:38 
GeneralRe: SendMessageTimeOut( ) fails in Vista Pin
V K 29-Sep-08 20:59
V K 29-Sep-08 20:59 
GeneralRe: SendMessageTimeOut( ) fails in Vista [modified] Pin
SandipG 9-Sep-08 21:04
SandipG 9-Sep-08 21:04 
In the Error Look up utility it shows me this

This operation returned because the timeout period expired.

From winerror.h
//
// MessageId: ERROR_TIMEOUT
//
// MessageText:
//
// This operation returned because the timeout period expired.
//
#define ERROR_TIMEOUT 1460L


So i think it is working as intended and timing out after time interval specified.

Documentation says
If the function fails or times out, the return value is zero. To get extended error information, call GetLastError. If GetLastError returns ERROR_TIMEOUT, then the function timed out.
Microsoft Windows 2000: If GetLastError returns zero, then the function timed out.

I hope it helps..

Regards,
Sandip.

modified on Wednesday, September 10, 2008 3:11 AM

GeneralRe: SendMessageTimeOut( ) fails in Vista Pin
V K 29-Sep-08 21:45
V K 29-Sep-08 21:45 
QuestionRe: SendMessageTimeOut( ) fails in Vista Pin
Mark Salsbery10-Sep-08 5:15
Mark Salsbery10-Sep-08 5:15 
QuestionEdit box problem......... Pin
ani_ikram9-Sep-08 17:32
ani_ikram9-Sep-08 17:32 
AnswerRe: Edit box problem......... Pin
Naveen9-Sep-08 17:48
Naveen9-Sep-08 17:48 

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.