Click here to Skip to main content
15,918,267 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problem in invoking methods of a class Pin
Dave Kreskowiak31-Oct-08 3:21
mveDave Kreskowiak31-Oct-08 3:21 
AnswerRe: Problem in invoking methods of a class Pin
Paul Conrad31-Oct-08 7:37
professionalPaul Conrad31-Oct-08 7:37 
AnswerRe: Problem in invoking methods of a class Pin
rprateek4-Nov-08 16:02
rprateek4-Nov-08 16:02 
QuestionSetup and Deployment Templates Missing Pin
ccdmf30-Oct-08 19:20
ccdmf30-Oct-08 19:20 
AnswerRe: Setup and Deployment Templates Missing Pin
Jon_Boy31-Oct-08 1:16
Jon_Boy31-Oct-08 1:16 
GeneralRe: Setup and Deployment Templates Missing Pin
ccdmf31-Oct-08 5:51
ccdmf31-Oct-08 5:51 
GeneralRe: Setup and Deployment Templates Missing Pin
nlarson1131-Oct-08 7:15
nlarson1131-Oct-08 7:15 
QuestionProperties of RichTextBox at Runtime Pin
pdnet30-Oct-08 18:42
pdnet30-Oct-08 18:42 
Hi, I am using a Richtextbox at runtime. and the Control added at runtime

But I face a Problem, The RichTextBox Data is Edited or Selected.
I am Using ReadOnly=true so that the Edit Mode is Off but Text is still Selecting.

If I am take Enabled=false then The Backcolor will be changed.


So, How can I a Lock this Control at run Time ?


dim rtf01 as new Richtextbox
rtf01.Visible = False
Me.Controls.Remove(rtf01)
Me.Controls.Add(rtf01)

rtf01.BringToFront()
rtf01.BackColor = Color.FromArgb(175, 175, 175)
rtf01.BorderStyle = BorderStyle.None
rtf01.Cursor = Cursors.Arrow
rtf01.ReadOnly = True
rtf01.ScrollBars = RichTextBoxScrollBars.None
rtf01.Left = fgButton.Cols(1).Left + 10
rtf01.Top = fgButton.Top + 6
rtf01.Visible = true

Arindam Banerjee
Sr. Software Developer
Rance Computer Pvt Ltd.
Kolkata (India)

AnswerRe: Properties of RichTextBox at Runtime Pin
Paul Conrad30-Oct-08 19:16
professionalPaul Conrad30-Oct-08 19:16 
GeneralRe: Properties of RichTextBox at Runtime Pin
pdnet30-Oct-08 20:18
pdnet30-Oct-08 20:18 
GeneralRe: Properties of RichTextBox at Runtime Pin
Paul Conrad31-Oct-08 5:15
professionalPaul Conrad31-Oct-08 5:15 
AnswerRe: Properties of RichTextBox at Runtime Pin
LeandroABorges31-Oct-08 1:01
LeandroABorges31-Oct-08 1:01 
QuestionUser Control ComboBox help Pin
Tim Groven30-Oct-08 7:35
Tim Groven30-Oct-08 7:35 
AnswerRe: User Control ComboBox help Pin
Tim Groven30-Oct-08 7:43
Tim Groven30-Oct-08 7:43 
QuestionFormat of data to transmit over CAN bus Pin
habib harrie30-Oct-08 6:12
habib harrie30-Oct-08 6:12 
AnswerRe: Format of data to transmit over CAN bus Pin
Dave Kreskowiak30-Oct-08 6:25
mveDave Kreskowiak30-Oct-08 6:25 
GeneralRe: Format of data to transmit over CAN bus Pin
Luc Pattyn30-Oct-08 16:13
sitebuilderLuc Pattyn30-Oct-08 16:13 
Questionsend mail vb.net Pin
ste199030-Oct-08 5:06
ste199030-Oct-08 5:06 
AnswerRe: send mail vb.net Pin
jzonthemtn30-Oct-08 5:54
jzonthemtn30-Oct-08 5:54 
AnswerRe: send mail vb.net Pin
Dave Kreskowiak30-Oct-08 7:35
mveDave Kreskowiak30-Oct-08 7:35 
AnswerRe: send mail vb.net Pin
Jon_Boy30-Oct-08 8:35
Jon_Boy30-Oct-08 8:35 
AnswerRe: send mail vb.net Pin
nlarson1130-Oct-08 10:59
nlarson1130-Oct-08 10:59 
GeneralRe: send mail vb.net Pin
Jon_Boy31-Oct-08 1:17
Jon_Boy31-Oct-08 1:17 
AnswerRe: send mail vb.net Pin
pdnet30-Oct-08 18:48
pdnet30-Oct-08 18:48 
AnswerRe: send mail vb.net Pin
Luc Pattyn30-Oct-08 19:02
sitebuilderLuc Pattyn30-Oct-08 19:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.