Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
QuestionBind Combo Box with current year months Pin
sumit70341-Feb-11 23:19
sumit70341-Feb-11 23:19 
AnswerRe: Bind Combo Box with current year months Pin
Abhinav S2-Feb-11 0:07
Abhinav S2-Feb-11 0:07 
QuestionC# Movment Pin
C.CoderCreator1-Feb-11 22:22
C.CoderCreator1-Feb-11 22:22 
AnswerRe: C# Movment Pin
Thomas Krojer1-Feb-11 22:35
Thomas Krojer1-Feb-11 22:35 
AnswerRe: C# Movment Pin
Pete O'Hanlon1-Feb-11 23:05
mvePete O'Hanlon1-Feb-11 23:05 
GeneralRe: C# Movment Pin
C.CoderCreator1-Feb-11 23:10
C.CoderCreator1-Feb-11 23:10 
AnswerRe: C# Movment Pin
OriginalGriff1-Feb-11 23:40
mveOriginalGriff1-Feb-11 23:40 
AnswerRe: C# Movment Pin
RobCroll1-Feb-11 23:44
RobCroll1-Feb-11 23:44 
The online help for the Location property describes the behaviour and how to resolve your problem.
Control.Location Property "Because the Point class is a value type (Structure in Visual Basic, struct in Visual C#), it is returned by value, meaning accessing the property returns a copy of the upper-left point of the control. So, adjusting the X or Y properties of the Point returned from this property will not affect the Left, Right, Top, or Bottom property values of the control. To adjust these properties set each property value individually, or set the Location property with a new Point."

You.Location.X = new Point(You.Location.X +1, You.Location.Y);
Architecture is extensible, code is minimal.

AnswerRe: C# Movment Pin
Luc Pattyn2-Feb-11 3:07
sitebuilderLuc Pattyn2-Feb-11 3:07 
GeneralRe: C# Movment Pin
OriginalGriff2-Feb-11 3:40
mveOriginalGriff2-Feb-11 3:40 
QuestionWhere to Start for URL Monitoring Pin
Anubhava Dimri1-Feb-11 19:26
Anubhava Dimri1-Feb-11 19:26 
AnswerRe: Where to Start for URL Monitoring Pin
Ravi Bhavnani2-Feb-11 5:33
professionalRavi Bhavnani2-Feb-11 5:33 
GeneralRe: Where to Start for URL Monitoring Pin
Dave Kreskowiak2-Feb-11 10:38
mveDave Kreskowiak2-Feb-11 10:38 
AnswerRe: Where to Start for URL Monitoring Pin
jim lahey2-Feb-11 6:32
jim lahey2-Feb-11 6:32 
GeneralRe: Where to Start for URL Monitoring Pin
Anubhava Dimri10-Feb-11 18:36
Anubhava Dimri10-Feb-11 18:36 
AnswerRe: Where to Start for URL Monitoring Pin
Dave Kreskowiak2-Feb-11 10:40
mveDave Kreskowiak2-Feb-11 10:40 
GeneralRe: Where to Start for URL Monitoring Pin
Anubhava Dimri2-Feb-11 18:48
Anubhava Dimri2-Feb-11 18:48 
GeneralRe: Where to Start for URL Monitoring Pin
Dave Kreskowiak3-Feb-11 2:22
mveDave Kreskowiak3-Feb-11 2:22 
GeneralRe: Where to Start for URL Monitoring Pin
Anubhava Dimri10-Feb-11 20:38
Anubhava Dimri10-Feb-11 20:38 
GeneralRe: Where to Start for URL Monitoring Pin
Dave Kreskowiak11-Feb-11 1:47
mveDave Kreskowiak11-Feb-11 1:47 
GeneralRe: Where to Start for URL Monitoring Pin
Anubhava Dimri11-Feb-11 17:58
Anubhava Dimri11-Feb-11 17:58 
QuestionI've programmed Myself Into A Corner Pin
Roger Wright1-Feb-11 19:18
professionalRoger Wright1-Feb-11 19:18 
AnswerRe: I've programmed Myself Into A Corner Pin
OriginalGriff1-Feb-11 21:25
mveOriginalGriff1-Feb-11 21:25 
GeneralRe: I've programmed Myself Into A Corner Pin
Roger Wright2-Feb-11 6:41
professionalRoger Wright2-Feb-11 6:41 
AnswerRe: I've programmed Myself Into A Corner Pin
Estys1-Feb-11 21:28
Estys1-Feb-11 21: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.