Click here to Skip to main content
15,899,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DDE Query Pin
HakunaMatada3-Jan-07 1:05
HakunaMatada3-Jan-07 1:05 
GeneralRe: DDE Query Pin
Ray Kinsella3-Jan-07 1:14
Ray Kinsella3-Jan-07 1:14 
GeneralRe: DDE Query Pin
HakunaMatada3-Jan-07 2:15
HakunaMatada3-Jan-07 2:15 
GeneralRe: DDE Query Pin
HakunaMatada5-Jan-07 17:20
HakunaMatada5-Jan-07 17:20 
Questionuml question Pin
omidcomputer2-Jan-07 23:40
omidcomputer2-Jan-07 23:40 
GeneralRe: uml question Pin
prasad_som2-Jan-07 23:55
prasad_som2-Jan-07 23:55 
Questionhex values to words Pin
flippydeflippydebop2-Jan-07 23:37
flippydeflippydebop2-Jan-07 23:37 
AnswerRe: hex values to words Pin
Christian Graus3-Jan-07 0:23
protectorChristian Graus3-Jan-07 0:23 
MAKELONG won't do it, a LONG is too big.

0xd4 << 8 + 0x16 will do it, in the first instance. You need to shift one value by 8 bits, so it sits above the other one.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: hex values to words Pin
flippydeflippydebop3-Jan-07 0:43
flippydeflippydebop3-Jan-07 0:43 
GeneralRe: hex values to words Pin
flippydeflippydebop3-Jan-07 1:48
flippydeflippydebop3-Jan-07 1:48 
QuestionRe: hex values to words Pin
David Crow3-Jan-07 5:35
David Crow3-Jan-07 5:35 
AnswerRe: hex values to words Pin
flippydeflippydebop4-Jan-07 0:38
flippydeflippydebop4-Jan-07 0:38 
GeneralRe: hex values to words Pin
David Crow4-Jan-07 3:24
David Crow4-Jan-07 3:24 
Question"synchronized" method call in dll Pin
trumper2-Jan-07 23:21
trumper2-Jan-07 23:21 
AnswerRe: "synchronized" method call in dll Pin
David Leyva3-Jan-07 6:54
David Leyva3-Jan-07 6:54 
GeneralRe: "synchronized" method call in dll Pin
trumper3-Jan-07 15:02
trumper3-Jan-07 15:02 
GeneralRe: "synchronized" method call in dll Pin
David Leyva3-Jan-07 18:19
David Leyva3-Jan-07 18:19 
AnswerRe: "synchronized" method call in dll Pin
David Leyva3-Jan-07 18:23
David Leyva3-Jan-07 18:23 
GeneralRe: "synchronized" method call in dll Pin
trumper4-Jan-07 16:13
trumper4-Jan-07 16:13 
Questioni want to read that file Pin
naveen padiyar2-Jan-07 20:41
naveen padiyar2-Jan-07 20:41 
Jokeü'" "' " (It's simple) Pin
<color>Aljechin 2-Jan-07 21:35
<color>Aljechin 2-Jan-07 21:35 
GeneralRe: ü'" "' " (It's simple) Pin
Hamid_RT3-Jan-07 1:18
Hamid_RT3-Jan-07 1:18 
GeneralRe: ü'" "' " (It's simple) Pin
Mark Salsbery3-Jan-07 7:07
Mark Salsbery3-Jan-07 7:07 
GeneralRe: ü'" "' " (It's simple) Pin
Hamid_RT3-Jan-07 17:41
Hamid_RT3-Jan-07 17:41 
GeneralRe: ü'" "' " (It's simple) Pin
naveen padiyar4-Jan-07 20:09
naveen padiyar4-Jan-07 20:09 

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.