Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get value of STL <vector> by iterator? Pin
vgrigor16-Feb-04 1:51
vgrigor16-Feb-04 1:51 
AnswerRe: How to get value of STL <vector> by iterator? Pin
Mike Dimmick16-Feb-04 2:39
Mike Dimmick16-Feb-04 2:39 
GeneralRe: How to get value of STL <vector> by iterator? Pin
vgrigor16-Feb-04 2:50
vgrigor16-Feb-04 2:50 
GeneralExcel protection question Pin
Tzoockee16-Feb-04 0:51
Tzoockee16-Feb-04 0:51 
Generalcreatting a transparent text GIF using CXImage Pin
emmatty16-Feb-04 0:43
emmatty16-Feb-04 0:43 
QuestionHow to detect the different regions of two images Pin
Arcrest16-Feb-04 0:29
Arcrest16-Feb-04 0:29 
GeneralWeb Browser control Pin
TrungHuynh16-Feb-04 0:09
TrungHuynh16-Feb-04 0:09 
QuestionSame hotkey for different dialogs in the same MFC program ?? Pin
bjolletts16-Feb-04 0:08
bjolletts16-Feb-04 0:08 
Hi
I have a MFC-dialog program with a list in it. I have assigned F5 as a hotkey to update the list through the RegisterHotKey function. This works fine

But from the main window I want to open another dialog with a different list in it. I want to use F5 as a update-hotkey in this dialog too .. but I cant get it to work. F5 only updates the list in the main dialog.

I thought that a RegisterHotKey registered a hotkey for the whole system so that I can capture it in every dialog in my program ??

Any help is much appreciated !
AnswerRe: Same hotkey for different dialogs in the same MFC program ?? Pin
David Crow16-Feb-04 2:27
David Crow16-Feb-04 2:27 
GeneralRe: Same hotkey for different dialogs in the same MFC program ?? Pin
bjolletts16-Feb-04 3:15
bjolletts16-Feb-04 3:15 
GeneralRe: Same hotkey for different dialogs in the same MFC program ?? Pin
David Crow16-Feb-04 4:27
David Crow16-Feb-04 4:27 
GeneralRe: Same hotkey for different dialogs in the same MFC program ?? Pin
Maximilien16-Feb-04 8:16
Maximilien16-Feb-04 8:16 
Generallinck Pin
Anonymous15-Feb-04 23:49
Anonymous15-Feb-04 23:49 
GeneralRe: linck Pin
David Crow16-Feb-04 2:28
David Crow16-Feb-04 2:28 
GeneralRe: link Pin
Anonymous16-Feb-04 2:44
Anonymous16-Feb-04 2:44 
GeneralRe: link Pin
David Crow16-Feb-04 4:43
David Crow16-Feb-04 4:43 
GeneralRe: link Pin
Steve S16-Feb-04 4:54
Steve S16-Feb-04 4:54 
GeneralDifference between delete and delete[] Pin
Cedric Moonen15-Feb-04 23:08
Cedric Moonen15-Feb-04 23:08 
GeneralRe: Difference between delete and delete[] Pin
Rob Manderson15-Feb-04 23:20
protectorRob Manderson15-Feb-04 23:20 
GeneralRe: Difference between delete and delete[] Pin
RChin15-Feb-04 23:26
RChin15-Feb-04 23:26 
GeneralRe: Difference between delete and delete[] Pin
Cedric Moonen15-Feb-04 23:35
Cedric Moonen15-Feb-04 23:35 
GeneralRe: Difference between delete and delete[] Pin
Arcrest16-Feb-04 0:06
Arcrest16-Feb-04 0:06 
GeneralCreating shortcuts in Start menu Pin
Ashman15-Feb-04 22:54
Ashman15-Feb-04 22:54 
GeneralRe: Creating shortcuts in Start menu Pin
Arcrest16-Feb-04 1:14
Arcrest16-Feb-04 1:14 
GeneralProgrammatically copying a folder in MFC Pin
Ashman15-Feb-04 22:53
Ashman15-Feb-04 22:53 

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.