Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
GeneralAdding TableNames in a HashTable in Writing order Pin
Naga the bug fixer1-Jun-04 23:05
Naga the bug fixer1-Jun-04 23:05 
GeneralRe: Adding TableNames in a HashTable in Writing order Pin
Heath Stewart2-Jun-04 4:30
protectorHeath Stewart2-Jun-04 4:30 
QuestionHow to read Ladder diagrams? Pin
sachinkalse1-Jun-04 22:49
sachinkalse1-Jun-04 22:49 
AnswerRe: How to read Ladder diagrams? Pin
Heath Stewart2-Jun-04 4:23
protectorHeath Stewart2-Jun-04 4:23 
GeneralRe: How to read Ladder diagrams? Pin
sachinkalse2-Jun-04 16:18
sachinkalse2-Jun-04 16:18 
AnswerRe: How to read Ladder diagrams? Pin
Heath Stewart2-Jun-04 4:27
protectorHeath Stewart2-Jun-04 4:27 
GeneralRe: How to read Ladder diagrams? Pin
sachinkalse2-Jun-04 16:24
sachinkalse2-Jun-04 16:24 
GeneralRe: How to read Ladder diagrams? Pin
Heath Stewart3-Jun-04 3:36
protectorHeath Stewart3-Jun-04 3:36 
Look, there is no library for reading or writing ladder diagrams for .NET that I could find by doing a quick search on google, which you really should've tried first - researching is just part of development.

You have to write your own. As I mentioned, there is an XML dialect being designed for a standard document format, but nothing says you have to use it. How you implement this is completely up to you. This is all part of designing an application.

I gave you a couple ideas. You can use images and can even use vector graphics like EMF, which .NET can save. This means that if the image is scaled up or down (down to a degree, but that's pretty small) it looks the same because the strokes and shapes are recorded, not simply pixels. EMF is an enhanced version of WMF.

If you want to know how to embed OLE objects and expose your drawing surface as a CCW, then you need to read a heck of a lot of documentation about OLE, COM, and CCWs in .NET. The former approach is much easier and supported by more RTF viewers (even on different platforms), where OLE would not.

 

Microsoft MVP, Visual C#
My Articles
GeneralSelecting one value from a cookie Pin
_Searcher_1-Jun-04 22:47
_Searcher_1-Jun-04 22:47 
GeneralRe: Selecting one value from a cookie Pin
Heath Stewart2-Jun-04 4:21
protectorHeath Stewart2-Jun-04 4:21 
GeneralMultiLine datagrid header Pin
denizmercan1-Jun-04 22:32
denizmercan1-Jun-04 22:32 
GeneralRe: MultiLine datagrid header Pin
Torsten Mauz1-Jun-04 23:23
Torsten Mauz1-Jun-04 23:23 
GeneralRe: MultiLine datagrid header Pin
denizmercan1-Jun-04 23:28
denizmercan1-Jun-04 23:28 
GeneralRe: MultiLine datagrid header Pin
Torsten Mauz2-Jun-04 0:01
Torsten Mauz2-Jun-04 0:01 
GeneralRe: MultiLine datagrid header Pin
denizmercan2-Jun-04 0:31
denizmercan2-Jun-04 0:31 
GeneralRe: MultiLine datagrid header Pin
Torsten Mauz2-Jun-04 20:27
Torsten Mauz2-Jun-04 20:27 
GeneralWMI Classes Pin
RockmanHero20031-Jun-04 22:31
RockmanHero20031-Jun-04 22:31 
GeneralRe: WMI Classes Pin
Heath Stewart2-Jun-04 4:18
protectorHeath Stewart2-Jun-04 4:18 
GeneralService - front-end communication Pin
LorenzoDV1-Jun-04 22:09
LorenzoDV1-Jun-04 22:09 
GeneralRe: Service - front-end communication Pin
Heath Stewart2-Jun-04 3:36
protectorHeath Stewart2-Jun-04 3:36 
GeneralRe: Service - front-end communication Pin
LorenzoDV2-Jun-04 10:39
LorenzoDV2-Jun-04 10:39 
GeneralRe: Service - front-end communication Pin
Heath Stewart2-Jun-04 10:46
protectorHeath Stewart2-Jun-04 10:46 
GeneralDataGrid - 10,000 or more record need to be add. Pin
temp55561-Jun-04 19:03
temp55561-Jun-04 19:03 
GeneralRe: DataGrid - 10,000 or more record need to be add. Pin
sreejith ss nair1-Jun-04 19:45
sreejith ss nair1-Jun-04 19:45 
GeneralRe: DataGrid - 10,000 or more record need to be add. Pin
Jay Shankar1-Jun-04 20:27
Jay Shankar1-Jun-04 20:27 

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.