Click here to Skip to main content
15,889,200 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# obtain values from windows form Pin
classy_dog11-Jun-13 17:51
classy_dog11-Jun-13 17:51 
AnswerRe: C# obtain values from windows form Pin
Eddy Vluggen11-Jun-13 22:28
professionalEddy Vluggen11-Jun-13 22:28 
AnswerRe: C# obtain values from windows form Pin
Caldazar8712-Jun-13 10:45
Caldazar8712-Jun-13 10:45 
GeneralRe: C# obtain values from windows form Pin
Eddy Vluggen12-Jun-13 10:53
professionalEddy Vluggen12-Jun-13 10:53 
QuestionForm-Designer-like application needed. Help appreciated. Pin
Member 1004349811-Jun-13 10:22
Member 1004349811-Jun-13 10:22 
AnswerRe: Form-Designer-like application needed. Help appreciated. Pin
Eddy Vluggen11-Jun-13 10:38
professionalEddy Vluggen11-Jun-13 10:38 
GeneralRe: Form-Designer-like application needed. Help appreciated. Pin
Member 1004349811-Jun-13 12:16
Member 1004349811-Jun-13 12:16 
AnswerRe: Form-Designer-like application needed. Help appreciated. Pin
Ron Beyer11-Jun-13 12:25
professionalRon Beyer11-Jun-13 12:25 
Take it from somebody who has just done this, it is NOT a simple task, not by a long shot.

While it is true that you can make a rudimentary designer and save it to a proprietary format, if you want to be able to load .cs and .vb files, edit them, then save back to .cs or .vb then you need a LOT more back end. You need to make CodeDOM serializers, Parsers, resource services, event binding services, toolbox services, type resolution services, undo/redo frameworks, etc. My forms designer is probably 10k lines of code and took a lot of headaches and back-and-forth to get to where it is.

The biggest help I can give is to look at open source IDE's like SharpDevelop and MonoDevelop and see how they implemented them. Be wary though, the code can be very difficult to understand because of the way they intermingle with the IDE. It will give you a base on which to go though.

Good luck, trust me you'll need it.
GeneralRe: Form-Designer-like application needed. Help appreciated. Pin
Member 1004349811-Jun-13 12:34
Member 1004349811-Jun-13 12:34 
GeneralRe: Form-Designer-like application needed. Help appreciated. Pin
Ron Beyer11-Jun-13 12:40
professionalRon Beyer11-Jun-13 12:40 
GeneralRe: Form-Designer-like application needed. Help appreciated. Pin
Member 1004349811-Jun-13 12:53
Member 1004349811-Jun-13 12:53 
QuestionButton acting as Key Pin
Jassim Rahma11-Jun-13 5:41
Jassim Rahma11-Jun-13 5:41 
AnswerRe: Button acting as Key Pin
Richard MacCutchan11-Jun-13 6:26
mveRichard MacCutchan11-Jun-13 6:26 
AnswerRe: Button acting as Key Pin
Thomas Daniels11-Jun-13 6:45
mentorThomas Daniels11-Jun-13 6:45 
QuestionChanging a CSS attribute in C# Code Pin
mrkeivan10-Jun-13 23:15
mrkeivan10-Jun-13 23:15 
AnswerRe: Changing a CSS attribute in C# Code Pin
Bernhard Hiller10-Jun-13 23:49
Bernhard Hiller10-Jun-13 23:49 
Questionvbscript to c# Pin
fernando_moca10-Jun-13 18:47
fernando_moca10-Jun-13 18:47 
AnswerRe: vbscript to c# Pin
Abhinav S10-Jun-13 20:13
Abhinav S10-Jun-13 20:13 
GeneralRe: vbscript to c# Pin
fernando_moca11-Jun-13 2:12
fernando_moca11-Jun-13 2:12 
AnswerRe: vbscript to c# Pin
Pete O'Hanlon11-Jun-13 2:37
mvePete O'Hanlon11-Jun-13 2:37 
GeneralRe: vbscript to c# Pin
fernando_moca11-Jun-13 2:57
fernando_moca11-Jun-13 2:57 
GeneralRe: vbscript to c# Pin
Pete O'Hanlon11-Jun-13 2:59
mvePete O'Hanlon11-Jun-13 2:59 
GeneralRe: vbscript to c# Pin
fernando_moca11-Jun-13 3:09
fernando_moca11-Jun-13 3:09 
GeneralRe: vbscript to c# Pin
Pete O'Hanlon11-Jun-13 3:19
mvePete O'Hanlon11-Jun-13 3:19 
GeneralRe: vbscript to c# Pin
fernando_moca11-Jun-13 3:26
fernando_moca11-Jun-13 3:26 

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.