Click here to Skip to main content
15,922,315 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: how to stop the UPLOADING a file, or SAVING a file in middle by clicking cancel event. Pin
Christian Graus6-Jul-08 18:56
protectorChristian Graus6-Jul-08 18:56 
AnswerRe: how to stop the UPLOADING a file, or SAVING a file in middle by clicking cancel event. Pin
N a v a n e e t h6-Jul-08 19:13
N a v a n e e t h6-Jul-08 19:13 
QuestionCustom DataBinding Question [modified] Pin
David Henry6-Jul-08 10:01
David Henry6-Jul-08 10:01 
AnswerRe: Custom DataBinding Question Pin
darkelv6-Jul-08 16:10
darkelv6-Jul-08 16:10 
GeneralRe: Custom DataBinding Question Pin
David Henry6-Jul-08 22:44
David Henry6-Jul-08 22:44 
GeneralRe: Custom DataBinding Question Pin
darkelv6-Jul-08 23:24
darkelv6-Jul-08 23:24 
GeneralRe: Custom DataBinding Question Pin
David Henry6-Jul-08 23:48
David Henry6-Jul-08 23:48 
GeneralRe: Custom DataBinding Question Pin
darkelv7-Jul-08 3:22
darkelv7-Jul-08 3:22 
Do you mean the databinding of the textboxes? There's no quick way to do that.

The right panel with a textbox is a form or custom control that has a public property of myObject.
1. In the setter, check for null, if null, disable all textbox and clear all text.
2. If not null, that means an object is already bound to the form/custom control. Clear all the databinding of textbox, then set the databinding of the textboxes to the properties of the new object, accordingly.

On the listbox end, when there's a selected index changed, get the selected object from the listbox, and set it to the form/custom control public property.
AnswerRe: Custom DataBinding Question Pin
David Henry9-Jul-08 22:57
David Henry9-Jul-08 22:57 
Questionhow to implement recording sound in .net Pin
Ashok Nalam5-Jul-08 0:42
Ashok Nalam5-Jul-08 0:42 
AnswerDouble Post - Please ignore Pin
Giorgi Dalakishvili5-Jul-08 0:49
mentorGiorgi Dalakishvili5-Jul-08 0:49 
QuestionHow to handle form's ControlBox's Close Button Pin
pashitech4-Jul-08 1:06
pashitech4-Jul-08 1:06 
AnswerRe: How to handle form's ControlBox's Close Button Pin
Giorgi Dalakishvili4-Jul-08 5:30
mentorGiorgi Dalakishvili4-Jul-08 5:30 
GeneralRe: How to handle form's ControlBox's Close Button Pin
pashitech5-Jul-08 2:42
pashitech5-Jul-08 2:42 
GeneralRe: How to handle form's ControlBox's Close Button Pin
Giorgi Dalakishvili5-Jul-08 3:43
mentorGiorgi Dalakishvili5-Jul-08 3:43 
GeneralRe: How to handle form's ControlBox's Close Button Pin
pashitech5-Jul-08 4:45
pashitech5-Jul-08 4:45 
GeneralRe: How to handle form's ControlBox's Close Button Pin
Lutosław5-Jul-08 8:42
Lutosław5-Jul-08 8:42 
QuestionWin forms Sizing Issue Pin
Rohit Mahajan4-Jul-08 0:19
Rohit Mahajan4-Jul-08 0:19 
AnswerRe: Win forms Sizing Issue Pin
Christian Graus4-Jul-08 0:42
protectorChristian Graus4-Jul-08 0:42 
GeneralRe: Win forms Sizing Issue Pin
Rohit Mahajan4-Jul-08 2:19
Rohit Mahajan4-Jul-08 2:19 
GeneralRe: Win forms Sizing Issue Pin
Luc Pattyn4-Jul-08 15:30
sitebuilderLuc Pattyn4-Jul-08 15:30 
QuestionDoes Cross-threading effect non-UI objects? Pin
TheRedEye3-Jul-08 22:51
TheRedEye3-Jul-08 22:51 
AnswerRe: Does Cross-threading effect non-UI objects? Pin
Christian Graus4-Jul-08 0:41
protectorChristian Graus4-Jul-08 0:41 
AnswerRe: Does Cross-threading effect non-UI objects? Pin
Mycroft Holmes6-Jul-08 21:47
professionalMycroft Holmes6-Jul-08 21:47 
Questionsubscript and superscript like H20 Pin
kannanmani3-Jul-08 20:28
kannanmani3-Jul-08 20:28 

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.