Click here to Skip to main content
15,899,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Vb.Net and SqlServer data Pin
Anonymous19-Oct-04 11:34
Anonymous19-Oct-04 11:34 
General? how to create a link in email Pin
leezardd19-Oct-04 9:18
leezardd19-Oct-04 9:18 
GeneralRe: ? how to create a link in email Pin
Mekong River19-Oct-04 16:31
Mekong River19-Oct-04 16:31 
GeneralRe: ? how to create a link in email Pin
leezardd20-Oct-04 2:05
leezardd20-Oct-04 2:05 
Questionhow 2 print only a portion of a form Pin
gamerPotatoe19-Oct-04 8:46
gamerPotatoe19-Oct-04 8:46 
GeneralReportDocument won't Export / vbnet Pin
partt19-Oct-04 6:32
partt19-Oct-04 6:32 
GeneralAdvanced rich text box techniques Pin
incubusfan19-Oct-04 2:36
incubusfan19-Oct-04 2:36 
GeneralRe: Advanced rich text box techniques [EDITED] Pin
Dave Kreskowiak19-Oct-04 3:17
mveDave Kreskowiak19-Oct-04 3:17 
You'll either have to re-write the RichTextBox control yourself or go with a 3rd party control. The RichTextBox class doesn't support the kind of "page" view your talking about.

[EDIT]
I should have clarified that this will be a large undertaking. The RTB does a half way decent job of editing, but not with the margins and page break support your looking for. I don't even know where your going to begin. This is something where you'll have to try a couple ideas first to see what's going to work and what's not. Kind of Proof-Of-Concept testing...

You'll need to integrate the rendering of margins as specified by PrinterSettings. You'll also need to get the page size, convert all the measurements into display units, handle ALL control rendering, editing, RTF rendering, ...

Come to think about it, that's why the 3rd party controls are so expensive. Too much is invested in research and development making the very component you want.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Advanced rich text box techniques [EDITED] Pin
incubusfan19-Oct-04 3:59
incubusfan19-Oct-04 3:59 
GeneralCall Com Addin Toolbar from program Pin
vancouver77718-Oct-04 23:13
vancouver77718-Oct-04 23:13 
GeneralRe: Call Com Addin Toolbar from program Pin
Dave Kreskowiak19-Oct-04 0:31
mveDave Kreskowiak19-Oct-04 0:31 
GeneralUsing PDF Printer Pin
cwayman18-Oct-04 22:23
cwayman18-Oct-04 22:23 
GeneralRe: Using PDF Printer Pin
Dave Kreskowiak19-Oct-04 3:15
mveDave Kreskowiak19-Oct-04 3:15 
GeneralRe: Using PDF Printer Pin
cwayman19-Oct-04 3:39
cwayman19-Oct-04 3:39 
GeneralRe: Using PDF Printer Pin
Dave Kreskowiak19-Oct-04 8:19
mveDave Kreskowiak19-Oct-04 8:19 
Generalusing FTP in VB.NET Pin
ananymous18-Oct-04 21:55
ananymous18-Oct-04 21:55 
GeneralRe: using FTP in VB.NET Pin
J4amieC18-Oct-04 22:48
J4amieC18-Oct-04 22:48 
GeneralRe: using FTP in VB.NET Pin
Vasudevan Deepak Kumar18-Oct-04 23:41
Vasudevan Deepak Kumar18-Oct-04 23:41 
GeneralRe: using FTP in VB.NET Pin
Anonymous19-Oct-04 2:19
Anonymous19-Oct-04 2:19 
GeneralRe: using FTP in VB.NET Pin
Anonymous19-Oct-04 7:03
Anonymous19-Oct-04 7:03 
GeneralMaking a CommonDialog the TopMost form Pin
Anonymous18-Oct-04 21:39
Anonymous18-Oct-04 21:39 
GeneralRe: Making a CommonDialog the TopMost form Pin
cwayman18-Oct-04 22:39
cwayman18-Oct-04 22:39 
GeneralRe: Making a CommonDialog the TopMost form Pin
Anonymous18-Oct-04 22:55
Anonymous18-Oct-04 22:55 
GeneralRe: Making a CommonDialog the TopMost form Pin
cwayman18-Oct-04 23:58
cwayman18-Oct-04 23:58 
GeneralRe: Making a CommonDialog the TopMost form Pin
Anonymous19-Oct-04 0:16
Anonymous19-Oct-04 0:16 

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.