Welcome![Sign In][Sign Up]
Location:
Search - thread dialog

Search list

[Process-ThreadProgressThreadTest

Description: 最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control the progress of threads -- in a box on pause and stop buttons
Platform: | Size: 43137 | Author: nchang | Hits:

[Ftp ServerFTPsever_c++.net

Description: 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
Platform: | Size: 241131 | Author: 林林 | Hits:

[Other resourceProgrammingMicrosoftWindowsCE

Description: Microsoft程序设计系列丛书:Programming Microsoft Windows CE程序设计 第一部分 Windows编程基础 第一章 Hello WindowsCE第二单 第二章 屏幕绘图 第三章 输入:键盘\\输入笔和菜单 第四章 窗口控件和对话框 第二部分 WindowCE基础 第五章 通用控件和WindowCE 第六章 内存管理 第七章 文件数据库和注册表 第八章 进程和线程 第三部分 通信 第九章 串行通信 第十章 Windows网络和IRSOCK 第十一章 连接到桌面 第四部分 高级主题 第十二章 外壳编程--第一部分 第十三章 外壳编程--第二部分 第十四章 系统编程-Microsoft Programming Series : Programming Microsoft Windows CE part of the first program design Win dows basis of the first chapter programming Hello WinCE second single-screen graphics Chapter II Chapter III input : Keyboard \\ input pens and the fourth chapter window menu and dialog box controls WindowCE basis of the second part of the fifth chapter Universal WindowCE pieces and memory management of Chapter VI of Chapter VII document database and the registry process and Chapter VIII of the third thread Chapter 9 pm communications Chapter 10 serial communication network and Windows IRSOCK connected to the Chapter XI desktop resolution Senior theme of the 12nd chapter shell programming -- the first part of Chapter 13 shell programming -- the second part of the 14th chapter is Programming
Platform: | Size: 14902108 | Author: haibing | Hits:

[Process-ThreadMthread

Description: 一个简单的多线程,一个线程写对话框,一个线程写文本-a simple multi-thread, a thread written dialog, a text written Thread
Platform: | Size: 30470 | Author: 贺岚 | Hits:

[OS programspawnl_use

Description: _spawnl 函数的使用。_spawnl用来开启一个新的线程,比如在对话框中通过notepad来打开一个txt文件。-_spawnl function use. _spawnl Used to start a new thread, For example, in the dialog box to open the notepad through a txt document.
Platform: | Size: 6810 | Author: 李力 | Hits:

[Other resourcevisualc++_xiwangchubanshe

Description: 《Visual C++ 6.0程序设计教程》 希望出版社 源代码 本书首先从Visual C++6.0的基础知识入手,详细介绍了Visual C++6.0的操作环境和应用程序的基本框架,然后按照由易到难、由浅入深地顺序介绍了用Visual C++6.0开发Windows程序的方法,包括菜单和加速键、对话框、常用控件、文本和字体类、图形图像、文件操作、多线程、动态连接库、网络编程和数据库开发等内容。书中在每一个对应的知识点后面,给出了一个或多个示例。 本书适合想按部就班学习Visual C++6.0编程并很快应用到实践中的初学者阅读。-"Visual C 6.0 Programming Guide" Publishers want the source code from the book First Visua l C 6.0 start of the basic knowledge, Details on the Visual C 6.0 operating environment and application of the basic framework, and then follow the easy to arrive difficult, elementary introduction to the order by using Visual C 6.0 for Windows procedures, including menu and accelerate key, the dialog, common control, text and font type, graphics and video, file manipulation, multi-thread, Dynamic Link Library, network programming and database development, and other content. Each book in a corresponding knowledge points behind, given one or more examples. The book for learning step by step to 6.0 Visual C programming and quickly applied to the practice of reading beginners.
Platform: | Size: 1670105 | Author: 石榴石 | Hits:

[Game Program用VC语言实现的汉罗塔

Description: 在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临界区对象作为暂停或继续的判别标志;当选择手动方式时,在碟子的移动过程中进行大碟子和小碟子的判断,如果合乎要求,允许移动,如果不合乎要求,跳出提示对话框。-commencement of the proceedings, with the default value generated tower and plate type examples and called GDI Object Mapping. When choosing the automatic mode, a new thread derived recursive moving plate and the plate after each shift updated graphics. In moving threads, monitoring critical targets as the continuation of the suspension or discriminant signs; When choosing a manual method, the plate in the process of moving large plate and saucer judgment, if meet the requirements and allow mobile, if we do not meet the requirements and suggest dialog out.
Platform: | Size: 89255 | Author: 雷冰 | Hits:

[GUI Developprogress_ctrlx_src

Description: Progress Bar是讓使用者瞭解現狀的好方法!把控件放到CMyProgressForm 這個 CDialog 中, 那麼在使用時可以使用 Modeless 的方式, 把 Dialog 建立起來。當然了, 你的高耗時程式應該要用一條特別的 thread來執行,否則視窗根本不會繪圖。
Platform: | Size: 12009 | Author: ken | Hits:

[Process-ThreadTwoThread

Description: 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that after the deletion of the data has shown. (Display in the form of the dialog box shown), in Reading censored data to the attention of mutually exclusive threads.
Platform: | Size: 31357 | Author: 华天晴 | Hits:

[ListView/ListBoxListCtrl多线程

Description: 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that after the deletion of the data has shown. (Display in the form of the dialog box shown), in Reading censored data to the attention of mutually exclusive threads.
Platform: | Size: 35949 | Author: 钱彦江 | Hits:

[Delphi VCLFastReport.v4.7.49

Description:

Current version
---------------
+ added confirmation reading for TfrxMailExport
+ added TimeOut field to TfrxMailExport form
- fixed bug whih PDF export in Delphi4 and CBuilder4
- fixed bug with some codepage which use two bytes for special symbols (Japanese ans Chinese codepages)
- fixed bug when engine delete first space from text in split Memo
+ added ability to use keeping(KeepTogether/KeepChild/KeepHeader) in multi-column report
- fixed bug in multi-column page when band overlap stretched PageHeader
- fixed bug with using ReprintOnNewPage
+ added ability to split big bands(biggest than page height) by default

version 4.7
---------------
+ CodeGear RAD Studio (Delphi/C++Builder) 2009 support
+ [enterprise] enchanced error description in logs
+ added properties TfrxHTMLExport.HTMLDocumentBegin: TStrings,
TfrxHTMLExport.HTMLDocumentBody: TStrings, TfrxHTMLExport.HTMLDocumentEnd: TStrings
+ improved RTF export (with line spacing, vertical gap etc)
+ added support of Enhanced Metafile (EMF) images in Rich Text (RTF), Open Office (ODS), Excel (XLS) exports
+ added OnAfterScriptCompile event
+ added onLoadRecentFile Event
+ added C++ Builder demos
+ added hot-key Ctrl + mouseWheel - Change scale in designer
+ added TfrxMemoView.AnsiText property
- fixed bug in RTF export with EMF pictures in OpenOffice Writer
- fixed some multi-thread isuues in engine, PDF, ODF exports
- [enterprise] fixed integrated template of report navigator
- [enterprise] fixed bug with export in Internet Explorer browser
- fixed bug with font size of dot-matix reports in Excel and XML exports
- fixed bug in e-mail export with many addresses
- fixed bug in XLS export (with fast export unchecked and image object is null)
- [enterprise] fixed bug in TfrxReportServer.OnGetVariables event
- fixed bug in Calcl function
- fixed memory leak in Cross editor
- fixed progress bar and find dialog bug in DualView
- fixed bug in PostNET and ean13 barcodes
- fixed bug with TruncOutboundText in Dot Matrix report
- fixed bugs with break points in syntaxis memo
- improved BeforeConnect event in ADO
- fixed bug in inhehited report with internal dataset
- fixed bug in TfrxPanelControl with background color(Delphi 2005 and above)

经查证后,这个是最新的 FastReport.v4.7.49
 


Platform: | Size: 2986536 | Author: gzhubin | Hits:

[Game Program用VC语言实现的汉罗塔

Description: 在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临界区对象作为暂停或继续的判别标志;当选择手动方式时,在碟子的移动过程中进行大碟子和小碟子的判断,如果合乎要求,允许移动,如果不合乎要求,跳出提示对话框。-commencement of the proceedings, with the default value generated tower and plate type examples and called GDI Object Mapping. When choosing the automatic mode, a new thread derived recursive moving plate and the plate after each shift updated graphics. In moving threads, monitoring critical targets as the continuation of the suspension or discriminant signs; When choosing a manual method, the plate in the process of moving large plate and saucer judgment, if meet the requirements and allow mobile, if we do not meet the requirements and suggest dialog out.
Platform: | Size: 89088 | Author: 雷冰 | Hits:

[Process-ThreadTwoThread

Description: 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that after the deletion of the data has shown. (Display in the form of the dialog box shown), in Reading censored data to the attention of mutually exclusive threads.
Platform: | Size: 30720 | Author: 华天晴 | Hits:

[Ftp ServerFTPsever_c++.net

Description: 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
Platform: | Size: 7938048 | Author: 林林 | Hits:

[VC/MFCWindowsAPITutorials

Description: Windows API Tutorials, Windows API编程最好的手册.文档格式专门制作成为各个章节相互关联的html格式,大家可以像查阅msdn一样方便使用.各个章节的内容如下: Winnie Generic Controls Dialog-based App Generic Dialog Canvas Pens and Brushes Threads Folder Watcher Shell API OLE Smart OLE OLE Automation Splitter Bar -Windows API Tutorials, Windows API programming manual for the best. Document Format has become the specialized production of various sections of interrelated html format, you can use as convenient access to msdn. The various sections are as follows: Winnie Generic Controls Dialog-based App Generic Dialog Canvas Pens and Brushes Threads Folder Watcher Shell API OLE Smart OLE OLE Automation Splitter Bar
Platform: | Size: 256000 | Author: 高彬 | Hits:

[GUI Developprogress_ctrlx_src

Description: Progress Bar是讓使用者瞭解現狀的好方法!把控件放到CMyProgressForm 這個 CDialog 中, 那麼在使用時可以使用 Modeless 的方式, 把 Dialog 建立起來。當然了, 你的高耗時程式應該要用一條特別的 thread來執行,否則視窗根本不會繪圖。-Progress Bar allows users to understand the status quo is a good way! The controls put in CMyProgressForm the CDialog, then use can use Modeless way to Dialog established. Of course, your program should be a high time-consuming to use a special thread to execute, otherwise the window will not graphics.
Platform: | Size: 11264 | Author: ken | Hits:

[Windows DevelopProgressDialog--and-Multi-Thread

Description: ProgressDialog對話盒和Multi-Thread-Progress Dialog Dialogue and Multi-Thread
Platform: | Size: 1024 | Author: mvp20101 | Hits:

[Process-Threadthread

Description: 创建新线程访问注册表,首先建立一个MFC(EXE)的工程, 选择DIALOG 模式,创建线程去否问注册表-Create a new thread to access the registry, you first create an MFC (EXE) project, select DIALOG mode, create a thread to go to ask whether the registry
Platform: | Size: 1024 | Author: achuan | Hits:

[Internet-NetworkThread-Programming

Description: 用VC实现多线程编程,在同一对话框中实现客户端与服务器端之间的通信-Multi-threaded programming with VC in the same dialog box, the communication between client and server-side
Platform: | Size: 1890304 | Author: 左岸风景 | Hits:

[Process-ThreadThread

Description: 多线程简单实例 基于对话框,利用多线程和事件数组实现多个对话框的自动隐藏和显示。对于快速了解事件的典型应用有所帮助-A simple dialog-based multithreaded instance, the use of multi-threading and an array of multiple events dialog automatically hide and show. For a quick overview of events in a typical application help
Platform: | Size: 2016256 | Author: 蒋鸿伟 | Hits:
« 12 3 4 »

CodeBus www.codebus.net