Help me please ! Immediately !
-
I have a problem when I am programming in C#. I have a RichTextBox and in this RichTextBox, I put a sentence ( a string of characters). It is: " This program is edit by HieuNT". Now, I want to transform (move) this sentence from the botton to the top of this RichTextBox. How to I code for achieve this problem. Could you show me some others effect with string (of characters) or characters. Thank you very much!
-
I have a problem when I am programming in C#. I have a RichTextBox and in this RichTextBox, I put a sentence ( a string of characters). It is: " This program is edit by HieuNT". Now, I want to transform (move) this sentence from the botton to the top of this RichTextBox. How to I code for achieve this problem. Could you show me some others effect with string (of characters) or characters. Thank you very much!
If you're wondering why you got voted down and no responses then: 1) Lack of a descriptive subject line 2) The word "Immediately!!" - we answer questions is OUR time when WE have the time ... not when you dictate. Also, asking for an answer "Immediately" is just plain rude! -- modified at 9:56 Wednesday 12th April, 2006
-
If you're wondering why you got voted down and no responses then: 1) Lack of a descriptive subject line 2) The word "Immediately!!" - we answer questions is OUR time when WE have the time ... not when you dictate. Also, asking for an answer "Immediately" is just plain rude! -- modified at 9:56 Wednesday 12th April, 2006
-
I think that you are too stupid to answer my question. Read my question carefully and try to understand what it is before answer. Thanks.
WOW!!! :wtf: The unmittigated gall!! :omg: And you want these people to answer your question!? I think you've just placed yourself on everyone's black-list. I didn't even read your original post and, now, I don't think I'll even bother! Dave Kreskowiak Microsoft MVP - Visual Basic
-
I think that you are too stupid to answer my question. Read my question carefully and try to understand what it is before answer. Thanks.
-
I think that you are too stupid to answer my question. Read my question carefully and try to understand what it is before answer. Thanks.
-
I have a problem when I am programming in C#. I have a RichTextBox and in this RichTextBox, I put a sentence ( a string of characters). It is: " This program is edit by HieuNT". Now, I want to transform (move) this sentence from the botton to the top of this RichTextBox. How to I code for achieve this problem. Could you show me some others effect with string (of characters) or characters. Thank you very much!
Wow... You see, I actually come on this message board from time to time to help out where I can... I'm by no means an expert... To return the favor I'd received when I was a new developer. Your "subject" message said nothing about your problem, and I'm assuming mis-worded. "Help me please! Immediately!" is rude. It assumes that readers are required to help you. You probably (hopefully) meant, "Need help with RichTextBox Control, need help to meet deadline." This would have gotten you help immediately. The response you gave to someone commenting on your poor word useage was very rude. I'd suggest you follow the suggestions of people on this board in the future. And, so that it can't be said of me "You're not smart enough to help me anyway", I'll throw in my 2 cents... Since you aren't very descriptive in your description of the problem, I'll assume that you just want your text to appear at the top of the string you have in the rich text box. If that's all you want to do, on the "OnChange" event fired by the control, grab the text in the control, do a replace on the string for your text (replace with an empty string) and append your text to the front of the string. This really is a simple problem (if the problem truly is as stated), and I haven't offered any source code for you deliberately.
-
I think that you are too stupid to answer my question. Read my question carefully and try to understand what it is before answer. Thanks.