Click here to Skip to main content
15,913,939 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: problem accessing remote database. Pin
dan!sh 24-Nov-09 0:08
professional dan!sh 24-Nov-09 0:08 
AnswerRe: problem accessing remote database. Pin
Shameel24-Nov-09 2:15
professionalShameel24-Nov-09 2:15 
Questionresize form and controls according to Screen resolutions Pin
εїзεїзεїз22-Nov-09 21:03
εїзεїзεїз22-Nov-09 21:03 
AnswerRe: resize form and controls according to Screen resolutions Pin
Natza Mitzi22-Nov-09 21:36
Natza Mitzi22-Nov-09 21:36 
GeneralRe: resize form and controls according to Screen resolutions Pin
εїзεїзεїз22-Nov-09 21:47
εїзεїзεїз22-Nov-09 21:47 
GeneralRe: resize form and controls according to Screen resolutions Pin
Natza Mitzi23-Nov-09 0:58
Natza Mitzi23-Nov-09 0:58 
AnswerRe: resize form and controls according to Screen resolutions Pin
dan!sh 22-Nov-09 21:41
professional dan!sh 22-Nov-09 21:41 
QuestionAdvise regarding rich text or xml/xslt editing Pin
tienus20-Nov-09 1:06
tienus20-Nov-09 1:06 
Using C# 3.5 I develop a WinForm application that should mimic a word processor, e.g. allow users to type text, insert images and tables and apply certain formatting styles to them. Then I need to parse the text, replace certain variables with data from a database. merge multiple 'documents' and create output in at least PDF and possibly either DOC, RTF or HTML.

At first I thought this shouldn't be hard: there are so many commercial and open source components available. At least one of them should fit my needs. But I seemed wrong about that: I cannot find any suitable technique that allows me to do all this without bugs or too much complexity. For instance:

I've tried RTF:
.net RichTextBox control cannot adjust the table's width, nor would I like to search/replace rtf-fieldcodes to add data driven content.
TX TextControl seemed like a good choice, but it is a wrapper around some native win32 dll that has it's limitations as well (conversion / resizing / drawing issues).
TE Edit has buggy table-support
PinEdit uses Internet Explorer (I don't like dependencies to Internet Explorer)
DevExpress has no table support in their RichEdit component

That's when I thought I would like to separate content and layout and use an officially accepted standard for that. So I looked at XML-authoring components such as XMetal and Syntext Serna, but they seem offer much more than I need (such as workflow), complex to configure and embed and don't fit the skin in my application.

After all this I've seem to have hit a brick wall.

Can anyone give some advise, leads, directions or best practices?
QuestionDisplay error of FolderBrowserDialog on Windows Server 2008 Pin
Caloiv17-Nov-09 23:37
Caloiv17-Nov-09 23:37 
AnswerRe: Display error of FolderBrowserDialog on Windows Server 2008 Pin
Shameel24-Nov-09 2:19
professionalShameel24-Nov-09 2:19 
GeneralRe: Display error of FolderBrowserDialog on Windows Server 2008 Pin
Caloiv25-Nov-09 6:17
Caloiv25-Nov-09 6:17 
QuestionDrag Drop of controls in .net Pin
S.Aijaz17-Nov-09 0:36
S.Aijaz17-Nov-09 0:36 
AnswerRe: Drag Drop of controls in .net Pin
Nuri Ismail17-Nov-09 0:42
Nuri Ismail17-Nov-09 0:42 
AnswerRe: Drag Drop of controls in .net [modified] Pin
Shameel17-Nov-09 4:06
professionalShameel17-Nov-09 4:06 
AnswerRe: Drag Drop of controls in .net Pin
Natza Mitzi22-Nov-09 21:44
Natza Mitzi22-Nov-09 21:44 
QuestionGolly! Why Won't My Form Design? I know I am being retarded about this but I can't figure out how! Pin
Brian C Hart16-Nov-09 4:41
professionalBrian C Hart16-Nov-09 4:41 
QuestionGridView Pin
moody12314-Nov-09 23:11
moody12314-Nov-09 23:11 
AnswerRe: GridView Pin
Shameel17-Nov-09 22:24
professionalShameel17-Nov-09 22:24 
QuestionCheckedListBox question Pin
machallo13-Nov-09 3:14
machallo13-Nov-09 3:14 
AnswerRe: CheckedListBox question Pin
Shameel17-Nov-09 4:38
professionalShameel17-Nov-09 4:38 
Questionlistbox question Pin
loyal ginger12-Nov-09 10:51
loyal ginger12-Nov-09 10:51 
AnswerRe: listbox question Pin
Luc Pattyn12-Nov-09 12:03
sitebuilderLuc Pattyn12-Nov-09 12:03 
GeneralRe: listbox question Pin
loyal ginger12-Nov-09 14:46
loyal ginger12-Nov-09 14:46 
GeneralRe: listbox question Pin
Shameel17-Nov-09 4:41
professionalShameel17-Nov-09 4:41 
GeneralRe: listbox question Pin
Shameel17-Nov-09 4:40
professionalShameel17-Nov-09 4:40 

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.