Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can I get data from database and display in textbox Pin
Dave Kreskowiak12-Jun-09 12:42
mveDave Kreskowiak12-Jun-09 12:42 
AnswerRe: how can I get data from database and display in textbox Pin
Josh Martin12-Jun-09 12:36
Josh Martin12-Jun-09 12:36 
AnswerRe: how can I get data from database and display in textbox Pin
DavidKiryazi12-Jun-09 13:35
DavidKiryazi12-Jun-09 13:35 
AnswerRe: how can I get data from database and display in textbox Pin
ishandeb12-Sep-11 3:06
ishandeb12-Sep-11 3:06 
QuestionHow To Locate Form Pin
gal00012-Jun-09 9:57
gal00012-Jun-09 9:57 
AnswerRe: How To Locate Form Pin
Nagy Vilmos12-Jun-09 10:14
professionalNagy Vilmos12-Jun-09 10:14 
GeneralRe: How To Locate Form Pin
gal00012-Jun-09 10:17
gal00012-Jun-09 10:17 
GeneralRe: How To Locate Form Pin
Luc Pattyn12-Jun-09 10:28
sitebuilderLuc Pattyn12-Jun-09 10:28 
Hi,

you can find out what screen you are using (when on a multi-monitor setup), get its resolution, then position the form appropriately. You would need the Screen class (maybe GetWorkingArea() method), and set the Form's StartPosition and Location properties.

BTW: you may have to take the selectable behavior of the task bar into account.

PS: for other apps, you would need to send Window messages and/or call Win32 API functions.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

AnswerRe: How To Locate Form Pin
I Believe In GOD12-Jun-09 10:27
I Believe In GOD12-Jun-09 10:27 
GeneralRe: How To Locate Form Pin
gal00012-Jun-09 10:34
gal00012-Jun-09 10:34 
Questionusing errorprovider control with C# form with checkboxes Pin
johnnysmith112-Jun-09 7:17
johnnysmith112-Jun-09 7:17 
AnswerRe: using errorprovider control with C# form with checkboxes Pin
OriginalGriff12-Jun-09 8:30
mveOriginalGriff12-Jun-09 8:30 
AnswerRe: using errorprovider control with C# form with checkboxes Pin
led mike12-Jun-09 8:34
led mike12-Jun-09 8:34 
AnswerRe: using errorprovider control with C# form with checkboxes Pin
OriginalGriff12-Jun-09 8:45
mveOriginalGriff12-Jun-09 8:45 
GeneralRe: using errorprovider control with C# form with checkboxes Pin
johnnysmith112-Jun-09 9:38
johnnysmith112-Jun-09 9:38 
Question[Message Deleted] Pin
googlejumbo12-Jun-09 6:20
googlejumbo12-Jun-09 6:20 
AnswerRe: Help for user interface design PinPopular
Henry Minute12-Jun-09 6:53
Henry Minute12-Jun-09 6:53 
GeneralRe: Help for user interface design Pin
googlejumbo12-Jun-09 8:18
googlejumbo12-Jun-09 8:18 
GeneralRe: Help for user interface design Pin
EliottA12-Jun-09 8:25
EliottA12-Jun-09 8:25 
GeneralRe: Help for user interface design Pin
led mike12-Jun-09 8:29
led mike12-Jun-09 8:29 
GeneralRe: Help for user interface design Pin
OriginalGriff12-Jun-09 8:36
mveOriginalGriff12-Jun-09 8:36 
GeneralRe: Help for user interface design Pin
Mycroft Holmes12-Jun-09 17:06
professionalMycroft Holmes12-Jun-09 17:06 
QuestionTimer method for 2 methods. Pin
mark_me12-Jun-09 5:40
mark_me12-Jun-09 5:40 
AnswerRe: Timer method for 2 methods. Pin
led mike12-Jun-09 5:46
led mike12-Jun-09 5:46 
GeneralRe: Timer method for 2 methods. Pin
mark_me12-Jun-09 6:04
mark_me12-Jun-09 6:04 

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.