代码搜索:SetWindowPos

找到约 555 项符合「SetWindowPos」的源代码

代码结果 555
www.eeworm.com/read/105160/15676906

txt 正在学windows api编程,有一个实例,大家不妨一起学习学习从实例看windows api程序设计 (转).txt

作者:三月 email: ocean_sky002@263.net 日期:7/26/2001 3:47:26 PM 文章出处:赛迪网 作者:刘雨楠、谭章熹  用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microso
www.eeworm.com/read/102552/15773088

htm subject_30330.htm

序号:30330 发表者:luckyding 发表日期:2003-02-22 00:09:42 主题:怎么将一个窗体钉住,永远显示在最前面 内容:如题 返回上页访问论坛
www.eeworm.com/read/102552/15774162

htm subject_19457.htm

序号:19457 发表者:奔 狼 发表日期:2002-10-29 09:40:57 主题:知道了一个窗口的句柄,怎么调用它的成员函数呢? 内容: 知道了一个窗口的句柄,怎么调用它的成员函数呢? 返回上页
www.eeworm.com/read/102161/15791954

i

作者:三月 email: ocean_sky002@263.net 日期:7/26/2001 3:47:26 PM 文章出处:赛迪网 作者:刘雨楠、谭章熹  用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microso
www.eeworm.com/read/101790/15809279

htm subject_30330.htm

序号:30330 发表者:luckyding 发表日期:2003-02-22 00:09:42 主题:怎么将一个窗体钉住,永远显示在最前面 内容:如题 返回上页访问论坛
www.eeworm.com/read/101305/15838111

i

作者:三月 email: ocean_sky002@263.net 日期:7/26/2001 3:47:26 PM 文章出处:赛迪网 作者:刘雨楠、谭章熹  用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microso
www.eeworm.com/read/179744/9341034

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Lon
www.eeworm.com/read/356687/10222921

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "设置窗体置顶" ClientHeight = 3135 ClientLeft = 60 ClientTop = 405 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/281216/10256202

cpp pictur~1.cpp

// PictureDlg.cpp : implementation file // //拼图游戏。 //可以用9格或者16格来游戏,也可以自定义图片,不过,一定要是BMP 文件。 //可以设定图格的风格,游戏有计时。 #include "stdafx.h" #include "Picture.h" #include "PictureDlg.h" #include "Abo
www.eeworm.com/read/424065/10497909

bas topmodal.bas

Attribute VB_Name = "topmodal" Declare Function SetWindowPos Lib "user32" ( _ ByVal hWnd As Long, _ ByVal hWndInsertAfter As Long, _ ByVal X As Long, _ ByVal Y As Long, _ ByV