|
查看: 1074|回复: 3
|
Visual Basic 6 和 Visual Basic 2005
[复制链接]
|
|
|
如果 在 VB 里 要 display text 在 From 里面
就 用 Print “mytext”
可是 VB.NET 或 VB 2005
就不可以了 到底 有什么方法 除了用 label, textbook 等等
请指教 |
|
|
|
|
|
|
|
|
|
|
发表于 7-11-2007 11:19 PM
|
显示全部楼层
Dim a As Graphics = Me.CreateGraphics()
Dim fnt As New Font("Courrier", 12, FontStyle.Bold)
a.DrawString("mytext", fnt, New SolidBrush(Color.Black), 0, 0) |
|
|
|
|
|
|
|
|
|
|

楼主 |
发表于 7-11-2007 11:36 PM
|
显示全部楼层
回复 #2 tensaix2j 的帖子
怎么 被 复杂化 了  |
|
|
|
|
|
|
|
|
|
|

楼主 |
发表于 7-11-2007 11:37 PM
|
显示全部楼层
|
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|