搜索资源列表
huduzhuanjiaodu
- 一个用vb编写的将弧度值转化为角度值的源程序.适合Visual Basic初学者.高手别骂我啊!-with a vb prepared to radian angle values into values of the source. Visual Basic for beginners. Experts expect me ah!
vb.Rar
- VB仿写的iphone说说发表器,以手机浏览器的样式展现,实则调用ieFrame.dll实现。 mSkinner.bas类的用法:在需要更改按钮外观的窗体的Load事件中加入 Attach Me.hwnd更改按钮外观,Unload事件中加入 Detach Me.hwnd 还原按钮外观。-VB the Imitative the iphone talk about the the published mobile browser style show, actually call ieF
cDialogs
- VB中增加对话框支持,如文件打开、保存、打印、颜色选择、字体选择等,不需要VB中的文件框控件,直接采用API实现,很精简。 如选择音乐文件的调用方便如下: Private Sub cmdSelectMusic_Click() Dim cDialog As New CCommonDialogs Dim picFile As String, Filter As String cDialog.FileExtension = "*.bmp *.jpg" Filte
Transparent
- VB透明窗体代码 SetLayeredWindowAttributes me.hwnd, 0, 192, LWA_ALPHA 把窗体设置成半透明样式,第二个参数表示透明程度 取值范围0--255,为0时就是一个全透明的窗体了 第二种使用方法 SetLayeredWindowAttributes Me.hWnd, &H0, 0, LWA_COLORKEY 表明不显示窗体中的透明色 而第二个参数表示透明色为黑色,并且你可以用RGB函数来指定颜色值-VB t