Click here to Skip to main content
15,867,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "PostMessage" without window Pin
Kushagra Tiwari8-Nov-09 20:07
Kushagra Tiwari8-Nov-09 20:07 
GeneralRe: "PostMessage" without window Pin
Rajesh R Subramanian8-Nov-09 20:30
professionalRajesh R Subramanian8-Nov-09 20:30 
AnswerRe: "PostMessage" without window Pin
Rajesh R Subramanian7-Nov-09 4:31
professionalRajesh R Subramanian7-Nov-09 4:31 
AnswerRe: "PostMessage" without window Pin
transoft7-Nov-09 5:05
transoft7-Nov-09 5:05 
Questionhow to convert word(or)excel document to pdf Pin
soo preety6-Nov-09 22:08
soo preety6-Nov-09 22:08 
AnswerRe: how to convert word(or)excel document to pdf Pin
Richard MacCutchan6-Nov-09 22:33
mveRichard MacCutchan6-Nov-09 22:33 
AnswerRe: how to convert word(or)excel document to pdf Pin
Paresh Chitte6-Nov-09 23:15
Paresh Chitte6-Nov-09 23:15 
QuestionKey press missing Pin
Deepak.Prahlad6-Nov-09 20:13
Deepak.Prahlad6-Nov-09 20:13 
Hi

I am a newbie in MFC and VC++. I have a tab dialog application with five edit boxes expecting user entry. Everything works fine till the application is in focus. Once the application goes out of focus and comes back the edit boxes refuse to accept the key inputs from the user.

I will explain the procedure in which I found the issue: Application is running and user inputs numbers into the edit box - here it works. User presses Win key + D to show desktop. Application disappears since there is no task bar icon for the application, we need to restore any other window (of any other application) available and minimise it to make my application visible. This is also not desirable but then the edit boxes no longer accept the key inputs. Once i minimise the application to tray and restore, then everything works fine. I need to fix this two issues

I am not sure where to look for a bug in the code. Please help

Sorry for the long problem description.

Thanks in advance
Deepak

PS:
1. I have a pre translate message function to filter out ESC and ENTER key to avoid closing the application by these keys.
2. It has a hidden dialog to avoid showing up in the taskbar area while the application is visible in desktop.
3. It is a tray residing application.
4. All these 3 functionality codes are from CP articles. Is there chance of having an issue in these codes?
AnswerRe: Key press missing Pin
includeh106-Nov-09 23:33
includeh106-Nov-09 23:33 
GeneralRe: Key press missing Pin
Deepak.Prahlad7-Nov-09 17:56
Deepak.Prahlad7-Nov-09 17:56 
QuestionHelp Needed Controlling other application using VC++ Pin
Ram Murali6-Nov-09 19:55
Ram Murali6-Nov-09 19:55 
AnswerRe: Help Needed Controlling other application using VC++ Pin
Richard MacCutchan6-Nov-09 22:36
mveRichard MacCutchan6-Nov-09 22:36 
GeneralRe: Help Needed Controlling other application using VC++ Pin
Ram Murali6-Nov-09 22:47
Ram Murali6-Nov-09 22:47 
GeneralRe: Help Needed Controlling other application using VC++ Pin
Richard MacCutchan6-Nov-09 22:50
mveRichard MacCutchan6-Nov-09 22:50 
GeneralRe: Help Needed Controlling other application using VC++ Pin
Ram Murali6-Nov-09 22:57
Ram Murali6-Nov-09 22:57 
GeneralRe: Help Needed Controlling other application using VC++ Pin
David Crow7-Nov-09 10:16
David Crow7-Nov-09 10:16 
AnswerRe: Help Needed Controlling other application using VC++ Pin
Kushagra Tiwari7-Nov-09 0:12
Kushagra Tiwari7-Nov-09 0:12 
QuestionArray help in cpp Pin
Pierre-Andre Malborugh6-Nov-09 14:36
Pierre-Andre Malborugh6-Nov-09 14:36 
AnswerRe: Array help in cpp Pin
Hans Dietrich6-Nov-09 15:08
mentorHans Dietrich6-Nov-09 15:08 
QuestionNeed some Help ON DLL Thank You Pin
VB_Crazy6-Nov-09 12:38
VB_Crazy6-Nov-09 12:38 
QuestionMFC Application Scroll bar issue on PDF Viewer Pin
kasi146-Nov-09 11:31
kasi146-Nov-09 11:31 
AnswerRe: MFC Application Scroll bar issue on PDF Viewer Pin
Garth J Lancaster6-Nov-09 13:57
professionalGarth J Lancaster6-Nov-09 13:57 
GeneralRe: MFC Application Scroll bar issue on PDF Viewer Pin
kasi149-Nov-09 6:08
kasi149-Nov-09 6:08 
QuestionBreakpoints in Wincore.cpp Pin
Member 36807856-Nov-09 5:50
Member 36807856-Nov-09 5:50 
AnswerRe: Breakpoints in Wincore.cpp Pin
Rajesh R Subramanian6-Nov-09 6:26
professionalRajesh R Subramanian6-Nov-09 6:26 

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.