User Profile
Collapse
-
Ok, nevermind I figured it out thanks :) -
Creating Web Services in VB
My book says for adding the consumer application to my solution, to select Add / New Project when I click on the solution name, but New Project doesn't appear to be a selection. -
VB.NET - Menu Strip
When I add a Menu Strip to my child form the menu collection shows up on the parent form's menu. You know what I'm talking about? How can I correct this? Thanks :) -
vb 2005: scrolltocaret()
Is there a different way to automatically scroll a richtextbox than ScrollToCaret? -
VB 2005: Get Caret Position
Dim caretPosition As String = MyForm.MyTextBo x.SelectionStar t
MyForm.DebugTex tBox.Text = caretPosition
For some reason this does not work, what am I doing wrong please? thanks -
VB.NET Hex to Color
Hi, I have a hex in the form: "D57BF2" I need to convert to a useable richtextbox color. Thanks -
-
RichTextBox Colors
When I append data to my richtextbox I use selectioncolor to set the color of that block of text. The problem with this, is if the user is selecting as well.
If my sub is called, the following executes:
with myrichtextbox
.selectioncolor = mycolor
.appendtext(myt ext)
end with
So you see the problem is if the sub is called while the user is also selecting text, mycolor...
No activity results to display
Show More
Leave a comment: