Click here to Skip to main content
16,010,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGet weekday from date Pin
Sprudling11-Feb-02 1:35
Sprudling11-Feb-02 1:35 
GeneralRe: Get weekday from date Pin
Mazdak11-Feb-02 2:17
Mazdak11-Feb-02 2:17 
QuestionHowto make bootable sector? Pin
Don Miguel11-Feb-02 0:39
Don Miguel11-Feb-02 0:39 
AnswerRe: Howto make bootable sector? Pin
markkuk11-Feb-02 1:17
markkuk11-Feb-02 1:17 
AnswerRe: Howto make bootable sector? Pin
alex.barylski11-Feb-02 3:29
alex.barylski11-Feb-02 3:29 
Generaldisable close button in child window Pin
Orgen Kl10-Feb-02 23:34
Orgen Kl10-Feb-02 23:34 
GeneralRe: disable close button in child window Pin
alex.barylski11-Feb-02 0:07
alex.barylski11-Feb-02 0:07 
GeneralRe: disable close button in child window Pin
Kashif Manzoor11-Feb-02 3:17
Kashif Manzoor11-Feb-02 3:17 
Another possible (brute force) method could be to
OverLoad OnClose function (the message WM_CLOSE) in CMainFrame class.

void CMainFrame::OnClose()
{
// Call the default implementation if you want the close functionality
if (close_allowed)
{
CMDIFrameWnd::OnClose();
}
// else do nothing
}


Software Engineer (Techlogix (pvt)ltd)
Visiting Faculty Informatics, Lahore
GeneralWindows XP Beta 2 SDK Pin
Neha10-Feb-02 22:45
Neha10-Feb-02 22:45 
GeneralRe: Windows XP Beta 2 SDK Pin
Christian Graus11-Feb-02 1:41
protectorChristian Graus11-Feb-02 1:41 
GeneralRe: Windows XP Beta 2 SDK Pin
Neha11-Feb-02 3:24
Neha11-Feb-02 3:24 
Generalprocess info Pin
vin10-Feb-02 22:28
vin10-Feb-02 22:28 
GeneralRe: process info Pin
Joaquín M López Muñoz10-Feb-02 22:33
Joaquín M López Muñoz10-Feb-02 22:33 
GeneralRe: process info Pin
vin10-Feb-02 22:56
vin10-Feb-02 22:56 
GeneralRe: process info Pin
.::RockNix::.10-Feb-02 22:40
.::RockNix::.10-Feb-02 22:40 
GeneralRe: process info Pin
vin10-Feb-02 23:15
vin10-Feb-02 23:15 
GeneralRe: process info Pin
alex.barylski11-Feb-02 0:06
alex.barylski11-Feb-02 0:06 
GeneralProblems with CAnimateCtrl in XP Pin
Joaquín M López Muñoz10-Feb-02 21:35
Joaquín M López Muñoz10-Feb-02 21:35 
GeneralRe: Problems with CAnimateCtrl in XP Pin
Shog911-Feb-02 14:07
sitebuilderShog911-Feb-02 14:07 
GeneralRe: Problems with CAnimateCtrl in XP Pin
Joaquín M López Muñoz11-Feb-02 20:02
Joaquín M López Muñoz11-Feb-02 20:02 
GeneralRe: Problems with CAnimateCtrl in XP Pin
Joaquín M López Muñoz11-Feb-02 20:57
Joaquín M López Muñoz11-Feb-02 20:57 
Generalcreate msproject file Pin
Orgen Kl10-Feb-02 20:41
Orgen Kl10-Feb-02 20:41 
GeneralRe: create msproject file Pin
alex.barylski11-Feb-02 0:13
alex.barylski11-Feb-02 0:13 
Generalpassing a math function as input of a program Pin
marouane miftah el kheir10-Feb-02 19:22
marouane miftah el kheir10-Feb-02 19:22 
GeneralRe: passing a math function as input of a program Pin
Christian Graus10-Feb-02 19:29
protectorChristian Graus10-Feb-02 19:29 

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.