In microsoft word we can add a textbox o document. Is there a way to add the same in rtb in vb.net

Recommended Answers

All 3 Replies

Wow , do you know why people ignore your post? :) its because what you are saying is not related to VB.NET or why have not try enough to explain what is your problem and what you want to achieve

Are you just asking if you can add a rich textbox? I don't understand your question either . . .of course you can add a textbox or a rich textbox in vb.net, is it the same as in Word - probably not.

Have you tried

Textbox1.BackColor = System.Drawing.Color.FromArgb([I]redValue, greenValue, blueValue[/I])

obviously substituting redValue,greenValue,blueValue with your chosen integers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.