Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop File Operate

ReadFile

  • Category : File Operate
  • Tags :
  • Update : 2008-10-13
  • Size : 25.48kb
  • Downloaded :0次
  • Author :这****
  • About : 这程子
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
Open a TXT file and displayed in the EDIT control steps: 1. Create a new dialog-based project, known as the ReadFile2. In the interface to add a button (IDC_BUTTON1) and a text editor (IDC_EDIT1) IDC_EDIT1 properties: multi-line, can be drop-down scroll bar .3. Edit button trigger events (void CReadFileDlg:: OnButton1 ()) void CReadFileDlg:: OnButton1 () (//TODO: Add your control notification handler code here CString sFileFilter =*. hex |*. hex CString sFileName CFileDialog fDlg (true, NULL, NULL, OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, sFileFilter, NULL) fDlg.DoModal () sFileName = fDlg.GetFileName () if (sFileName! =) (CFile file (sFileName, CFile:: modeRead) int nFileLength = file.GetLength () char* buffer HGLOBAL hgl =:: GlobalAlloc (GMEM_MOVEABLE, nFileLength+ 1) buffer = (char*):: GlobalLock (hgl) file.Read (buffer, nFileLength) SetDlgItemText (IDC_EDIT1, buffer):: GlobalUnlock (hgl):: GlobalFree (hgl)) UpdateData (false))
Packet file list
(Preview for download)
Packet : 81404586readfile.rar filelist
ReadFile\ReadFile.aps
ReadFile\ReadFile.clw
ReadFile\ReadFile.cpp
ReadFile\ReadFile.dsp
ReadFile\ReadFile.dsw
ReadFile\ReadFile.h
ReadFile\ReadFile.ncb
ReadFile\ReadFile.opt
ReadFile\ReadFile.plg
ReadFile\ReadFile.rc
ReadFile\ReadFileDlg.cpp
ReadFile\ReadFileDlg.h
ReadFile\ReadMe.txt
ReadFile\res\ReadFile.ico
ReadFile\res\ReadFile.rc2
ReadFile\resource.h
ReadFile\StdAfx.cpp
ReadFile\StdAfx.h
ReadFile\Debug
ReadFile\res
ReadFile
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.