Click here to Skip to main content
15,885,546 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Please provide information about Live Video Streaming through C#.NET Pin
Ashfield26-Sep-08 1:31
Ashfield26-Sep-08 1:31 
QuestionSetting Desttop icon on status bar Pin
2BClarified24-Sep-08 7:20
2BClarified24-Sep-08 7:20 
AnswerRe: Setting Desttop icon on status bar Pin
John Ad28-Sep-08 19:04
John Ad28-Sep-08 19:04 
QuestionWIN API Question Pin
Siddhartha S.23-Sep-08 20:04
Siddhartha S.23-Sep-08 20:04 
AnswerRe: WIN API Question Pin
Simon P Stevens26-Sep-08 4:51
Simon P Stevens26-Sep-08 4:51 
GeneralRe: WIN API Question Pin
Thomas Stockwell29-Sep-08 6:20
professionalThomas Stockwell29-Sep-08 6:20 
GeneralRe: WIN API Question Pin
Siddhartha S.30-Sep-08 1:10
Siddhartha S.30-Sep-08 1:10 
GeneralRe: WIN API Question Pin
Simon P Stevens30-Sep-08 10:28
Simon P Stevens30-Sep-08 10:28 
Stuff like this is quite difficult to do. If the RTF box doesn't support it (Can't remember if it can do things like that), then you really have 3 options:

1) Write a custom control (Or extend the current RTF control) - A lot of work. Don't try doing this if you are new to .Net. a custom control of this complexity will be quite a big project. I would suggest it would probably need to be fully owner drawn. If you do go down the custom control route, WPF tends to offer better and easier customisability (but it's still not easy to do something like this).

2) Look for an existing "editor" control. There are stacks of commercial editor controls around that offer features way beyond the standard winforms controls. Companies like Infragistics[^], DevExpress[^] etc. offer this kind of thing. There are loads more out there. (I think DevExpress even offer some of them for free). You can also try looking for open source projects that have editor controls, I'm sure they'll be a few around. You need to spend some time googling to find something that meets your needs. Email the companies and ask if they support what you want to do - some of these companies controls are very complex, so it may not immediately be obvious if you can do what you want.

3) I think it's possible to embed a MS-word "control" into your app. I'm not at my work PC right now, so I can't check, but I've done it with Visio in the past for displaying Visio documents in one of my apps. It might prove difficult to control/limit what the user can do, and it may be total overkill for what you are doing, but it's something to consider.

Personally, option 2 is probably the best.

Good luck.

Simon

GeneralRe: WIN API Question Pin
Siddhartha S.30-Sep-08 18:59
Siddhartha S.30-Sep-08 18:59 
GeneralRe: WIN API Question Pin
Simon P Stevens1-Oct-08 1:26
Simon P Stevens1-Oct-08 1:26 
GeneralRe: WIN API Question Pin
Siddhartha S.2-Oct-08 18:52
Siddhartha S.2-Oct-08 18:52 
AnswerRe: WIN API Question Pin
Thomas Stockwell29-Sep-08 6:19
professionalThomas Stockwell29-Sep-08 6:19 
Questiondisable browser cache in webBrowser C#.NET Pin
Raaya123-Sep-08 11:32
Raaya123-Sep-08 11:32 
AnswerCross Post Pin
Thomas Stockwell5-Oct-08 6:09
professionalThomas Stockwell5-Oct-08 6:09 
QuestionWindows Form Size Problem Pin
Morrizle23-Sep-08 5:38
Morrizle23-Sep-08 5:38 
QuestionCrystal Reports In VB.NET Pin
tungcan5diop22-Sep-08 22:20
tungcan5diop22-Sep-08 22:20 
AnswerRe: Crystal Reports In VB.NET Pin
Wendelius23-Sep-08 8:26
mentorWendelius23-Sep-08 8:26 
Questionapplication runtime error Pin
balu1234522-Sep-08 9:14
balu1234522-Sep-08 9:14 
AnswerRe: application runtime error Pin
led mike23-Sep-08 4:35
led mike23-Sep-08 4:35 
Questionwork with a ssh connection Pin
caradri22-Sep-08 3:17
caradri22-Sep-08 3:17 
RantRe: work with a ssh connection Pin
Paul Conrad22-Sep-08 6:42
professionalPaul Conrad22-Sep-08 6:42 
Questioncombobox and dropdownitems Pin
CICCIOLO6922-Sep-08 0:15
CICCIOLO6922-Sep-08 0:15 
GeneralRe: combobox and dropdownitems Pin
nelsonpaixao28-Sep-08 14:42
nelsonpaixao28-Sep-08 14:42 
QuestionDatagrid image column problem. Pin
devboycpp21-Sep-08 20:06
devboycpp21-Sep-08 20:06 
QuestionMethods to implement SSL while Login by Desktop Messenger [modified] Pin
Gaurar21-Sep-08 19:32
Gaurar21-Sep-08 19:32 

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.