Click here to Skip to main content
15,919,479 members
Home / Discussions / C#
   

C#

 
GeneralRe: Start reading at the end of a file? Pin
Luc Pattyn22-Feb-07 8:08
sitebuilderLuc Pattyn22-Feb-07 8:08 
QuestionISerializable.GetObjectData Method Example Pin
Gywox21-Feb-07 11:53
Gywox21-Feb-07 11:53 
AnswerThats a lot of code Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:48
Ennis Ray Lynch, Jr.21-Feb-07 12:48 
GeneralRe: Thats a lot of code Pin
Gywox21-Feb-07 23:23
Gywox21-Feb-07 23:23 
GeneralRe: Thats a lot of code Pin
Ennis Ray Lynch, Jr.22-Feb-07 2:45
Ennis Ray Lynch, Jr.22-Feb-07 2:45 
Questionmodal popup Pin
netJP12L21-Feb-07 10:08
netJP12L21-Feb-07 10:08 
QuestionChanging the Size of a Panel [modified] Pin
aei_totten21-Feb-07 9:23
aei_totten21-Feb-07 9:23 
AnswerRe: Changing the Size of a Panel Pin
Luc Pattyn21-Feb-07 10:53
sitebuilderLuc Pattyn21-Feb-07 10:53 
Hi,

setting Control.Location.X or Control.Size.Width does not help
(see the remark at Control.Location).

if you want to change the Location or Size you must either use "new Point()" or "new Size()",
or the properties Left, Top, Width, Height.

But it would not generate the errors you mention either (unless the code you are showing is not
actually the code you are compiling). I assume you tried to use Location.X etc. as an
out or ref parameter, which is impossible, out/ref requires a variable, a struct or
a class object, but not a part of them (such as a struct field).

Smile | :)

Luc Pattyn

[My Articles]

QuestionVisual Studio 2003 and Crystal Report Viewer Pin
Saamir21-Feb-07 9:07
Saamir21-Feb-07 9:07 
QuestionMouse following movements C# Pin
Dang3russ21-Feb-07 8:33
Dang3russ21-Feb-07 8:33 
AnswerRe: Mouse following movements C# Pin
led mike21-Feb-07 8:55
led mike21-Feb-07 8:55 
Questionhow to save xml file via web service Pin
BraveShogun21-Feb-07 7:20
BraveShogun21-Feb-07 7:20 
AnswerRe: how to save xml file via web service Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:51
Ennis Ray Lynch, Jr.21-Feb-07 12:51 
QuestionDefault Webservice URL Pin
kmuthuk21-Feb-07 6:30
kmuthuk21-Feb-07 6:30 
AnswerRe: Default Webservice URL Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:55
Ennis Ray Lynch, Jr.21-Feb-07 12:55 
GeneralNeed C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 6:17
ThatsAlok21-Feb-07 6:17 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 6:19
mentorNot Active21-Feb-07 6:19 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:23
ThatsAlok21-Feb-07 7:23 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 7:37
mentorNot Active21-Feb-07 7:37 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:43
ThatsAlok21-Feb-07 7:43 
GeneralRe: Need C++ Library in C# Class Library Pin
Tim Paaschen21-Feb-07 20:02
Tim Paaschen21-Feb-07 20:02 
QuestionbufferImage, display portion of image Pin
samreengr821-Feb-07 6:14
samreengr821-Feb-07 6:14 
AnswerRe: bufferImage, display portion of image Pin
Christian Graus21-Feb-07 10:21
protectorChristian Graus21-Feb-07 10:21 
GeneralRe: bufferImage, display portion of image Pin
samreengr822-Feb-07 4:36
samreengr822-Feb-07 4:36 
GeneralRe: bufferImage, display portion of image Pin
Christian Graus22-Feb-07 8:53
protectorChristian Graus22-Feb-07 8:53 

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.