#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &dlg int nResponse = dlg.DoModal() if (nResponse == IDOK) { // TODO: Place code here to handle when the Dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the Dialog is // dismissed with Cancel } // Since the Dialog has been closed, return FALSE so that we exit the // application, rather than start the application s message pump. return FALSE }
標簽: Enable3dControls Enable3d AFXDLL shared
上傳時間: 2015-12-19
上傳用戶:hustfanenze
使用WebBrowser控件作為容器打開Word文檔 === === === === === === === 這個源代碼演示了使用WebBrowser控件作為容器打開Word文檔的操作。需要在工程中添加的引用主要為Office支持庫,本示例是以在OFFICEXP 2003的環境下打開。所需文件如下: Microsoft Word 11.0 Object Library (MSWord.olb) Microsoft Office 11.0 Object Library (MSO.dll) Microsoft Dialog Automation Objects (DlgObjs.dll) 具體一些功能,請查看源碼示例。
標簽: WebBrowser Word 控件 容器
上傳時間: 2014-01-01
上傳用戶:rishian
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\Chapt12.dsp The Visual C++ project file for the program. CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program. CHAPT12\Chapt12.h The header file for the app s application class CHAPT12\Chapt12.ico The icon used in Chapt12.exe CHAPT12\Chapt12.rc The resource file use in the test program. CHAPT12\Chapt12Dlg.cpp The implementation of the Dialog class CHAPT12\Chapt12Dlg.h The declarations of the Dialog class CHAPT12\MyWin32Port.h Definition for a class derived from Win32Port. CHAPT12\resource.h The resource IDs
上傳時間: 2013-12-17
上傳用戶:yan2267246
hanks for downloading this code. This VB Project shows you how to make forms with "rounded rectangle" shape. It also shows you how you can reduce the size of your programs with a GUI by using blocks of images and absolutely positioning and stretching them to create a Dialog box, rather than making the whole Dialog box in a graphics program and setting it as the Picture property of the Form. Another advantage of using image blocks is that you can resize this form to virtually any size and the effect will still be the same.
標簽: downloading rectangle Project rounded
上傳時間: 2013-12-13
上傳用戶:zhangliming420
通用報表打印類使用說明 主要功能: 1 – 自動分頁 2 – 自動劃出縱橫表格線 3 – 支持橫向 / 縱向打印 4 – 支持打印輸出或生成文本文件 使用方法: 1.Copy prt.h, prt.cpp --- > Project Path 2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp ) 3.Menu --- > open --- > prt_demo.rc --- > Bitmap --- > IDB_PRT ( copy to current project ) 4.Menu --- > open --- > prt_demo.rc --- > Dialog --- > IDD_PRT ( copy to current project ) 5.Add: #include <prt.h> 6.Add member function : int GetRow(PRTROW *pRow) 7.Add code into OnPrt and GetRow
上傳時間: 2014-02-11
上傳用戶:dongqiangqiang
Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the library CRM32Pro, so the CRM32Pro devkit will be needed to develop any application with Motoko, and it s contained in the Motoko devkit. The Motoko library is under the LGPL license, so read first the license if you want to make any change to the library.
標簽: the graphical interface supports
上傳時間: 2013-12-20
上傳用戶:yoleeson
用于產生正弦波查表文件里的數據,參數可設置,寫成了一個Dialog的形式
上傳時間: 2016-04-03
上傳用戶:Yukiseop
....\瑞利平坦衰變信道.doc ....\channel_model ....\AS2sigma_gaussian_90.mat ....\AS2sigma_gaussian_180.mat ....\AS2sigma_laplacian_90.mat ....\correlation.m ....\Dialog.m ....\erfcomp.m ....\geometry2correlation.m ....\Rxx_gaussian.m ....\Rxx_laplacian.m ....\Rxy_gaussian.m
標簽: sigma_gaussian channel_model mat AS
上傳時間: 2016-04-22
上傳用戶:trepb001
mfc編程基礎講解,消息,Dialog編程等
上傳時間: 2013-12-20
上傳用戶:as275944189
Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTP is also designed for use in system services and HTTP-based client applications. WinHTTP is more secure and robust than WinInet. However, single-user applications that need FTP or gopher functionality, cookie persistence, caching, automatic credential Dialog handling, Internet Explorer compatibility, or downlevel platform support should still consider using WinInet.
標簽: server-supported Description developers Microsoft
上傳時間: 2017-02-07
上傳用戶:refent