Take advantage of a great deal
1. Repost: getting Rich Text from RICHEDIT textbox?
2. Printing Rich Text from Rich Text Box v6.0
This is supposed to work but it doesn't: RichTextBox.SelPrint (Printer.hDC) Yes, I've initialized the printer. Yes, I've experimented with selecting none, all and some of the rich text. Yes, I've made a simple experimental program to see if the problem was coming from elsewhere. As soon as the command to print the rich text executes it creates a printer error that crashes SPOOLSV.EXE requiring a reboot to get the printers back. I've tried this to different printers (parallel & USB) and while the sequence of errors is a bit different, all wind up with the same final result of crashing SPOOLSV.EXE No problem printing the "plain" text from the rich text box--no problem printing the rich text encoding (.textRTF)- -no problem printing anything else by other methods to the 4 different printers on this system. Printer to be used for this function is an HP Laserjet (parallel connection). Other sections of my program have no problem controlling the printer to include duplexing, text justification, envelopes, etc. It seems senseless for me to have to write code to print actual rich text coding when the function is supposed to be built-in!!!!! No, I don't want to output this to Word. It is for form letters in my database (NOT a commercial database--I don't like them as their verification and security are lacking). I have no problem printing the letterhead (text & graphics) portion of the letter through other means--I just want the Rich Text to print like it is supposed to print! EXTREMELY FRUSTRATED. Thanks!!!
3. Getting a device context in VBA ( getting a handle for a control on a VBA Userform)
4. Rich Textbox Control without Visual Basic installed on the compute
Hello, I'm trying to find out how to use rich textbox control on forms on computer not equiped with visual basic ? thanks
5. Saving Rich Text Format (RTF) in Oracle 10g using PL/SQL via VB/ASP.NET - Asp.Net
6. Compact Framework, VB.NET and RICH TEXT BOX
Hi, Does vb.net compact framework support rich text box ? Or How could I print a Rich Text Box file format in vb.net with Compact Framework? Thank you
7. Opening a word document in rich textbox control in VB.Net
8. ?(Rich)TextBox with Multiple Selections ?
Does anyone know of a TextBox or RichTextBox which supports multiple selections? Say, for example, that the control contains "The quick brown fox jumped over the lazy dog." and you want to highlight "quick" and "over the". TextBox doesn't, so far as I know, support selection/highlightling at all. RichTextBox supports only one selected/highlighted string. I need to select/highlight multiple (sub)strings. I only need read capability, I don't need alter/write capability. I need multiline and scrolling. I'm looking for a free or dirt cheap solution. But my searches indicate that a solution doesn't exist (unless maybe if I go to WPF which I am not anxious to learn). I'll appreciate any suggestions or pointers. Thanks, Bob