Click here to Skip to main content
15,891,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
KingsGambit2-Feb-10 18:48
KingsGambit2-Feb-10 18:48 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
Kushagra Tiwari3-Feb-10 0:37
Kushagra Tiwari3-Feb-10 0:37 
QuestionRequest Pin
Hans Dietrich2-Feb-10 17:55
mentorHans Dietrich2-Feb-10 17:55 
AnswerRe: Request Pin
KingsGambit2-Feb-10 18:38
KingsGambit2-Feb-10 18:38 
QuestionChange caption of an application Pin
john56322-Feb-10 17:38
john56322-Feb-10 17:38 
AnswerRe: Change caption of an application Pin
«_Superman_»2-Feb-10 17:43
professional«_Superman_»2-Feb-10 17:43 
GeneralRe: Change caption of an application Pin
john56322-Feb-10 17:53
john56322-Feb-10 17:53 
GeneralRe: Change caption of an application Pin
«_Superman_»2-Feb-10 18:03
professional«_Superman_»2-Feb-10 18:03 
If you're using MFC, you can do AfxGetMainWnd()->SetWindowText(_T("New Caption")); to set the caption of the main window.

If you're using Win32, you can get the window handle from the first parameter of the window procedure.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: Change caption of an application Pin
john56322-Feb-10 18:24
john56322-Feb-10 18:24 
GeneralRe: Change caption of an application Pin
«_Superman_»2-Feb-10 18:36
professional«_Superman_»2-Feb-10 18:36 
QuestionRe: Change caption of an application Pin
Avi Berger2-Feb-10 18:26
Avi Berger2-Feb-10 18:26 
AnswerRe: Change caption of an application Pin
john56322-Feb-10 19:05
john56322-Feb-10 19:05 
Question64 bit ActiveX Chart control Pin
Don M2-Feb-10 12:12
Don M2-Feb-10 12:12 
QuestionConvert CFile IO to istream IO Pin
transoft2-Feb-10 3:48
transoft2-Feb-10 3:48 
AnswerRe: Convert CFile IO to istream IO Pin
«_Superman_»2-Feb-10 4:00
professional«_Superman_»2-Feb-10 4:00 
GeneralRe: Convert CFile IO to istream IO Pin
transoft2-Feb-10 4:26
transoft2-Feb-10 4:26 
GeneralRe: Convert CFile IO to istream IO Pin
KingsGambit2-Feb-10 5:08
KingsGambit2-Feb-10 5:08 
QuestionMultiple open database links using CDatabase Pin
bob169722-Feb-10 3:46
bob169722-Feb-10 3:46 
AnswerRe: Multiple open database links using CDatabase Pin
bob169723-Feb-10 8:55
bob169723-Feb-10 8:55 
Questionneed some suggestion on a method to use Pin
benjamin yap2-Feb-10 3:42
benjamin yap2-Feb-10 3:42 
AnswerRe: need some suggestion on a method to use Pin
«_Superman_»2-Feb-10 4:08
professional«_Superman_»2-Feb-10 4:08 
AnswerRe: need some suggestion on a method to use Pin
Maximilien2-Feb-10 4:17
Maximilien2-Feb-10 4:17 
AnswerRe: need some suggestion on a method to use Pin
David Crow2-Feb-10 5:18
David Crow2-Feb-10 5:18 
GeneralRe: need some suggestion on a method to use Pin
benjamin yap2-Feb-10 22:39
benjamin yap2-Feb-10 22:39 
GeneralRe: need some suggestion on a method to use Pin
David Crow3-Feb-10 3:14
David Crow3-Feb-10 3:14 

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.