Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Vervoortje

    building a delay into a program

    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
  2. Vervoortje

    Weird error messages!

    this could be caused my to many windows open, i think try closing all files with CTR+F4. It worked for me :)
  3. Vervoortje

    Assertion error on CString.GetAt

    Txx idd that was the problem
  4. Vervoortje

    Assertion error on CString.GetAt

    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 =...
  5. Vervoortje

    accessing a variable from other class

    thx, for the help and suggestions
  6. Vervoortje

    accessing a variable from other class

    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...

Part and Inventory Search

Back
Top