Click here to Skip to main content
15,906,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
chandu0045-Oct-07 22:24
chandu0045-Oct-07 22:24 
GeneralRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
ShilpiP5-Oct-07 23:30
ShilpiP5-Oct-07 23:30 
GeneralRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
chandu0046-Oct-07 0:08
chandu0046-Oct-07 0:08 
AnswerRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
cp98766-Oct-07 0:34
cp98766-Oct-07 0:34 
AnswerRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
John R. Shaw6-Oct-07 1:22
John R. Shaw6-Oct-07 1:22 
AnswerRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
Mark Salsbery6-Oct-07 7:38
Mark Salsbery6-Oct-07 7:38 
QuestionHow to get CPU temperature. Pin
Max++5-Oct-07 16:59
Max++5-Oct-07 16:59 
AnswerRe: How to get CPU temperature. Pin
aquawicket5-Oct-07 17:03
aquawicket5-Oct-07 17:03 
AnswerRe: How to get CPU temperature. Pin
Hamid_RT5-Oct-07 18:51
Hamid_RT5-Oct-07 18:51 
QuestionResizing a dynamic pointer array Pin
aquawicket5-Oct-07 16:56
aquawicket5-Oct-07 16:56 
AnswerRe: Resizing a dynamic pointer array Pin
Karismatic5-Oct-07 19:43
Karismatic5-Oct-07 19:43 
AnswerRe: Resizing a dynamic pointer array Pin
John R. Shaw6-Oct-07 1:42
John R. Shaw6-Oct-07 1:42 
GeneralRe: Resizing a dynamic pointer array Pin
aquawicket6-Oct-07 8:05
aquawicket6-Oct-07 8:05 
GeneralRe: Resizing a dynamic pointer array Pin
John R. Shaw6-Oct-07 12:46
John R. Shaw6-Oct-07 12:46 
QuestionHow do you get the ScrollBar Width Pin
littleGreenDude5-Oct-07 10:12
littleGreenDude5-Oct-07 10:12 
AnswerRe: How do you get the ScrollBar Width Pin
Mark Salsbery5-Oct-07 12:16
Mark Salsbery5-Oct-07 12:16 
Questionwhat is ENSURE_THROW? [modified] Pin
DreamMengJian5-Oct-07 6:25
DreamMengJian5-Oct-07 6:25 
QuestionShowWindow Command Problems Pin
Beaon5-Oct-07 6:02
Beaon5-Oct-07 6:02 
Howdy guys, just a quick question about a small problem I am having in a little chat application I made for the sake of learning.

Currently I want my app to minimize to my tray displaying its icon. I want the window to be hidden completly, I dont want it to appear minimized in the taskbar. If the user wants to open the app he can double click the icon in the tray. I got the animation working, my icon loads in the try, however I cannot hide the window. It minimizes to the task bar below making it appear "miniized". It should be hidden no?

Currently I am using this command I assumed it would hide everything. Any obvious thoughts come to mind on what I might be doing wrong?
ShowWindow(m_hWnd, SW_HIDE);

If you want I can display more code just let me know!

Thanks Alot!

Cliff
AnswerRe: ShowWindow Command Problems Pin
IMNOOPR5-Oct-07 6:22
IMNOOPR5-Oct-07 6:22 
GeneralRe: ShowWindow Command Problems Pin
Beaon5-Oct-07 7:14
Beaon5-Oct-07 7:14 
QuestionRe: ShowWindow Command Problems Pin
Mark Salsbery5-Oct-07 7:48
Mark Salsbery5-Oct-07 7:48 
AnswerRe: ShowWindow Command Problems Pin
Beaon5-Oct-07 8:06
Beaon5-Oct-07 8:06 
GeneralRe: ShowWindow Command Problems Pin
Mark Salsbery5-Oct-07 8:11
Mark Salsbery5-Oct-07 8:11 
GeneralRe: ShowWindow Command Problems Pin
Beaon5-Oct-07 8:31
Beaon5-Oct-07 8:31 
GeneralRe: ShowWindow Command Problems Pin
Mark Salsbery5-Oct-07 9:50
Mark Salsbery5-Oct-07 9:50 

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.