Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSizing controls in CDialogBar Pin
Woody Green17-Nov-02 20:12
Woody Green17-Nov-02 20:12 
GeneralInterlockedXxx Pin
Saad Sultan17-Nov-02 20:00
sussSaad Sultan17-Nov-02 20:00 
GeneralRe: InterlockedXxx Pin
Christian Graus17-Nov-02 20:26
protectorChristian Graus17-Nov-02 20:26 
GeneralRe: InterlockedXxx Pin
Kannan Kalyanaraman17-Nov-02 20:27
Kannan Kalyanaraman17-Nov-02 20:27 
GeneralRe: InterlockedXxx Pin
Michael Dunn18-Nov-02 4:17
sitebuilderMichael Dunn18-Nov-02 4:17 
GeneralSetting font on client windows Pin
WayneJ17-Nov-02 19:04
WayneJ17-Nov-02 19:04 
GeneralVC++ KeyBoard Hooks Pin
Riju17-Nov-02 18:40
Riju17-Nov-02 18:40 
GeneralRe: VC++ KeyBoard Hooks Pin
viliam18-Nov-02 0:15
viliam18-Nov-02 0:15 
Do you mean hook by SetWindowsHook() function?
Is your function in DLL?
I guess problem should be:
The global variable is global in process(module), but
function is called from another one (process).
You need global variable in shared section.
(all modules shared one)
Maybe....
Viliam


GeneralRe: VC++ KeyBoard Hooks Pin
Riju18-Nov-02 0:19
Riju18-Nov-02 0:19 
GeneralRe: VC++ KeyBoard Hooks Pin
viliam18-Nov-02 0:28
viliam18-Nov-02 0:28 
GeneralRe: VC++ KeyBoard Hooks Pin
Riju18-Nov-02 0:40
Riju18-Nov-02 0:40 
GeneralRe: VC++ KeyBoard Hooks Pin
viliam18-Nov-02 2:59
viliam18-Nov-02 2:59 
GeneralNeed HELP on Local Ntetwrok IP Adrress Pin
ATC17-Nov-02 18:00
ATC17-Nov-02 18:00 
Generalbest way to draw a pixel in direct X Pin
cleathley17-Nov-02 17:40
cleathley17-Nov-02 17:40 
GeneralRe: best way to draw a pixel in direct X Pin
Christian Graus17-Nov-02 20:16
protectorChristian Graus17-Nov-02 20:16 
GeneralRe: best way to draw a pixel in direct X Pin
cleathley17-Nov-02 21:23
cleathley17-Nov-02 21:23 
GeneralRe: best way to draw a pixel in direct X Pin
Christian Graus17-Nov-02 21:41
protectorChristian Graus17-Nov-02 21:41 
GeneralRe: best way to draw a pixel in direct X Pin
cleathley17-Nov-02 21:47
cleathley17-Nov-02 21:47 
GeneralRe: best way to draw a pixel in direct X Pin
cleathley17-Nov-02 21:49
cleathley17-Nov-02 21:49 
GeneralToo many variables !?! Pin
nencini17-Nov-02 16:54
nencini17-Nov-02 16:54 
GeneralRe: Too many variables !?! Pin
Christian Graus17-Nov-02 17:12
protectorChristian Graus17-Nov-02 17:12 
GeneralRe: Too many variables !?! Pin
nencini17-Nov-02 17:40
nencini17-Nov-02 17:40 
GeneralRe: Too many variables !?! Pin
Christian Graus17-Nov-02 18:18
protectorChristian Graus17-Nov-02 18:18 
GeneralRe: Too many variables !?! Pin
nencini17-Nov-02 18:50
nencini17-Nov-02 18:50 
GeneralRe: Too many variables !?! Pin
Christian Graus17-Nov-02 19:15
protectorChristian Graus17-Nov-02 19:15 

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.