Click here to Skip to main content
16,010,022 members
Home / Discussions / C#
   

C#

 
Questionhow cd burner works? Pin
WartHog0003-Feb-05 15:38
WartHog0003-Feb-05 15:38 
GeneralPreventing automated registering Pin
Constance3-Feb-05 14:37
Constance3-Feb-05 14:37 
GeneralRe: Preventing automated registering Pin
Christian Graus3-Feb-05 14:48
protectorChristian Graus3-Feb-05 14:48 
GeneralRe: Preventing automated registering Pin
Constance3-Feb-05 22:54
Constance3-Feb-05 22:54 
GeneralRe: Preventing automated registering Pin
J4amieC4-Feb-05 3:50
J4amieC4-Feb-05 3:50 
GeneralRe: Preventing automated registering Pin
Christian Graus4-Feb-05 18:20
protectorChristian Graus4-Feb-05 18:20 
GeneralRepositioning windows form question... Pin
new_phoenix3-Feb-05 11:49
new_phoenix3-Feb-05 11:49 
GeneralRe: Repositioning windows form question... Pin
Heath Stewart3-Feb-05 13:21
protectorHeath Stewart3-Feb-05 13:21 
The Form.Location property is the coordinates on the Screen where the Form is located. When the form is resized - whether a parent MDI or child MDI form - get the bounds of the parent (so for an MDI parent, this is the Screen.Bounds property) and do the simple path to adjust your form's location.

To get the current Screen on which the Form is mostly displayed (i.e., the majority is on a particular screen), use the static Screen.FromControl method.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralSaving print settings Pin
object883-Feb-05 10:07
object883-Feb-05 10:07 
GeneralRe: Saving print settings Pin
Heath Stewart3-Feb-05 11:14
protectorHeath Stewart3-Feb-05 11:14 
GeneralRead detailed file descriptions(tags?) in c# Pin
Liu Shuai3-Feb-05 9:59
Liu Shuai3-Feb-05 9:59 
GeneralRe: Read detailed file descriptions(tags?) in c# Pin
Heath Stewart3-Feb-05 11:26
protectorHeath Stewart3-Feb-05 11:26 
GeneralRe: Read detailed file descriptions(tags?) in c# Pin
Liu Shuai3-Feb-05 12:06
Liu Shuai3-Feb-05 12:06 
QuestionStep into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 8:56
CherezZaboro3-Feb-05 8:56 
AnswerRe: Step into C++ COM object from C# .NET web service ? Pin
Heath Stewart3-Feb-05 9:52
protectorHeath Stewart3-Feb-05 9:52 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 10:52
CherezZaboro3-Feb-05 10:52 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 10:52
CherezZaboro3-Feb-05 10:52 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
Heath Stewart3-Feb-05 11:05
protectorHeath Stewart3-Feb-05 11:05 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 11:29
CherezZaboro3-Feb-05 11:29 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
Heath Stewart3-Feb-05 13:19
protectorHeath Stewart3-Feb-05 13:19 
GeneralWeb control Pin
MyThread3-Feb-05 8:21
MyThread3-Feb-05 8:21 
GeneralRe: Web control Pin
Christian Graus3-Feb-05 8:34
protectorChristian Graus3-Feb-05 8:34 
GeneralRe: Web control Pin
MyThread3-Feb-05 10:14
MyThread3-Feb-05 10:14 
GeneralRe: Web control Pin
Christian Graus3-Feb-05 10:21
protectorChristian Graus3-Feb-05 10:21 
GeneralRe: Web control Pin
Charlie Williams3-Feb-05 8:38
Charlie Williams3-Feb-05 8:38 

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.