Click here to Skip to main content
15,887,453 members
Home / Discussions / C#
   

C#

 
Question'Sharing' a bindingsourse with a form and a usercontrol on that form Pin
Glen Harvy7-Jul-09 15:51
Glen Harvy7-Jul-09 15:51 
AnswerRe: 'Sharing' a bindingsourse with a form and a usercontrol on that form Pin
Mycroft Holmes7-Jul-09 19:47
professionalMycroft Holmes7-Jul-09 19:47 
GeneralRe: 'Sharing' a bindingsourse with a form and a usercontrol on that form Pin
Glen Harvy8-Jul-09 13:06
Glen Harvy8-Jul-09 13:06 
QuestionAn odd predicament with windows forms Pin
nik1217-Jul-09 15:30
nik1217-Jul-09 15:30 
AnswerRe: An odd predicament with windows forms Pin
Jacob Dixon7-Jul-09 15:36
Jacob Dixon7-Jul-09 15:36 
GeneralRe: An odd predicament with windows forms Pin
nik1217-Jul-09 15:42
nik1217-Jul-09 15:42 
GeneralRe: An odd predicament with windows forms [modified] Pin
harold aptroot7-Jul-09 16:14
harold aptroot7-Jul-09 16:14 
GeneralRe: An odd predicament with windows forms Pin
Luc Pattyn7-Jul-09 18:29
sitebuilderLuc Pattyn7-Jul-09 18:29 
Hi,

to set the location of a Control do one of these:
myControl.Location=new Point(x,y);
myControl.Bounds=new Rectangle(x,y,width,height);


Both Location and Bounds are structs, i.e. value types; gettin such struct and modifying it won't cut it, you have to provide a struct with the new values.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: An odd predicament with windows forms Pin
harold aptroot7-Jul-09 15:38
harold aptroot7-Jul-09 15:38 
GeneralRe: An odd predicament with windows forms Pin
nik1217-Jul-09 15:45
nik1217-Jul-09 15:45 
GeneralRe: An odd predicament with windows forms Pin
harold aptroot7-Jul-09 16:15
harold aptroot7-Jul-09 16:15 
AnswerRe: An odd predicament with windows forms Pin
amit_19867-Jul-09 20:35
amit_19867-Jul-09 20:35 
AnswerRe: An odd predicament with windows forms Pin
Ravi Bhavnani8-Jul-09 2:34
professionalRavi Bhavnani8-Jul-09 2:34 
AnswerRe: An odd predicament with windows forms Pin
Lecutus18-Jul-09 3:51
Lecutus18-Jul-09 3:51 
QuestionISO extractor? [modified] Pin
Jacob Dixon7-Jul-09 15:25
Jacob Dixon7-Jul-09 15:25 
AnswerRe: ISO extracter? Pin
harold aptroot7-Jul-09 15:35
harold aptroot7-Jul-09 15:35 
GeneralRe: ISO extracter? Pin
Jacob Dixon7-Jul-09 15:38
Jacob Dixon7-Jul-09 15:38 
GeneralRe: ISO extracter? Pin
harold aptroot7-Jul-09 15:41
harold aptroot7-Jul-09 15:41 
GeneralRe: ISO extracter? Pin
Jacob Dixon7-Jul-09 15:49
Jacob Dixon7-Jul-09 15:49 
GeneralRe: ISO extracter? Pin
harold aptroot7-Jul-09 16:12
harold aptroot7-Jul-09 16:12 
GeneralRe: ISO extracter? Pin
danzar7-Jul-09 16:45
danzar7-Jul-09 16:45 
GeneralRe: ISO extracter? Pin
Jacob Dixon7-Jul-09 17:08
Jacob Dixon7-Jul-09 17:08 
GeneralRe: ISO extracter? Pin
Jacob Dixon7-Jul-09 17:08
Jacob Dixon7-Jul-09 17:08 
QuestionWhat is happening is info from one child form is being received or listen to by the wrong child form. Pin
Lecutus17-Jul-09 9:59
Lecutus17-Jul-09 9:59 
AnswerRe: What is happening is info from one child form is being received or listen to by the wrong child form. Pin
Christian Graus7-Jul-09 10:23
protectorChristian Graus7-Jul-09 10:23 

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.