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

搜索资源列表

  1. Screen Cam Component

  2. Screen Cam Component (recording screen activity to video) I developed this screen cam component with delphi (captures the activity on a screen or delphi form and writes it into an AVI file; it supports all compressors; the program contains code deri
  3. 所属分类:Delphi

    • 发布日期:2004-05-28
    • 文件大小:132096
    • 提供者:chenxh
  1. 利用MFC开发的Activex指示灯控件

  2. 在OnSize()事件中,利用CRgn类,裁剪出自己喜欢的指示灯的形状,SetWindowRgn(...)。简单易学,适合初学者!
  3. 所属分类:C++

    • 发布日期:2009-06-12
    • 文件大小:33792
    • 提供者:lqpttniat
  1. 变形组件,^TRGBTripleArray,ShapeWinControl()

  2. 依据一张图片对一个Panel1进行任意变形
  3. 所属分类:其它

    • 发布日期:2009-11-03
    • 文件大小:184320
    • 提供者:myhotdog
  1. 透空窗口 GetGlyphOutline() SetWindowRgn() beginpath(),SetBkMode(),endpath(),StrokePath()

  2. 这个课件解决如下难题: 1.依据TrueType字体(字体轮廓)设置透空立体字; 2.把窗口撕开,并写入文字,有文字的地方,能看到桌面背景图。 3.讲解Win32 API函数:beginpath(),SetBkMode(),endpath(),StrokePath() SetWindowRgn() 有人用“GetGlyphOutline()”去实现,而这里用简单的方法就做到了。 使用“beginpath”可以打开画布的“path bracket”, 然后就能够使用GDI绘画函数函数,去绘画!
  3. 所属分类:Delphi

    • 发布日期:2009-11-20
    • 文件大小:165888
    • 提供者:myhotdog
  1. MFC框架下简单异形窗口--SetWindowRgn

  2. 一个简单的异形窗口的工程。 用VS2005编译的,使用了MFC做框架。
  3. 所属分类:C++

    • 发布日期:2010-04-29
    • 文件大小:68608
    • 提供者:jean7155
  1. 自制MP3播放器 (TMediaPlayer/BmpShape)

  2. 一个自制MP3播放器(含原代码)这个程序的关键是BmpShape的应用。unit BmpShape;{2002/08/22 by ultrared根据BMP文件创建窗口注意:1. BMP文件最左上的一个点颜色作为背景色2. BmpShape控件只能用在TForm容器上3. BMP文件可以是256色或者24位色4。大块背景色必须和背景色绝对相等才能获得正常效果}interfaceuses Forms,Windows, Messages, SysUtils, Classes, Controls,
  3. 所属分类:Delphi

    • 发布日期:2006-01-13
    • 文件大小:822272
    • 提供者:chenxh
  1. VC++椭圆形程序界面

  2. 用VC++6.0实现,通过CWnd的SetWindowRgn方法实现不规则窗体,将程序界面设计成椭圆形
  3. 所属分类:C++

    • 发布日期:2010-09-14
    • 文件大小:105472
    • 提供者:yangdxng100
  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. vb 6.0时钟控件制作

  2. 用vb制作时钟,简单易懂,容易制作// 声明常量,指定时钟的大小 Public Const ClockSize = 30 // 时钟颜色,角度换算 Public Const Pclor = &H33FF, Tmp = 3.14 / 180 // 定义常量,指明指针长度 Public Const Slen = 120, Mlen = 90, Hlen = 70 // 指针的偏转角度 Public Sg As Single, Mg As Single, Hg As Single // 指针的末端坐
  3. 所属分类:VB

    • 发布日期:2011-01-13
    • 文件大小:2048
    • 提供者:yjh0412
  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. SetWindowRgn

  2. SetWindowRgn对系统滚动条的影响
  3. 所属分类:C++

    • 发布日期:2011-06-24
    • 文件大小:58368
    • 提供者:lironghua2012
  1. 不规则窗体 SetWindowRgn

  2. 不规则窗体 SetWindowRgn 不规则窗体 SetWindowRgn
  3. 所属分类:C/C++

    • 发布日期:2011-07-12
    • 文件大小:31744
    • 提供者:lutmadtc
  1. Screen Cam Component

  2. Screen Cam Component (recording screen activity to video) I developed this screen cam component with delphi (captures the activity on a screen or delphi form and writes it into an AVI file; it supports all compressors; the program contains code deri
  3. 所属分类:Delphi

    • 发布日期:2006-02-23
    • 文件大小:143360
    • 提供者:chenxh
  1. vb圆形窗体

  2. VERSION 5.00 Begin VB.Form Form1 BackColor = &H80000000& Caption = "椭圆窗体" ClientHeight = 3330 ClientLeft = 60 ClientTop = 345 ClientWidth = 4860 FillColor = &H00FF0000& BeginProperty Font Name = "宋体" Size = 12 Charset = 134 Weight = 400 Underline =
  3. 所属分类:.Net

    • 发布日期:2011-09-30
    • 文件大小:86016
    • 提供者:nm000728
  1. vb 小程序(别人的)

  2. Option Explicit '函数声明 Private Declare Function GetPixel Lib "gdi32" (ByVal hDC As Long, ByVal X As Long, _ ByVal Y As Long) As Long Private Declare Function SetWindowRgn Lib "user32" (ByVal hWnd As Long, _ ByVal hRgn As Long, ByVal bRedraw As Boolea
  3. 所属分类:VB

    • 发布日期:2012-02-20
    • 文件大小:662
    • 提供者:minminfanny
  1. 一个窗口镂空程序(挖洞.zip)

  2. 应网友要求,一个窗口镂空程序。说明 CreateRectRgn(0, 0, cx+A_BIT_MORE, cy+A_BIT_MORE); CombineRgn(&wndRgn;, &rgnTemp;, RGN_DIFF); SetWindowRgn(wndRgn,FALSE); 等CRgn函数的使用
  3. 所属分类:C++

    • 发布日期:2012-05-12
    • 文件大小:82944
    • 提供者:schlafenhamster
  1. Windows 中不规则窗体的编程实现

  2. 一、序言   在绝大多数的Windows应用程序中,其窗体都是使用的正规正矩的矩形窗体,例如我们常用的,“记事本”,“扫雷”,等等。矩形窗体,具有编程实现简单,风格简洁的优点,所以在普通文档应用程序和简单小游戏中使用足矣。但在某些娱乐游戏程序中使用就略显呆板些了,这时若用不规则窗体替代原先的矩形窗体,将会使这类程序更添情趣。典型的例子有windows 自代的Media Player,新版本的Media Player有个控制面板的选项,选中这些面板,播放器就以选中的面板形状出现,这时的播放器比以
  3. 所属分类:C++

  1. 再谈VB制作不规则窗口

  2. 由于使用了一些新的函数,本程序必须在Windows2000下运行。 Option Explicit Public Declare Function GetObjectAPI Lib "gdi32" Alias "GetObjectA" (ByVal hObject As Long, ByVal nCount As Long, lpObject As Any) As Long Public Declare Function DeleteObject Lib "gdi32" (ByVal hObj
  3. 所属分类:桌面系统

    • 发布日期:2012-09-23
    • 文件大小:30720
    • 提供者:a546669204
  1. 不规则窗口 PathToRegion

  2. 不规则窗口 PathToRegion SetWindowRgn BeginPath
  3. 所属分类:其它

    • 发布日期:2008-12-16
    • 文件大小:436224
    • 提供者:intel0011
  1. VB SetWindowRgn创建椭圆形窗口.rar

  2. VB创建一个个性化的椭圆形窗口界面,使用 SetWindowRgn创建椭圆形窗口的例子。个性的窗口形状可增加程序的趣味性,可以使程序更具吸引力。见惯了方方正正的矩形窗体,椭圆形窗体更会使用户眼前一亮。本实例设计一个椭圆形的窗体,运行程序,窗体为椭圆形,单击窗体,即可退出程序。
  3. 所属分类:其它

    • 发布日期:2019-07-10
    • 文件大小:299008
    • 提供者:weixin_39840588
« 12 »