Wednesday, November 05, 2003

Google Groups: View Thread "Help using Message Boxes in VC":
"Message 4 in thread
From: Ari Lukumies (ari.lukumies@elmont.fi)
Subject: Re: Help using Message Boxes in VC


View this article only
Newsgroups: comp.os.ms-windows.programmer.win32
Date: 2001-06-19 04:21:15 PST


Rubber Ducky wrote:

> Can anyone point me to an example of a simple proggie that shows a message
> box, and then then finds out which button the user pressed.
> I have this code, but it seems not to work:

#include

int main(void)
{
rc = MessageBox(0, 'Test', 'Testing', MB_YESNOCANCEL);
if (rc == IDYES)
; yes pressed
else if (rc == IDNO)
; no pressed
else if (rc == IDCANCEL)
; cancel pressed
return 0;
}

HTH,
AriL"

Tuesday, October 07, 2003

Tuesday, September 23, 2003

Model View Controller article that seems to be one of the original ones and explains it in a simple way.



How to use Model-View-Controller (MVC)

Link to a PDF that has a UML Tutorial that looks interesting.



tutorial.pdf

Friday, August 22, 2003

This is a test.


Just one more line.


And a list:



  • One

  • Two

  • Three