Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net applications in Linux Pin
Heath Stewart26-Aug-04 10:36
protectorHeath Stewart26-Aug-04 10:36 
GeneralRe: .Net applications in Linux Pin
Nick Parker26-Aug-04 11:43
protectorNick Parker26-Aug-04 11:43 
GeneralRe: .Net applications in Linux Pin
Heath Stewart26-Aug-04 13:24
protectorHeath Stewart26-Aug-04 13:24 
GeneralRe: .Net applications in Linux Pin
leppie26-Aug-04 23:56
leppie26-Aug-04 23:56 
GeneralRe: .Net applications in Linux Pin
Heath Stewart27-Aug-04 9:05
protectorHeath Stewart27-Aug-04 9:05 
GeneralRe: .Net applications in Linux Pin
leppie27-Aug-04 9:14
leppie27-Aug-04 9:14 
GeneralRead Write Files From\To Database Pin
Zamolxes26-Aug-04 8:50
Zamolxes26-Aug-04 8:50 
GeneralRe: Read Write Files From\To Database Pin
Heath Stewart26-Aug-04 10:44
protectorHeath Stewart26-Aug-04 10:44 
RTF itself is not an OleObject. The easiest solution here is to change the field type to Memo and get and set the text from RichTextBox.Rtf and store that in the memo field.

Handling OLE is unnecessary here and will prove difficult since what you need doesn't exist in the .NET BCL (a few COM interfaces are already declared for you in System.Runtime.InteropServices, but not near enough). The first solution is by far the easiest.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
Generalevents on PocketPc's Pin
pat27088126-Aug-04 6:32
pat27088126-Aug-04 6:32 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 6:58
mentorNot Active26-Aug-04 6:58 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 8:05
pat27088126-Aug-04 8:05 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 9:11
mentorNot Active26-Aug-04 9:11 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 10:41
protectorHeath Stewart26-Aug-04 10:41 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 11:29
pat27088126-Aug-04 11:29 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 13:21
protectorHeath Stewart26-Aug-04 13:21 
GeneralRe: events on PocketPc's Pin
pat27088130-Aug-04 3:11
pat27088130-Aug-04 3:11 
GeneralRe: events on PocketPc's Pin
Heath Stewart30-Aug-04 5:48
protectorHeath Stewart30-Aug-04 5:48 
GeneralRe: events on PocketPc's Pin
mathon2-Sep-04 21:36
mathon2-Sep-04 21:36 
GeneralRe: events on PocketPc's Pin
Heath Stewart3-Sep-04 6:17
protectorHeath Stewart3-Sep-04 6:17 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 13:03
mentorNot Active26-Aug-04 13:03 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 13:19
protectorHeath Stewart26-Aug-04 13:19 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 22:32
pat27088126-Aug-04 22:32 
GeneralProfiler for 2.0 Pin
Judah Gabriel Himango26-Aug-04 5:32
sponsorJudah Gabriel Himango26-Aug-04 5:32 
GeneralTutorial on using writing report in C# Pin
steve_rm26-Aug-04 4:16
steve_rm26-Aug-04 4:16 
GeneralRe: Tutorial on using writing report in C# Pin
Heath Stewart26-Aug-04 8:34
protectorHeath Stewart26-Aug-04 8:34 

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.