Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can i paste a GIF , BMP or JPEG as background on dialog Pin
Zeeshan Bilal1-Jun-04 1:37
Zeeshan Bilal1-Jun-04 1:37 
AnswerRe: how can i paste a GIF , BMP or JPEG as background on dialog Pin
Anthony_Yio1-Jun-04 1:44
Anthony_Yio1-Jun-04 1:44 
GeneralRe: how can i paste a GIF , BMP or JPEG as background on dialog Pin
Zeeshan Bilal1-Jun-04 1:56
Zeeshan Bilal1-Jun-04 1:56 
Generaldate/time Pin
ozgul1-Jun-04 1:32
ozgul1-Jun-04 1:32 
GeneralRe: date/time Pin
Anthony_Yio1-Jun-04 1:40
Anthony_Yio1-Jun-04 1:40 
GeneralRe: date/time Pin
Zeeshan Bilal1-Jun-04 1:48
Zeeshan Bilal1-Jun-04 1:48 
GeneralMicrosoft Script control Pin
repekcan1-Jun-04 1:28
repekcan1-Jun-04 1:28 
GeneralAccessing Extended ASCII characters in VC++ Pin
Sukumaran K.1-Jun-04 1:19
Sukumaran K.1-Jun-04 1:19 
Hi,

I am unable to simulate Extended ASCII characters from 127 to 254 through keybd_event()function.
keybd_event(0x9A, 0, 0, 0); //0x9A IS HEXA VALUE OF extended ASCII char(154)
keybd_event(0x9A, 0, KEYEVENTF_KEYUP, 0);

/* The below mentioned code has not take any effect
keybd_event(0x9A, 0x45, KEVENTF_EXTENDEDKEY|0, 0);
keybd_event(0x9A, 0x45, KEVENTF_EXTENDEDKEY| KEYEVENTF_ KEYUP, 0);
the said code is delimited by default keyboard driver loaded in microsoft word and not sending message to Word or Excell application in WPARAM wparam (wparam is only using the Virtual keys in keyboard, which is already defined).
*/

keybd_event(0x9A, 0, 0, 0) ;
keybd_event(0x9A, 0, KEYEVENTF_KEYUP, 0) ;
code has not been produce the character "Ü". I want to access the Extended ASCII char codes 127-128. and the character sets should be transmitted to wparam (parameter) in SetWindowsHookEx() function.

I am also having a doubt, whether the wparam (parameter) may how modified in messages i.e. pMsg->(). and how to load the Unicode driver in VC++ programs for accessing the Extended characters.

If any idea or little bit of code available, I will oblige.

Thanking you.






by KKSM
GeneralRe: Accessing Extended ASCII characters in VC++ Pin
Anthony_Yio1-Jun-04 1:35
Anthony_Yio1-Jun-04 1:35 
GeneralVisual C++ static library creation question Pin
Indrawati1-Jun-04 0:22
Indrawati1-Jun-04 0:22 
GeneralRe: Visual C++ static library creation question Pin
Diddy1-Jun-04 0:48
Diddy1-Jun-04 0:48 
GeneralCapture Keyboard Input Pin
sweep12331-May-04 23:35
sweep12331-May-04 23:35 
GeneralRe: Capture Keyboard Input Pin
Andrew Quinn AUS1-Jun-04 0:33
Andrew Quinn AUS1-Jun-04 0:33 
GeneralRe: Capture Keyboard Input Pin
Diddy1-Jun-04 0:52
Diddy1-Jun-04 0:52 
GeneralRe: Capture Keyboard Input Pin
sweep1231-Jun-04 0:57
sweep1231-Jun-04 0:57 
GeneralRe: Capture Keyboard Input Pin
Diddy1-Jun-04 1:08
Diddy1-Jun-04 1:08 
GeneralRe: Capture Keyboard Input Pin
sweep1231-Jun-04 1:13
sweep1231-Jun-04 1:13 
GeneralRe: Capture Keyboard Input Pin
Anthony_Yio1-Jun-04 1:26
Anthony_Yio1-Jun-04 1:26 
GeneralRe: Capture Keyboard Input Pin
dart131-Jun-04 1:32
dart131-Jun-04 1:32 
QuestionHow to launch .job file in VC++ Pin
kt wu31-May-04 23:03
kt wu31-May-04 23:03 
AnswerRe: How to launch .job file in VC++ Pin
Anthony_Yio1-Jun-04 1:03
Anthony_Yio1-Jun-04 1:03 
GeneralProblem in impersonating COM control Pin
amit131331-May-04 22:35
amit131331-May-04 22:35 
GeneralRe: Problem in impersonating COM control Pin
Anthony_Yio1-Jun-04 1:58
Anthony_Yio1-Jun-04 1:58 
GeneralEnable/Disable On Apply Button Pin
Rajesh_K_Sharma31-May-04 22:13
Rajesh_K_Sharma31-May-04 22:13 
GeneralRe: Enable/Disable On Apply Button Pin
A_Yakout31-May-04 22:49
A_Yakout31-May-04 22:49 

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.