Тогда видимый текст-бокс надо сабклассить и не пускать лишние сообщения. Т.е. недопускать, чтобы юзер не мог выделить, чтобы курсор у него не менялся на I-beam и тд. и тп.
GSerg
Ага, есть, MSDN Library Visual Studio 6.0 называется.
Т.е. недопускать, чтобы юзер не мог выделить,
Private Sub RichTextBox1_GotFocus()
Command1.SetFocus
End Sub
чтобы курсор у него не менялся на I-beam
MousePointer=1
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 255
Left = 480
TabIndex = 1
Top = 240
Width = 495
End
Begin RichTextLib.RichTextBox RichTextBox1
Height = 2055
Left = 840
TabIndex = 0
Top = 600
Width = 3375
_ExtentX = 5953
_ExtentY = 3625
_Version = 393217
Enabled = -1 'True
MousePointer = 1
TextRTF = $"Form1.frx":0000
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub RichTextBox1_GotFocus()
Command1.SetFocus
End Sub
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin RichTextLib.RichTextBox RichTextBox1
Height = 1575
Left = -3120
TabIndex = 0
Top = -1560
Width = 3135
_ExtentX = 5530
_ExtentY = 2778
_Version = 393217
Enabled = -1 'True
MousePointer = 1
TextRTF = $"Form1.frx":0000
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Paint()
SendMessage RichTextBox1.hwnd, WM_PAINT, Me.hDC, 0
End Sub
Предлагаешь мне прятать мой текстбокс за формой??
Чтобы не быть голословным: Правильный MSDN писал(а):
WM_PAINT
hdc = (HDC) wParam; // the device context to draw in
Сейчас этот форум просматривают: Google-бот и гости: 95