如何创建一个没有三维外观和边框的ComboBox?

fs_windy 2000-08-01 11:59:00
如何创建一个没有三维外观和边框的ComboBox?
...全文
142 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
Joey 2000-08-05
  • 打赏
  • 举报
回复
总结一下,就是可以用 Text或 PictureBox 盖住 ComboBox 的边框
Un1 2000-08-02
  • 打赏
  • 举报
回复
看看这个 Form:

VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5355
ClientLeft = 1545
ClientTop = 1920
ClientWidth = 6420
LinkTopic = "Form1"
ScaleHeight = 5355
ScaleWidth = 6420
Begin VB.PictureBox Picture4
BorderStyle = 0 'None
Height = 2205
Left = 4800
ScaleHeight = 2205
ScaleWidth = 435
TabIndex = 4
Top = 450
Width = 435
End
Begin VB.PictureBox Picture3
BorderStyle = 0 'None
Height = 2145
Left = 450
ScaleHeight = 2145
ScaleWidth = 675
TabIndex = 3
Top = 390
Width = 675
End
Begin VB.PictureBox Picture2
BorderStyle = 0 'None
Height = 765
Left = 930
ScaleHeight = 765
ScaleWidth = 4155
TabIndex = 2
Top = 1575
Width = 4155
End
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 405
Left = 630
ScaleHeight = 405
ScaleWidth = 4455
TabIndex = 1
Top = 900
Width = 4455
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1110
TabIndex = 0
Text = "Combo1"
Top = 1290
Width = 3705
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

7,762

社区成员

发帖
与我相关
我的任务
社区描述
VB 基础类
社区管理员
  • VB基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧