Click here to Skip to main content
15,921,548 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to Load images dynamically. Pin
David Crow17-Oct-07 4:21
David Crow17-Oct-07 4:21 
AnswerRe: How to Load images dynamically. Pin
Y K Kishore Kumar17-Oct-07 4:25
Y K Kishore Kumar17-Oct-07 4:25 
GeneralRe: How to Load images dynamically. Pin
David Crow17-Oct-07 4:40
David Crow17-Oct-07 4:40 
GeneralRe: How to Load images dynamically. Pin
ThatsAlok17-Oct-07 20:45
ThatsAlok17-Oct-07 20:45 
AnswerRe: How to Load images dynamically. Pin
Maximilien17-Oct-07 3:58
Maximilien17-Oct-07 3:58 
AnswerRe: How to Load images dynamically. Pin
Hamid_RT17-Oct-07 5:06
Hamid_RT17-Oct-07 5:06 
GeneralRe: How to Load images dynamically. Pin
ThatsAlok17-Oct-07 20:42
ThatsAlok17-Oct-07 20:42 
GeneralRe: How to Load images dynamically. Pin
Hamid_RT17-Oct-07 21:12
Hamid_RT17-Oct-07 21:12 
GeneralRe: How to Load images dynamically. Pin
ThatsAlok17-Oct-07 23:00
ThatsAlok17-Oct-07 23:00 
GeneralRe: How to Load images dynamically. Pin
Hamid_RT18-Oct-07 0:14
Hamid_RT18-Oct-07 0:14 
GeneralRe: How to Load images dynamically. Pin
ThatsAlok18-Oct-07 1:06
ThatsAlok18-Oct-07 1:06 
GeneralRe: How to Load images dynamically. Pin
Hamid_RT18-Oct-07 3:38
Hamid_RT18-Oct-07 3:38 
AnswerRe: How to Load images dynamically. Pin
ThatsAlok17-Oct-07 20:41
ThatsAlok17-Oct-07 20:41 
QuestionRead MS-Excel file through EVC++ 4.0 Pin
pri_skit17-Oct-07 3:18
pri_skit17-Oct-07 3:18 
QuestionRe: Read MS-Excel file through EVC++ 4.0 Pin
David Crow17-Oct-07 3:45
David Crow17-Oct-07 3:45 
AnswerRe: Read MS-Excel file through EVC++ 4.0 Pin
pri_skit17-Oct-07 3:52
pri_skit17-Oct-07 3:52 
GeneralRe: Read MS-Excel file through EVC++ 4.0 Pin
David Crow17-Oct-07 4:07
David Crow17-Oct-07 4:07 
GeneralRe: Read MS-Excel file through EVC++ 4.0 Pin
pri_skit17-Oct-07 4:29
pri_skit17-Oct-07 4:29 
GeneralRe: Read MS-Excel file through EVC++ 4.0 Pin
David Crow17-Oct-07 4:31
David Crow17-Oct-07 4:31 
QuestionPressed Shift + Control Key Pin
baerten17-Oct-07 3:17
baerten17-Oct-07 3:17 
Hi everybody,

in PreTranslateMessage i check if the Shift Key and the Control Key is also pressed
if the user hits a key.

If the key is hit with Shift+Control the message is send to the Control's Parent ( for example from
View to Tab-Control to View to Frame )

If i hit this combination 3 timer while the Shift+Control Key pressed all the time,
the check of Control and Shift pressed (GetKeyState(VK_SHIFT) < 0)
the first time both keys are pressed next time they aren't pressed, the 3rd time they are at new pressed.

It's seriously a KeyState behaviour which creates this sideeffect.

Has anyone an idea?

Big thanks Smile | :)
AnswerRe: Pressed Shift + Control Key Pin
Iain Clarke, Warrior Programmer17-Oct-07 4:58
Iain Clarke, Warrior Programmer17-Oct-07 4:58 
GeneralRe: Pressed Shift + Control Key Pin
baerten17-Oct-07 21:07
baerten17-Oct-07 21:07 
QuestionHow to get Folder size throuogh program Pin
ashishbhatt17-Oct-07 2:43
ashishbhatt17-Oct-07 2:43 
AnswerRe: How to get Folder size throuogh program Pin
chandu00417-Oct-07 2:48
chandu00417-Oct-07 2:48 
GeneralRe: How to get Folder size throuogh program Pin
ashishbhatt17-Oct-07 2:55
ashishbhatt17-Oct-07 2:55 

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.