代码搜索:SetWindowPos
找到约 555 项符合「SetWindowPos」的源代码
代码结果 555
www.eeworm.com/read/151211/12229885
txt 02.txt
--API函数快速入门--怎样在VB中声明和使用API函数--
一、在VB中声明API函数有两种方法:如果我们只在某个窗体中使用API函数,我们可以在窗体代码的General部分声明它:
声明的语法是:
Private Declare Function ...
Private Declare Sub.....
这里必须采用Private声明,因
www.eeworm.com/read/214774/15088902
frm form2.frm
VERSION 5.00
Begin VB.Form FrmMain
BorderStyle = 0 'None
ClientHeight = 1320
ClientLeft = 0
ClientTop = 0
ClientWidth = 4005
Icon
www.eeworm.com/read/114100/15104484
html 9973.html
Re: 请问如何用 VB 写一个 Full screen 的 form ?
Re: 请问如何用 VB 写一个 Full screen 的 form ?
www.eeworm.com/read/114100/15111560
txt 能否定制commondialog.txt
你 必 须 直 接 调 用 API函 数 GetOpenFileName 等 , 然 后 指 定 钩 子 函 数 lpfnHook( 利 用 VB的 AddressOf获 得 作 为 钩 子 函 数 的 VB过 程 的 地 址 ) 。 在 钩 子 中 你 可 以 处 理 WM_INITDIALOG消 息 , 在 其 中 使 用 SetDlgItemText、 SetWindowPos等 函 数 进
www.eeworm.com/read/192685/8349189
html 9973.html
Re: 请问如何用 VB 写一个 Full screen 的 form ?
Re: 请问如何用 VB 写一个 Full screen 的 form ?
www.eeworm.com/read/104870/15682138
cpp myfiledlg.cpp
// MyFileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileDlg.h"
#include "MyFileDlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/102552/15775725
htm subject_25187.htm
序号:25187 发表者:hlm 发表日期:2002-12-19 16:13:46
主题:桌面的设计,如何设计一个与Windows一样的桌面,总是在最下面?
内容:桌面的设计,如何设计一个与Windows一样的桌面,总是在最下面?
返回上页
www.eeworm.com/read/102552/15775798
htm subject_44247.htm
序号:44247 发表者:风雷 发表日期:2003-06-17 22:11:18
主题:如何取消使得窗口不再位于最上层?
内容:我用SetWindowPos()函数,让窗口在最上层,请问,如何取消这一特性,使之和正常窗口一样不再只位于最上层?函数和参数怎么设置啊?
返回上页