-
-
外科检查.rar
Set rptCol = .Columns.Add(conColumn_±ê×¢ , "±íÊ ¾ ", 50, True)
rptCol.Editable = False
rptCol.Groupable = False
.SetImageList Me.imgList
.AllowColumnRemove = False
.MultipleSelection = False
.ShowItemsInGroups = False
...
-
windows磁盘IO.rar
... file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files ...
-
进程创建.rar
... gt;new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该 ...
-
VolCtrl.zip
#include mixer.h
in project add mixer.h and mixer mixer.cpp,control System Volume
-
200509131331450.rar
... 相同的控件,可让你的程序在运行时设计窗体。
解压后有个FormDesigner.bpl,将它add到component中,编译的时候,请将lib路径加上解压的目录。
或者将DesignCommon.dcu、FormDesigner.dcu、ObjectInsp.dcu、WsPopupList.dcu、ObjectInsp.dfm、WsPopupList.dfm拷贝到你的工程文件的同一个文件夹中。不过把FormDesigner.bpl add到component中是需要的。
-
CookieSpy_src.zip
CookieSpy is a custom explorer bar. This extension was created for the monitoring of cookie activity and for the possibility to add and edit cookies. I used VC++ 6.0 (SP4) and ATL.
-
菜单的使用.rar
菜单
分别open,和 close 生成成员函数。
void CMenu9Dlg::OnMenuclose()
{
// TODO: Add your command handler code here
OnOK()
}
void CMenu9Dlg::OnMenuopen()
{
// TODO: Add your command handler code here
MessageBox("open the file","kao",NULL)
}
-
-
CDWriter.zip
... to install at
least the trial version of this component before running this example.
This is intended to show a simple application, but could easily be extended to add
files from local or network drives, or files made locally from scratch.
-
GPS ToolKit Pro.rar
Introduction to GPS ToolKit Pro 1.0
GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scripting project that supports ActiveX controls. GPS data (including lat/lon, speed, course ...
-