Click here to Skip to main content
15,914,322 members
Home / Discussions / C#
   

C#

 
AnswerRe: obfuscator suggestions Pin
led mike26-Sep-06 5:17
led mike26-Sep-06 5:17 
AnswerI don't like obfuscators Pin
Ennis Ray Lynch, Jr.26-Sep-06 6:41
Ennis Ray Lynch, Jr.26-Sep-06 6:41 
AnswerRe: obfuscator suggestions Pin
Nadia Monalisa26-Sep-06 8:41
Nadia Monalisa26-Sep-06 8:41 
QuestionReference help Pin
eric_tran26-Sep-06 3:53
eric_tran26-Sep-06 3:53 
AnswerRe: Reference help Pin
Not Active26-Sep-06 4:48
mentorNot Active26-Sep-06 4:48 
Questioncomponent for drawing graph Pin
barak16048726-Sep-06 3:53
barak16048726-Sep-06 3:53 
Questionsecond Form may not move... Pin
Schimaera26-Sep-06 3:18
Schimaera26-Sep-06 3:18 
AnswerRe: second Form may not move... Pin
LongRange.Shooter26-Sep-06 3:29
LongRange.Shooter26-Sep-06 3:29 
You could make it a fixed frame window (BorderStyle) and eliminate the minimize/maximize elements...but not moving the child window may be difficult. Usually, for graphics and such, the work is all done relative to the coordinates of the window within the main form. (I'm assuming you have this form as an MDIChild of the main form)

Another issue with your approach is running the application on different monitors with different resolutions. Seeing a small window in a large resolution desktop can be a UI usability issue.

There are methods within the client that lets you translate screen coordinates to relative coordinates within your form. This allows the window to be sizable and easily deal with resizing.

Hopes this is a little help.
QuestionElastic control? Pin
LongRange.Shooter26-Sep-06 3:06
LongRange.Shooter26-Sep-06 3:06 
QuestionHow to call other software with C# Pin
alexTCT26-Sep-06 2:41
alexTCT26-Sep-06 2:41 
AnswerRe: How to call other software with C# Pin
LongRange.Shooter26-Sep-06 3:01
LongRange.Shooter26-Sep-06 3:01 
QuestionNew Error for 2005 - DataAdapter.Update Pin
Paul Brower26-Sep-06 2:34
Paul Brower26-Sep-06 2:34 
Questionhow to handle and cancel uninstall event Pin
Alper Camel26-Sep-06 2:04
Alper Camel26-Sep-06 2:04 
AnswerRe: how to handle and cancel uninstall event Pin
LongRange.Shooter26-Sep-06 7:44
LongRange.Shooter26-Sep-06 7:44 
GeneralRe: how to handle and cancel uninstall event Pin
Alper Camel26-Sep-06 20:48
Alper Camel26-Sep-06 20:48 
Questioncreate and modify a PPPOE conenction Pin
allenwfc26-Sep-06 2:02
allenwfc26-Sep-06 2:02 
Questiongive me sample example code for passing array data to other function Pin
premkamalg26-Sep-06 2:01
premkamalg26-Sep-06 2:01 
AnswerRe: give me sample example code for passing array data to other function Pin
Guffa26-Sep-06 2:11
Guffa26-Sep-06 2:11 
GeneralRe: give me sample example code for passing array data to other function Pin
gus_br26-Sep-06 2:29
gus_br26-Sep-06 2:29 
AnswerRe: give me sample example code for passing array data to other function Pin
Guffa26-Sep-06 3:43
Guffa26-Sep-06 3:43 
JokeRe: give me sample example code for passing array data to other function Pin
gus_br26-Sep-06 8:03
gus_br26-Sep-06 8:03 
Generalhi plz help me Pin
premkamalg26-Sep-06 20:13
premkamalg26-Sep-06 20:13 
GeneralRe: hi plz help me Pin
gus_br27-Sep-06 6:16
gus_br27-Sep-06 6:16 
Questionmy URL is to long... Pin
Support12326-Sep-06 1:49
Support12326-Sep-06 1:49 
AnswerRe: my URL is to long... Pin
M LN Rao26-Sep-06 2:25
M LN Rao26-Sep-06 2:25 

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.