Teach Yourself Visual C++ 6 in21 Days phần 8 potx

Teach Yourself Visual C++ 6 in21 Days phần 8 potx

Teach Yourself Visual C++ 6 in21 Days phần 8 potx

... GetDlgItem(IDC_RUNPGM)->ShowWindow(FALSE); 61 : GetDlgItem(IDC_STATICPGM)->ShowWindow(FALSE); 62 : } 63 : 64 : /////////////////////// 65 : // MY CODE ENDS HERE 66 : /////////////////////// 67 : } 3. Extend the code ... Program Name: Class3.cpp 3: #include <iostream.h> 566 Appendix A 029 31240-9 App A 4/27/00 1: 06 PM Page 566 5 56 Appendix A FIGURE A .8. Using the add...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 212
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 4 potx

Teach Yourself Visual C++ 6 in21 Days phần 4 potx

... 63 : /////////////////////// 64 : // MY CODE ENDS HERE 65 : /////////////////////// 66 : 67 : EnableDocking(CBRS_ALIGN_ANY); 68 : DockControlBar(&m_wndToolBar); 69 : 70: /////////////////////// 71: ... m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY); 55: 56: /////////////////////// 57: // MY CODE STARTS HERE 58: /////////////////////// 59: 60 : // Enable docking for the Color Tool...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 251
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 5 potx

Teach Yourself Visual C++ 6 in21 Days phần 5 potx

... a database. ● How Visual C++ uses the CRecordset class to provide access to an ODBC data source. ● How you can create a simple database application using the Wizards in Visual C++. ● How you can ... GetDocument(); 5: if (pDoc) 6: { 7: // Display the current record position in the set 8: m_sPosition.Format(“Record %d of %d”, pDoc->GetCurRecordNbr(), 9: pDoc->GetTotalRecords());...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 220
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 1 pdf

Teach Yourself Visual C++ 6 in21 Days phần 1 pdf

... 64 Q&A 64 Workshop 65 Quiz 65 Exercises 65 DAY 4WORKING WITH TIMERS 67 Understanding Windows Timers 68 Placing a Clock on Your Application 68 Creating the Project and Application 68 Adding ... Stop Button 79 Summary 81 vi Sams Teach Yourself Visual C++ 6 in 21 Days 000 31240-9 FM 4/27/00 11:02 AM Page vi Overview Introduction 1 WEEK 1 AT A GLANCE 5 Day 1 Th...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 374
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 2 pot

Teach Yourself Visual C++ 6 in21 Days phần 2 pot

... IDC_SIZENESW • IDC_SIZEWE • IDC_SIZENS • IDC_NO • IDC_APPSTARTING • IDC_HELP 66 Day 3 005 31240-9 CH03 4/27/00 11: 08 AM Page 66 Static Text ID IDC_STATIC Caption Count: Static Text ID IDC_STATICCOUNT Caption ... here 4: 5: /////////////////////// 6: // MY CODE STARTS HERE 7: /////////////////////// 8: 9: // Update the variables 76 Day 4 0 06 31240-9 CH04 4/27/00 11:09 AM Page 76...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 301
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 3 docx

Teach Yourself Visual C++ 6 in21 Days phần 3 docx

... in Listing 8. 7. 1 68 Day 8 FIGURE 8. 4. Drawing lines on the second dialog. 012 31240-9 CH 08 4/27/00 11:54 AM Page 1 68 Adding Flash—Incorporating Graphics, Drawing, and Bitmaps 165 8 8: RGB( 255, ... The CPaintDC class is a 166 Day 8 012 31240-9 CH 08 4/27/00 11:54 AM Page 166 LISTING 8. 9. CONTINUED 17: HBITMAP hBitmap = (HBITMAP) ::LoadImage(AfxGetInstanceHandle(), 18:...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 239
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 6 ppsx

Teach Yourself Visual C++ 6 in21 Days phần 6 ppsx

... 31240-9 CH 16 4/27/00 12: 56 PM Page 3 86 LISTING 17.7. CONTINUED 36: // nCurColor = rand() % 8; 37: cRed = rand() % 2 56; 38: cBlue = rand() % 2 56; 39: cGreen = rand() % 2 56; 40: // Determine the ... you generated. This guarantees that the starting 388 Day 16 022 31240-9 CH 16 4/27/00 12: 56 PM Page 388 Creating Your Own Classes and Modules 385 16 and source code file to...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 205
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 7 docx

Teach Yourself Visual C++ 6 in21 Days phần 7 docx

... Figure 18. 10. It seems that leaving the threads running when you closed the application caused it to crash. 466 Day 18 FIGURE 18. 9. The threads are not affected by the menu. FIGURE 18. 10. Application ... We are running the thread 16: { 17: int iSpnr; 18: // Which spinner to use? 19: switch (nIndex) 20: { 21: case 0: 462 Day 18 024 31240-9 CH 18 4/27/00 12:59 PM Page 462 LISTING 19...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 302
  • 0
Teach Yourself Visual C++ 6 in21 Days phần 9 ppsx

Teach Yourself Visual C++ 6 in21 Days phần 9 ppsx

... Enable the button if busy 6: pCmdUI->Enable(GetBusy()); 7: } 63 6 Appendix B 030 31240-9 APP B 4/27/00 1:07 PM Page 63 6 Understanding and Exception Handling 66 5 D 17: } 18: catch(CResourceException* ... 4/27/00 1: 08 PM Page 66 2 LISTING B.32. CONTINUED 48: { 49: // Spin the second idle thread 50: pDocWnd->DoSpin(2); 51: bRtn = TRUE; 52: } 53: } 54: } 55: } 56: } 57: } 58: }...
Ngày tải lên : 13/08/2014, 08:21
  • 80
  • 242
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 1 pptx

Teach Yourself Visual C++ 6 in 21 Days phần 1 pptx

... 60 5 Exercise 60 6 Day 11 61 2 Quiz 61 2 Exercise 61 2 Day 12 61 4 Quiz 61 4 Exercises 61 5 Day 13 61 6 Quiz 61 6 Exercise 61 7 Day 14 62 0 Quiz 62 0 Exercise 62 1 Day 15 62 3 Quiz 62 3 Exercise 62 4 Day 16 625 Quiz 62 5 Exercises ... the Errors 66 1 Throwing Exceptions 66 6 Deleting Exceptions 66 8 MFC Exception Types 66 8 Using the CException Base Class 66 8 U...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 284
  • 0
Từ khóa: