您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. VC学习-----一个漂亮的界面

  2. 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ); //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::OnPaint(); //一定要去掉该句 CPaintDC dc(this); //对话框的dc CDC dc Mem; dcMem.CreateCom
  3. 所属分类:C++

    • 发布日期:2009-05-14
    • 文件大小:104448
    • 提供者:dahai0707
  1. vc 体温计控件源码

  2. vc 实现的体温计控件. void CThermoMeter::OnPaint() { CPaintDC dc(this); // 获得控件区域 GetClientRect (&m_rectCtrl); CMemDC memDC(&dc, &m_rectCtrl); //绘制仪表盘 if (m_dcMeterPlate.GetSafeHdc() == NULL || (m_bitmapMeterPlate.m_hObject == NULL)) { m_dcMeter Plate.Create
  3. 所属分类:C++

    • 发布日期:2009-05-27
    • 文件大小:44032
    • 提供者:Grant920
  1. VC之美化界面篇本文专题讨论VC中的界面美化,适用于具有中等VC水平的读者。读者最好具有以下VC基础:

  2. VC之美化界面篇 作者:白乔 链接:http://vcer.net/1046595482643.html 本文专题讨论VC中的界面美化,适用于具有中等VC水平的读者。读者最好具有以下VC基础: 1. 大致了解MFC框架的基本运作原理; 2. 熟悉Windows消息机制,熟悉MFC的消息映射和反射机制; 3. 熟悉OOP理论和技术; 本文根据笔者多年的开发经验,并结合简单的例子一一展开,希望对读者有所帮助。 1 美化界面之开题篇 相信使用过《金山毒霸》、《瑞星杀毒》软件的读者应该还记得它们的精美
  3. 所属分类:C++

    • 发布日期:2009-06-17
    • 文件大小:415744
    • 提供者:songsu
  1. 桌面局部截图程序示例

  2. 截图示例 API Public Declare Function CreateCompatibleDC Lib "GDI32" (ByVal hDC As Integer) As Integer Public Declare Function CreateCompatibleBitmap Lib "GDI32" (ByVal hDC As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer) As I nteger Public
  3. 所属分类:Java

    • 发布日期:2009-10-22
    • 文件大小:29696
    • 提供者:pjagz
  1. 屏幕截屏精灵2009

  2. CDC *pDC;//屏幕DC pDC = CDC::FromHandle(GetDC(NULL));//获取当前整个屏幕DC int BitPERPixel = pDC->GetDeviceCaps(BITSPIXEL);//获得颜色模式 int Width = pDC->GetDeviceCaps(HORZRES); int Height = pDC->GetDeviceCaps(VERTRES); cout << "当前屏幕色彩模式 为" <<
  3. 所属分类:C++

    • 发布日期:2009-10-27
    • 文件大小:60416
    • 提供者:hhy321
  1. WINODWS编程 UI类

  2. 一个简单的登陆UI类 CUIPicture::CUIPicture(void) { m_hide = false; } CUIPicture::~CUIPicture(void) { } VOID CUIPicture::Init(int x, int y, HDC& hdc,char * strName ) { nX = x; nY = y; m_hdc =&hdc; m_Hdc = CreateCompatibleDC( hdc ); m_Img = (HBITMAP)LoadIma ge
  3. 所属分类:其它

    • 发布日期:2009-11-10
    • 文件大小:1048576
    • 提供者:zdtzdt22
  1. Led 显示 类 数码管 数码 数字

  2. 文件名: LedDisp.h 版本号: v1.0.5 (v20091122.00001) 功能: 显示七段数码管风格的数字、小数点、冒号及部分字母。 (此版本理论上可用于MFC,Win32 SDK或其它环境,在Windows XP sp2下用vc6.0及vs2008编译、运行通过.) 第一作者: Jef 日期: 20091122 电子邮件: dungeonsnd@126.com 地址: 中国/江苏 版权: 1.您可以修改及免费使用本程序,但把本程序或修改后程序用于商业用途前 请先通知第一作者并
  3. 所属分类:C++

    • 发布日期:2009-11-22
    • 文件大小:4194304
    • 提供者:dungeonsnd
  1. MFC解决窗口保存及重绘闪烁问题的一种比较好的方案 SolveFlashingAndRedraw框架 v1.0.2

  2. /****************************************************** SolveFlashingAndRedraw框架说明 ******************************************************/ /** 项目名称: demo框架 版本号: v1.0.2 第一作者: Jef 地址: 中国/江苏 日期: 20091126 电子邮箱: dungeonsnd@126.com 版权: 1.您可以修改及免费使用本程序。 2.
  3. 所属分类:C++

    • 发布日期:2009-12-12
    • 文件大小:324608
    • 提供者:dungeonsnd
  1. MFC解决窗口保存及重绘闪烁问题的一种比较好的方案 SolveFlashingAndRedraw框架 v1.0.3

  2. /****************************************************** SolveFlashingAndRedraw框架说明 ******************************************************/ /** 项目名称: demo框架 版本号: v1.0.3 第一作者: Jef 地址: 中国/江苏 日期: 20091126 电子邮箱: dungeonsnd@126.com 版权: 1.您可以修改及免费使用本程序。 2.
  3. 所属分类:C++

    • 发布日期:2009-12-12
    • 文件大小:312320
    • 提供者:dungeonsnd
  1. c++源码程序之人机对战五子棋的设计可做毕业论文

  2. // 五子棋Dlg.cpp : implementation file // #include "stdafx.h" #include "五子棋.h" #include "五子棋Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif int board[14][14]; //棋盘数组 BOOL ptable[14][14][480]; //人的所
  3. 所属分类:C++

    • 发布日期:2010-04-11
    • 文件大小:97280
    • 提供者:pc_master
  1. c++实现自动抓图的源码

  2. 初学c++,总算弄出来了 #include "stdafx.h" int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { char BitmapNameOut[] = "b.bmp"; /*HDC hdc; hdc = CreateDC("display",NULL,NULL,NULL); HBITMAP hBitmap; char BitmapNam
  3. 所属分类:C++

    • 发布日期:2010-04-12
    • 文件大小:3072
    • 提供者:lixing01
  1. MFC解决窗口保存及重绘闪烁问题的一种比较好的方案 v1.0.4

  2. 包含文件说明: 1. SolveFlashingAndRedrawv1.0.4 纯净版 无闪烁的MFC应用框架,实际使用时把此工程改名成你要建立的项目名称,然后开始开发即可。你熟悉MFC的话研究这个框架的半个小时应该就明白并熟练运用了。 2.SolveFlashingAndRedrawv1.0.4 demo版 利用SolveFlashingAndRedrawv1.0.4框架写的一个示例小程序,主要展示框架要实现的优点特性。 3.VCRn 修改vc工程名工具 ___作者 田彬.exe 用网上找到
  3. 所属分类:C++

    • 发布日期:2010-04-17
    • 文件大小:1048576
    • 提供者:dungeonsnd
  1. MFC解决窗口保存及重绘闪烁问题的一种比较好的方案 v1.0.5

  2. 包含文件说明: 1. SolveFlashingAndRedrawv1.0.5 纯净版 无闪烁的MFC应用框架,实际使用时把此工程改名成你要建立的项目名称,然后开始开发即可。你熟悉MFC的话研究这个框架的半个小时应该就明白并熟练运用了。 2.SolveFlashingAndRedrawv1.0.5 demo版 利用SolveFlashingAndRedrawv1.0.4框架写的一个示例小程序,主要展示框架要实现的优点特性。 3.VCRn 修改vc工程名工具 ___作者 田彬.exe 用网上找到
  3. 所属分类:C++

    • 发布日期:2010-07-24
    • 文件大小:1048576
    • 提供者:dungeonsnd
  1. vc俄罗斯方块(自己写的适合初学者)

  2. FBox::~CFBox(void) { } void CFBox::Init() { HDC hdc=GetDC(m_Hwnd); m_MemDc=CreateCompatibleDC(hdc); m_MemMap=CreateCompatibleBitmap(hdc,600,800); SelectObject(m_MemDc,m_MemMap); ReleaseDC(m_Hwnd,hdc); Suiji(); IsBegin=true; } void CFBox::BoxUp(int b
  3. 所属分类:C++

    • 发布日期:2010-07-28
    • 文件大小:1048576
    • 提供者:mop519475552
  1. 仿windows关机功能界面

  2. 转载同事的测试例子,也许大家可以看看 // MyFade.cpp : implementation file // #include "stdafx.h" #include "MyFade.h" #pragma warning(disable: 4201) #include #pragma comment(lib,"winmm.lib") #pragma warning(default: 4201) #ifdef _DEBUG #define new DEBUG_NEW #undef THI
  3. 所属分类:VB

    • 发布日期:2010-09-29
    • 文件大小:274432
    • 提供者:mentation
  1. Using DIB Sections in VB

  2. Using DIB Sections in VB An Easy to Use Class for manipulating DIBSections plus a blindingly quick technique for updating the bits Updated! 17 February 1999 The previous version of this code crashed when run under NT4.0. This was because the cod
  3. 所属分类:VB

    • 发布日期:2008-03-18
    • 文件大小:114688
    • 提供者:fgdfg123
  1. DIBSection Class VB

  2. What is a DIB Section?A DIB (Device Independent Bitmap) Section is a GDI object like a standard DIB but which additionally provides a pointer to the memory used to store the bitmap bits to which the creating application has direct access. This allow
  3. 所属分类:VB

    • 发布日期:2008-03-18
    • 文件大小:5120
    • 提供者:fgdfg123
  1. 屏幕截取(实现图片的截取)

  2. 由于工作中用到了一个屏幕截取,自己试着实现了一下简单的屏幕图片的截取功能,怕以后忘记了,现在上传上来,也供大家参考!
  3. 所属分类:其它

    • 发布日期:2010-12-12
    • 文件大小:272384
    • 提供者:fnmdgp
  1. 春节对联MFC实现桌面小程序

  2. CPaintDC dc(this); CWnd * pWnd = dc.GetWindow(); CWnd * item1; item1=this->GetDlgItem(IDC_STATIC1); CRect * rect=new CRect; item1->GetWindowRect(rect); POINT a,b; a=rect->TopLeft(); b=rect->BottomRight(); ::ScreenToClient(this->m_hWnd
  3. 所属分类:C++

    • 发布日期:2011-01-19
    • 文件大小:7168
    • 提供者:zhangchi2010
  1. Win32编程常用函数

  2. Win32编程常用函数结构整理 WNDCLASSEX GetStockObject CreateWindow MessageBox CreatePen GetClientRect SelectObject DeleteObject MoveToEx LineTo SetPixel GetPixel CreateSolidBrush CreateHatchBrush CreatePatternBrush Rectangle FrameRect FillRect Ellipse Polygon I
  3. 所属分类:其它

    • 发布日期:2011-02-12
    • 文件大小:24576
    • 提供者:Dolly2012
« 12 3 4 »