Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change file permission/property in VC++? Pin
VonHagNDaz14-Nov-06 3:13
VonHagNDaz14-Nov-06 3:13 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:43
Poonamol14-Nov-06 16:43 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:43
Poonamol14-Nov-06 16:43 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:45
Poonamol14-Nov-06 16:45 
AnswerRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 6:49
Hamid_RT15-Nov-06 6:49 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol15-Nov-06 17:07
Poonamol15-Nov-06 17:07 
GeneralRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 18:36
Hamid_RT15-Nov-06 18:36 
QuestionHow do VC++ set the Size and 'Topmost' of a console window? Pin
mathewzhao13-Nov-06 22:06
mathewzhao13-Nov-06 22:06 
I looked up MSDN and found the API function'SetConsoleWindowInfo ' ,which can resize,according to MSDN, the size and position of a console window, however,I tried it and found it doesn't work at all.I don't understand why the API doesn't work on my PC(IDE: VC++ 6.0 OS:WinXP SP2) Confused | :confused:
Some books says the API function,SetWindowPos,can changes Z order of a child, pop-up, or top-level window.I want to set the console window as the topmost window,so I use the API function ,but I don't know how to get the handle of a console window,I tried to get a console handle by the sentence, ConsoleHnd = GetStdHandle(STD_OUTPUT_HANDLE);
Unfortunately,I got the following error message:
error: argument of type "HANDLE" is incompatible with parameter of type "HWND".

Could anyone give me some suggestions? Thanks!

AnswerRe: How do VC++ set the Size and 'Topmost' of a console window? Pin
Nibu babu thomas13-Nov-06 23:43
Nibu babu thomas13-Nov-06 23:43 
AnswerRe: How do VC++ set the Size and 'Topmost' of a console window? Pin
includeh1014-Nov-06 0:10
includeh1014-Nov-06 0:10 
Questionsending email without specifing email address Pin
neha.agarwal2713-Nov-06 21:14
neha.agarwal2713-Nov-06 21:14 
AnswerRe: sending email without specifing email address Pin
Rajesh R Subramanian13-Nov-06 21:46
professionalRajesh R Subramanian13-Nov-06 21:46 
AnswerRe: sending email without specifing email address Pin
toxcct13-Nov-06 22:05
toxcct13-Nov-06 22:05 
GeneralRe: sending email without specifing email address Pin
Rajesh R Subramanian13-Nov-06 23:51
professionalRajesh R Subramanian13-Nov-06 23:51 
AnswerRe: sending email without specifing email address Pin
includeh1014-Nov-06 0:19
includeh1014-Nov-06 0:19 
GeneralRe: sending email without specifing email address Pin
neha.agarwal2714-Nov-06 0:28
neha.agarwal2714-Nov-06 0:28 
GeneralRe: sending email without specifing email address Pin
toxcct14-Nov-06 0:38
toxcct14-Nov-06 0:38 
QuestionAlgorithms for incremental and differential backup? Pin
Banks K13-Nov-06 20:57
Banks K13-Nov-06 20:57 
AnswerRe: Algorithms for incremental and differential backup? Pin
Christian Graus13-Nov-06 21:11
protectorChristian Graus13-Nov-06 21:11 
GeneralRe: Algorithms for incremental and differential backup? Pin
Banks K13-Nov-06 21:26
Banks K13-Nov-06 21:26 
GeneralRe: Algorithms for incremental and differential backup? Pin
Christian Graus13-Nov-06 21:45
protectorChristian Graus13-Nov-06 21:45 
GeneralRe: Algorithms for incremental and differential backup? Pin
benjymous13-Nov-06 22:10
benjymous13-Nov-06 22:10 
AnswerRe: Algorithms for incremental and differential backup? Pin
kakan13-Nov-06 22:03
professionalkakan13-Nov-06 22:03 
QuestionDependency Viewer Problem Pin
Cmania13-Nov-06 19:50
Cmania13-Nov-06 19:50 
AnswerRe: Dependency Viewer Problem Pin
Steve S13-Nov-06 21:38
Steve S13-Nov-06 21:38 

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.