i have a MFC project dialog based.
and i would like to wait a few seconds between two actions, is that possible ? Msdn mibrary didn't gave me any results.
i know it is in turbo pascal but "delay(1000);" doesnt really seem to work ;)
Thx in advance
i'm programming in MFC and when i compile i have 0 errors and 0 warnings !
But when i run the program it crashes on GetAt
CString woord;
char teken;
CString cletter;
int lengte = 0;
if((fscanf(stream, "%s", woord))!=EOF && status ==0)
{
lengte=woord.GetLength();
teken =...
I have a Dialog based project in my first(standard) dialog (CFLADlg) i have a variable called m_bestand. i want to acces m_bestand in the class CAnalyze, CAnalyze is the class generated by the dialog box i made ofcourse called Analyze.
How do i do that.
reasonable Error : error C2065...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.