Click here to Skip to main content
15,905,785 members
Home / Discussions / C#
   

C#

 
AnswerRe: Nam najarro Pin
ZurdoDev27-Jan-14 10:52
professionalZurdoDev27-Jan-14 10:52 
QuestionAdjust WinForm to any resolution Pin
zayno24-Jan-14 0:23
zayno24-Jan-14 0:23 
AnswerRe: Adjust WinForm to any resolution Pin
Eddy Vluggen24-Jan-14 0:25
professionalEddy Vluggen24-Jan-14 0:25 
AnswerRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 0:32
mveOriginalGriff24-Jan-14 0:32 
AnswerRe: Adjust WinForm to any resolution Pin
BillWoodruff24-Jan-14 3:13
professionalBillWoodruff24-Jan-14 3:13 
GeneralRe: Adjust WinForm to any resolution Pin
zayno24-Jan-14 4:06
zayno24-Jan-14 4:06 
GeneralRe: Adjust WinForm to any resolution Pin
Eddy Vluggen24-Jan-14 4:57
professionalEddy Vluggen24-Jan-14 4:57 
GeneralRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 5:31
mveOriginalGriff24-Jan-14 5:31 
GeneralRe: Adjust WinForm to any resolution Pin
Eddy Vluggen24-Jan-14 9:47
professionalEddy Vluggen24-Jan-14 9:47 
GeneralRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 9:56
mveOriginalGriff24-Jan-14 9:56 
JokeRe: Adjust WinForm to any resolution Pin
Matt T Heffron24-Jan-14 10:59
professionalMatt T Heffron24-Jan-14 10:59 
GeneralRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 5:30
mveOriginalGriff24-Jan-14 5:30 
AnswerRe: Adjust WinForm to any resolution Pin
GuyThiebaut27-Jan-14 3:21
professionalGuyThiebaut27-Jan-14 3:21 
QuestionHow to Show Multi Color Text Box In Asp .net Pin
rajaraman 00723-Jan-14 23:07
rajaraman 00723-Jan-14 23:07 
AnswerRe: How to Show Multi Color Text Box In Asp .net Pin
Pete O'Hanlon23-Jan-14 23:44
mvePete O'Hanlon23-Jan-14 23:44 
QuestionEdit a WinForm on user mode Pin
zayno23-Jan-14 22:43
zayno23-Jan-14 22:43 
GeneralRe: Edit a WinForm on user mode Pin
OriginalGriff23-Jan-14 22:52
mveOriginalGriff23-Jan-14 22:52 
GeneralRe: Edit a WinForm on user mode Pin
zayno23-Jan-14 22:58
zayno23-Jan-14 22:58 
QuestionRe: Edit a WinForm on user mode Pin
Eddy Vluggen24-Jan-14 0:26
professionalEddy Vluggen24-Jan-14 0:26 
AnswerRe: Edit a WinForm on user mode Pin
BillWoodruff24-Jan-14 1:13
professionalBillWoodruff24-Jan-14 1:13 
I assume you mean that you want the end-user at run-time to be able to edit attributes of Forms and Controls, move Controls in Forms around, and add new Controls.

If that's correct, and this is a Windows Forms project:

1. To edit properties add a PropertyGrid to your Forms from the VS ToolBox 'All Windows Controls' panel.

Hide the PropertyGrid, and make it visible as needed, setting its 'SelectedObject property to a Control, or to the Form, as required.

2. Make your Controls movable by implementing the appropriate MouseDown, MouseUp, and MouseMove EventHandlers.

3. Create some UI for adding new Controls, present it to the user.

If you have specific questions about how to implement these techniques, I suggest you post them, along with code in progress, to one of the C# QA forums.
“But I don't want to go among mad people,” Alice remarked.

“Oh, you can't help that,” said the Cat: “we're all mad here. I'm mad. You're mad.”

“How do you know I'm mad?” said Alice.

“You must be," said the Cat, or you wouldn't have come here.” Lewis Carroll

QuestionDownload latest file from FTP using WinSCP in SSIS Pin
Rahul Vairagi23-Jan-14 18:16
Rahul Vairagi23-Jan-14 18:16 
AnswerRe: Download latest file from FTP using WinSCP in SSIS Pin
Pete O'Hanlon23-Jan-14 22:01
mvePete O'Hanlon23-Jan-14 22:01 
GeneralRe: Download latest file from FTP using WinSCP in SSIS Pin
Rahul Vairagi29-Jan-14 18:35
Rahul Vairagi29-Jan-14 18:35 
AnswerRe: Download latest file from FTP using WinSCP in SSIS Pin
Alan Balkany24-Jan-14 4:59
Alan Balkany24-Jan-14 4:59 
GeneralRe: Download latest file from FTP using WinSCP in SSIS Pin
Rahul Vairagi29-Jan-14 18:36
Rahul Vairagi29-Jan-14 18:36 

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.