Click here to Skip to main content
15,921,062 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to set 8 px gap at front and back of the button's caption Pin
Heath Stewart22-Dec-03 4:15
protectorHeath Stewart22-Dec-03 4:15 
GeneralCSharp Certification Pin
Member 33502222-Dec-03 0:07
Member 33502222-Dec-03 0:07 
GeneralRe: CSharp Certification Pin
Kannan Kalyanaraman22-Dec-03 0:09
Kannan Kalyanaraman22-Dec-03 0:09 
GeneralRe: CSharp Certification Pin
Heath Stewart22-Dec-03 4:11
protectorHeath Stewart22-Dec-03 4:11 
GeneralProblem in opening Crystal Report after deploying with C# application in windows 98 Pin
KRathor21-Dec-03 20:09
KRathor21-Dec-03 20:09 
GeneralRe: Problem in opening Crystal Report after deploying with C# application in windows 98 Pin
Heath Stewart22-Dec-03 4:02
protectorHeath Stewart22-Dec-03 4:02 
GeneralEditor - HTML Pin
Member 37804121-Dec-03 18:29
Member 37804121-Dec-03 18:29 
GeneralRe: Editor - HTML Pin
Heath Stewart22-Dec-03 3:46
protectorHeath Stewart22-Dec-03 3:46 
You can use the WebBrowser control, often refered to as Internet Explorer. There is a property that puts the WebBrowser control in design-mode. This (or MSHTML, which the WebBrowser control hosts but doesn't provide as rich an API) is often what WYSIWYG editors use like FrontPage, VS.NET, and several others. You can also create interop assemblies for other interfaces that aren't in Microsoft.mshtml.dll to better control things, like drawing grips/anchors for controls and what-not.

There are some articles dealing with that topic here on CP as well as on the 'net:

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Editor - HTML Pin
Member 37804122-Dec-03 14:00
Member 37804122-Dec-03 14:00 
GeneralRe: Editor - HTML Pin
Heath Stewart23-Dec-03 2:31
protectorHeath Stewart23-Dec-03 2:31 
QuestionHow to make my program run in IE? Pin
nichen100121-Dec-03 14:17
nichen100121-Dec-03 14:17 
AnswerRe: How to make my program run in IE? Pin
Heath Stewart22-Dec-03 3:34
protectorHeath Stewart22-Dec-03 3:34 
GeneralRe: How to make my program run in IE? Pin
nichen100123-Dec-03 2:06
nichen100123-Dec-03 2:06 
GeneralRe: How to make my program run in IE? Pin
Heath Stewart23-Dec-03 2:41
protectorHeath Stewart23-Dec-03 2:41 
GeneralLooking for good C# book suggestions Pin
Flack21-Dec-03 14:12
Flack21-Dec-03 14:12 
GeneralRe: Looking for good C# book suggestions Pin
Colin Angus Mackay21-Dec-03 15:00
Colin Angus Mackay21-Dec-03 15:00 
GeneralRe: Looking for good C# book suggestions Pin
Nick Seng21-Dec-03 16:11
Nick Seng21-Dec-03 16:11 
GeneralRe: Looking for good C# book suggestions Pin
Charlie Williams21-Dec-03 17:26
Charlie Williams21-Dec-03 17:26 
GeneralDial_up connection Pin
Member 74005421-Dec-03 10:13
Member 74005421-Dec-03 10:13 
GeneralRe: Dial_up connection Pin
Heath Stewart21-Dec-03 11:58
protectorHeath Stewart21-Dec-03 11:58 
QuestionWhy is BOOL in C, cast to int in C#? Pin
Tristan Rhodes21-Dec-03 0:27
Tristan Rhodes21-Dec-03 0:27 
AnswerRe: Why is BOOL in C, cast to int in C#? Pin
leppie21-Dec-03 1:09
leppie21-Dec-03 1:09 
AnswerRe: Why is BOOL in C, cast to int in C#? Pin
Ken Galer22-Dec-03 3:10
Ken Galer22-Dec-03 3:10 
GeneralEnumFORMATETC method translation Pin
Tristan Rhodes21-Dec-03 0:14
Tristan Rhodes21-Dec-03 0:14 
GeneralRe: EnumFORMATETC method translation Pin
leppie21-Dec-03 1:13
leppie21-Dec-03 1:13 

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.