Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: removing minimise option from a programs taskbar tab Pin
Michael P Butler5-Jun-01 3:20
Michael P Butler5-Jun-01 3:20 
GeneralRe: removing minimise option from a programs taskbar tab Pin
Tomasz Sowinski5-Jun-01 3:24
Tomasz Sowinski5-Jun-01 3:24 
GeneralRe: removing minimise option from a programs taskbar tab Pin
5-Jun-01 3:40
suss5-Jun-01 3:40 
GeneralRe: removing minimise option from a programs taskbar tab Pin
Tomasz Sowinski5-Jun-01 3:50
Tomasz Sowinski5-Jun-01 3:50 
GeneralRe: removing minimise option from a programs taskbar tab Pin
5-Jun-01 15:43
suss5-Jun-01 15:43 
Generaldynamically set the text on the top of a dialog box Pin
hearties5-Jun-01 2:51
hearties5-Jun-01 2:51 
GeneralRe: dynamically set the text on the top of a dialog box Pin
Tomasz Sowinski5-Jun-01 3:00
Tomasz Sowinski5-Jun-01 3:00 
GeneralRe: dynamically set the text on the top of a dialog box Pin
Stephen Kellett5-Jun-01 3:31
Stephen Kellett5-Jun-01 3:31 
YourDialogClass::OnInitDialog()
{
SetWindowText(_T("Your Title"));
}


Stephen Kellett
--
C++/Java/Win NT/Unix variants
Memory leaks/corruptions/performance/system problems. UK based.
Problems with RSI/WRULD? Contact me for advice.
Generalmaximum length of a CString object Pin
hearties5-Jun-01 2:32
hearties5-Jun-01 2:32 
GeneralRe: maximum length of a CString object Pin
Kastellanos Nikos5-Jun-01 2:49
Kastellanos Nikos5-Jun-01 2:49 
GeneralRe: maximum length of a CString object Pin
Tomasz Sowinski5-Jun-01 2:55
Tomasz Sowinski5-Jun-01 2:55 
GeneralUsenet Pin
5-Jun-01 2:05
suss5-Jun-01 2:05 
GeneralRe: Usenet Pin
Anders Molin5-Jun-01 6:00
professionalAnders Molin5-Jun-01 6:00 
GeneralRe: Usenet Pin
5-Jun-01 6:20
suss5-Jun-01 6:20 
GeneralCScrollView Pin
5-Jun-01 0:32
suss5-Jun-01 0:32 
GeneralRe: CScrollView Pin
Tomasz Sowinski5-Jun-01 0:44
Tomasz Sowinski5-Jun-01 0:44 
GeneralRe: CScrollView Pin
5-Jun-01 1:38
suss5-Jun-01 1:38 
GeneralRe: CScrollView Pin
Tomasz Sowinski5-Jun-01 1:48
Tomasz Sowinski5-Jun-01 1:48 
GeneralRe: CScrollView Pin
5-Jun-01 4:25
suss5-Jun-01 4:25 
GeneralA problem with CScrollView Pin
4-Jun-01 23:19
suss4-Jun-01 23:19 
GeneralDisconnected Recordset Pin
yamini4-Jun-01 18:38
yamini4-Jun-01 18:38 
QuestionHow to use CToolBar and CStatusBar in Dialog-based application? Pin
4-Jun-01 17:53
suss4-Jun-01 17:53 
AnswerRe: How to use CToolBar and CStatusBar in Dialog-based application? Pin
Tomasz Sowinski5-Jun-01 0:32
Tomasz Sowinski5-Jun-01 0:32 
GeneralThanks Pin
5-Jun-01 3:50
suss5-Jun-01 3:50 
QuestionHow to make STL work in Vc++ 6.0 ? Pin
4-Jun-01 16:51
suss4-Jun-01 16:51 

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.