Click here to Skip to main content
15,881,715 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Putting out plain text Pin
Chris Losinger1-May-09 9:07
professionalChris Losinger1-May-09 9:07 
GeneralRe: Putting out plain text Pin
BobInNJ2-May-09 4:41
BobInNJ2-May-09 4:41 
Questionshow the picture in the same window of MFC insted of showing in new window Pin
trinhminhson1-May-09 8:00
trinhminhson1-May-09 8:00 
Questionurgent please help basic c Pin
biggiant220001-May-09 6:09
biggiant220001-May-09 6:09 
AnswerRe: urgent please help basic c Pin
biggiant220001-May-09 6:19
biggiant220001-May-09 6:19 
AnswerRe: urgent please help basic c Pin
Chris Losinger1-May-09 6:32
professionalChris Losinger1-May-09 6:32 
AnswerRe: urgent please help basic c Pin
David Crow1-May-09 8:20
David Crow1-May-09 8:20 
QuestionChecking if a hotkey is avilable && making a window Always on Top in an application. Pin
Code-o-mat1-May-09 4:02
Code-o-mat1-May-09 4:02 
Hey folks!

Got 2 minor questions i thought i ask here maybe you know an answer to.

First: do you know about any way to check if a given hotkey is available on the system or not? I'm talking about hotkeys you can register using RegisterHotKey[^]. I know this method will fail if the key specified is already registered by someone but if it is not it WILL register the key, but i would like a way to check if i could register it WITHOUT actually doing it (that would happen later on). I know one way would be to try and register it and if it succeeds unregister it again right away but this solution doesn't sound so nice.
Second: I'd like to have a window staying above all other windows that belong to the same process, so it is kind of an always-on-top window but not a system-wide always-on-top window, i do not want this window to stay above all the other windows on the system that belong to different processes.

Thanks in advance for any suggestions.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

AnswerRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
led mike1-May-09 4:19
led mike1-May-09 4:19 
GeneralRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
Code-o-mat1-May-09 4:51
Code-o-mat1-May-09 4:51 
GeneralRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
led mike1-May-09 5:00
led mike1-May-09 5:00 
GeneralRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
Code-o-mat1-May-09 5:19
Code-o-mat1-May-09 5:19 
AnswerRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
Rolf Kristensen1-May-09 11:34
Rolf Kristensen1-May-09 11:34 
GeneralRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
Code-o-mat1-May-09 22:43
Code-o-mat1-May-09 22:43 
GeneralRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
Rolf Kristensen2-May-09 0:14
Rolf Kristensen2-May-09 0:14 
GeneralRe: Checking if a hotkey is avilable && making a window Always on Top in an application. Pin
Code-o-mat2-May-09 5:09
Code-o-mat2-May-09 5:09 
Questionerror LNK2019 occurred in vs2008 from compiling source of "3D Graph ActiveX Control" Pin
A&Ms1-May-09 2:09
A&Ms1-May-09 2:09 
QuestionRe: error LNK2019 occurred in vs2008 from compiling source of "3D Graph ActiveX Control" Pin
David Crow1-May-09 3:11
David Crow1-May-09 3:11 
QuestionRe: error LNK2019 occurred in vs2008 from compiling source of "3D Graph ActiveX Control" Pin
A&Ms1-May-09 4:18
A&Ms1-May-09 4:18 
QuestionRe: error LNK2019 occurred in vs2008 from compiling source of "3D Graph ActiveX Control" Pin
David Crow1-May-09 4:23
David Crow1-May-09 4:23 
QuestionRe: error LNK2019 occurred in vs2008 from compiling source of "3D Graph ActiveX Control" Pin
A&Ms1-May-09 5:01
A&Ms1-May-09 5:01 
QuestionReal-coded genetic algorithm crossover Pin
jocasa30-Apr-09 23:54
jocasa30-Apr-09 23:54 
AnswerRe: Real-coded genetic algorithm crossover Pin
Rajesh R Subramanian1-May-09 0:13
professionalRajesh R Subramanian1-May-09 0:13 
GeneralRe: Real-coded genetic algorithm crossover Pin
jocasa1-May-09 0:59
jocasa1-May-09 0:59 
GeneralRe: Real-coded genetic algorithm crossover Pin
Rajesh R Subramanian1-May-09 22:18
professionalRajesh R Subramanian1-May-09 22:18 

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.