-
SourceCode Dialog Windows Application return SID, UserName and DomainName.
Выв...
SourceCode Dialog Windows Application return SID, UserName and DomainName.
Выводит имя текущего пользователя и имя домена на экран.(RUS)
+Russian comments
- 2022-11-11 04:30:03下载
- 积分:1
-
VC中的消息发送的一个例子,想对话框上的控件发送信息。
VC中的消息发送的一个例子,想对话框上的控件发送信息。-an example of sending messages in the VC.
- 2022-05-22 18:41:23下载
- 积分:1
-
皮肤+ +在WTL下的实现代码,参考
skin++在WTL下的实现代码,参考用的-skin++ realize under the WTL code, reference
- 2023-09-05 16:05:05下载
- 积分:1
-
prevent IE pop
阻止IE弹出窗口的源代码 是一款全新的源代码-prevent IE pop-up source code is a brand new source code
- 2022-10-16 20:40:03下载
- 积分:1
-
可以指定目录对话框的初始选择,使用回调函数。
一个可以指定初始目录的目录选择对话框,利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下.-can specify a directory initial choice of the directory dialog, use a callback function to solve this problem, now I have examples of procedures done, the relevant Puzzle colleagues for reference.
- 2023-02-12 00:30:04下载
- 积分:1
-
This is the one written using vc++, rotating three
这是一个,用vc++写的,旋转的立体图行-This is the one written using vc++, rotating three-dimensional map OK
- 2022-12-12 01:55:02下载
- 积分:1
-
《座在窗子上的MM》源程序,用易语言写的
《座在窗子上的MM》源程序,用易语言写的-"in the window seat on the MM," the source, easy to use written language
- 2022-03-25 16:34:53下载
- 积分:1
-
一个华丽的界面
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_D...
一个华丽的界面
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标
方法二:
不用上面的,但是要去掉对话框的title属性
void CPageDlg::OnPaint()
{
if (IsIconic())
{
...
}
else
{
// CDialog::OnPaint() //一定要去掉该句
CPaintDC dc(this) //对话框的dc
CDC dcMem
dcMem.CreateCompatibleDC(&dc) //创建与对话框dc兼容的内存dc
CRect rect
GetClientRect(&rect)
BITMAP bitMap
m_bmpBackground.GetBitmap(&bitMap)
CBitmap *pbmpOld=dcMem.SelectObject(&m_bmpBackground) //将背景位图选入内存dc中
dc.StretchBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,bitMap.bmWidth,bitMap.bmHeight,SRCCOPY) //将内存dc中的位图拉伸显示在对话框的dc中
//dc.BitBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,SRCCOPY)
}
}
-a gorgeous interface to use a method : ModifyStyle (WS_CAPTION, WS_MINIMIZEBOX. SWP_DRAWFRAME)// Settings icon two ways : not above, However, to remove the title attribute dialog void CPageDlg : : OnPaint () (if (IsIconic ()) (...) e
- 2022-08-21 14:24:22下载
- 积分:1
-
这个程序写的很漂亮 可以
这个程序写的很漂亮 可以-this procedure was very nice to see it
- 2022-02-13 14:45:46下载
- 积分:1
-
用CommonDialog公共对话框选取多个文件
用CommonDialog公共对话框选取多个文件-CommonDialog public dialog with a number of selected documents
- 2023-08-03 19:25:03下载
- 积分:1