October 29th, 2004 03:37 AM
ADDITIONAL NOTE:
As already thousand times said in this forum, do not draw inside mouse messages handlers.
Just call Invalidate or InvalidateRect and draw inside CView::OnDraw.
October 29th, 2004 03:28 AM
Well, nice tests for saving the Otherians souls are there. :thumb:
October 29th, 2004 03:18 AM
This seems to be a harder one... :D
October 29th, 2004 03:10 AM
Use Dependency Walker which is shipped with Visual Studio.
October 26th, 2004 08:24 AM
October 26th, 2004 08:17 AM
I have voted for India. Anyhow no matter...
BTW: You forgot USSR (CCCP).
October 26th, 2004 05:32 AM
... as somebody already said.
However, you cannot blame us, as long as this new direction is opened by yourself:
Anyhow, I agree with this point of view:
October 25th, 2004 09:18 AM
class CFufu
{
public:
CFufu() : m_strFufu(_T("FUFU")) {}
private:
CString m_strFufu;
};
class CFu
{
October 25th, 2004 08:52 AM
October 20th, 2004 09:49 AM
October 19th, 2004 06:12 AM
October 19th, 2004 05:39 AM
Are you doing that application, or searcing for source code?
October 19th, 2004 05:35 AM
Cobol.NET? Quite interesting. Serious.
Just I'm courious: there is also an Assembly.NET? Should be even more interesting.
October 19th, 2004 05:29 AM
See also: careware, addware, spyware, hijackware, beerware, etc...
October 19th, 2004 05:21 AM
...or call fflush after fprintf.
October 17th, 2004 09:36 AM
it's easy / it's free / for a C (C++) programmer its syntax looks good :thumb:
October 4th, 2004 02:52 AM
October 4th, 2004 02:49 AM
But this generally happens: in every company/project the number of reported bugs decreases in time.
October 4th, 2004 02:43 AM
Unfortunately, as I know, such wizard does not exist.
October 4th, 2004 02:37 AM
Dialog-based - more to work but easier to handle.
October 1st, 2004 04:46 AM
Why?
As a general rule, it's not a good idea to change the default behavior of an MDI application.
September 30th, 2004 08:56 AM
Quickly voted for toilet. I'm in a hurry to go there.... :D
Bye!
September 30th, 2004 08:42 AM
Is this a graphics problem?
Anyhow, your question is quite unclear.
So, when click on OK button you want to see which of radio buttons is selected and write or draw something in a view of a MDI...
September 30th, 2004 08:29 AM
To prepend, or not prepend: that is the question... :)
September 30th, 2004 08:01 AM
Try GetFileAttributesEx API function.