-
00097567
动画启动界面,VC++经典编程源码,很好的参考资料。(Animation interface to start, the classic VC++ programming source code, a good reference.)
- 2013-11-15 09:29:09下载
- 积分:1
-
EasySizeHD2
可缩放的界面编程 通过方便的宏来进行 并且内部控件也能自动调整大小(Scalable programming through a user-friendly interface to the macro and internal controls can also automatically adjust the size of)
- 2009-04-15 17:53:41下载
- 积分:1
-
WindowText
在Window标题栏写title的两种方法的VC原代码( Writes title in the Window title block two methods VC original
codes )
- 2004-07-07 00:16:39下载
- 积分:1
-
rotorate-picture
一个翻转图象的源程序,很有意思的,希望大家看看,交流下(A reversal of the source images, very interesting, I hope to see everyone and exchange under)
- 2008-05-05 00:01:46下载
- 积分:1
-
vb6
VB与软PLC数据交换的例程,很难的的。(VB and soft PLC data exchange routines, it is difficult for the.)
- 2008-06-30 07:27:30下载
- 积分:1
-
clock
系统主要实现时间的显示,主要包括获取系统时间然后通过时钟的模拟界面进行时间的显示。(System main time display, including access to the system time and then displays the time by the clock of the analog interface.)
- 2013-11-30 12:04:57下载
- 积分:1
-
565566
扩展收缩对话框应用程序界面,VC++编程精选学习源码,很好的参考资料。(Expansion contraction dialog application program interface, VC++ programming featured learning source code, a good reference.)
- 2013-11-19 18:57:47下载
- 积分:1
-
FaceControl3
vc 动态设置主框架窗口的图标FaceControl3的程序源码(vc dynamically set the icon for the main frame window of the program source code FaceControl3)
- 2011-07-03 16:21:10下载
- 积分:1
-
TestScrollTest
一个简单的SDI工程,里边实现在对话框上添加滚动条,并相应滚动条事件。运行时,请在file菜单下点击两次新建操作,弹出对话框,然后缩放对话框,减小到一定大小就会出现滚动条就能看到滚动条效果。(A simple SDI project, inside the realization of the dialog box to add a scroll bar, and the corresponding scroll bar event. Run, please click on the file menu under the new operation, pop-up dialog box, and then zoom dialog box, reduced to a certain size will appear rolling bar will be able to see the scroll bar effect.)
- 2017-03-15 10:06:02下载
- 积分:1
-
进程创建
说明: 1 程序开发步骤
(1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验);
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
- 2005-11-04 12:45:13下载
- 积分:1