代码搜索:SetWindowPos
找到约 555 项符合「SetWindowPos」的源代码
代码结果 555
www.eeworm.com/read/145459/12723079
txt 引用&声明.txt
** 引用 Microshoft ActivX Data Object 2.5 Library
Set RstMy0 = New Recordset
StrSQL = "Select Dm From " & StrT1 & " Order By Dm"
RstMy0.Open StrSQL, cnnAce, adOpenKeyset, adL
www.eeworm.com/read/332272/12765633
txt untitled-14.txt
CRect rect(O, O, 352, 352);
CalcW。ndowRect(&rect);
SetwindowPos(NULL, 0, 0, rect.Width(), rect.Height(),
SWP.NOZORDER SWP.NOMOVE SWPNOREDRAW);
第一个语句创建了一个 CRect对
www.eeworm.com/read/332270/12765912
txt untitled-08.txt
复杂,并且很难预知应用程序可能会遇到的所有执行方案。第三,看到如何进行Windows程
序设计会使您对MFC和其他类库有一个基本的评价。MFC并不像某些支持者所说的那样
是包治百病的灵丹妙药,但它确实无可否认地使Wndows程序设计的某些方面变得更容易
了。并且,它为Windows程序设计提供的优良规则使程序员不必花更多的时间开发一个程
序的结构组件,他们也可以不必过多地考虑传递给Crea ...
www.eeworm.com/read/142237/12955855
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
proced
www.eeworm.com/read/142232/12956212
pas unit1.pas
unit Unit1;
interface
uses
Windows, Classes, Graphics, Forms, Dialogs,
StdCtrls, ExtCtrls, Controls;
type
TForm1 = class(TForm)
Button1: TButton;
Button2: TButton;
Bu
www.eeworm.com/read/141570/12997889
txt 02.txt
--API函数快速入门--怎样在VB中声明和使用API函数--
一、在VB中声明API函数有两种方法:如果我们只在某个窗体中使用API函数,我们可以在窗体代码的General部分声明它:
声明的语法是:
Private Declare Function ...
Private Declare Sub.....
这里必须采用Private声明,因
www.eeworm.com/read/242302/13065699
html 9973.html
Re: 请问如何用 VB 写一个 Full screen 的 form ?
Re: 请问如何用 VB 写一个 Full screen 的 form ?
www.eeworm.com/read/242302/13078116
txt 能否定制commondialog.txt
你 必 须 直 接 调 用 API函 数 GetOpenFileName 等 , 然 后 指 定 钩 子 函 数 lpfnHook( 利 用 VB的 AddressOf获 得 作 为 钩 子 函 数 的 VB过 程 的 地 址 ) 。 在 钩 子 中 你 可 以 处 理 WM_INITDIALOG消 息 , 在 其 中 使 用 SetDlgItemText、 SetWindowPos等 函 数 进
www.eeworm.com/read/320677/13420180
txt 引用&声明.txt
** 引用 Microshoft ActivX Data Object 2.5 Library
Set RstMy0 = New Recordset
StrSQL = "Select Dm From " & StrT1 & " Order By Dm"
RstMy0.Open StrSQL, cnnAce, adOpenKeyset, adL