Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: Download Files from FTP using Filers Pin
Sandeepdshenoy16-Dec-13 20:19
Sandeepdshenoy16-Dec-13 20:19 
QuestionHow to access remote file directories without sharing. Pin
Arun kumar Gautam16-Dec-13 0:59
Arun kumar Gautam16-Dec-13 0:59 
AnswerRe: How to access remote file directories without sharing. Pin
Chris Quinn16-Dec-13 1:05
Chris Quinn16-Dec-13 1:05 
Questionrectangle screen capture using csharp Pin
Member 1045598615-Dec-13 15:54
professionalMember 1045598615-Dec-13 15:54 
AnswerRe: rectangle screen capture using csharp Pin
Richard MacCutchan15-Dec-13 21:13
mveRichard MacCutchan15-Dec-13 21:13 
AnswerRe: rectangle screen capture using csharp Pin
GuyThiebaut15-Dec-13 22:09
professionalGuyThiebaut15-Dec-13 22:09 
QuestionHow to Get bound of screen without taskbar c# Pin
delphix515-Dec-13 2:47
delphix515-Dec-13 2:47 
AnswerRe: How to Get bound of screen without taskbar c# Pin
BillWoodruff15-Dec-13 3:45
professionalBillWoodruff15-Dec-13 3:45 
Rectangle r1 = Screen.PrimaryScreen.Bounds;
Rectangle r2 = Screen.PrimaryScreen.WorkingArea;
int tBarHeight = r1.Height - r2.Height;
If the TaskBar is not auto-hidden then the r1.Height - r2.Height gives you the height of the TaskBar.

However, if your goal is to show a full-screen Window, you should not really concern yourself with the TaskBar: see Raymond Chen's MS blog entry:[^].

Remember that the user may have docked the TaskBar to another side of the screen, and, that there could be multiple monitors in use.
"What Turing gave us for the first time (and without Turing you just couldn't do any of this) is he gave us a way of thinking about and taking seriously and thinking in a disciplined way about phenomena that have, as I like to say, trillions of moving parts.

Until the late 20th century, nobody knew how to take seriously a machine with a trillion moving parts. It's just mind-boggling." Daniel C. Dennett

GeneralRe: How to Get bound of screen without taskbar c# Pin
delphix515-Dec-13 6:58
delphix515-Dec-13 6:58 
QuestionFraction calculator problem Pin
Member 982953614-Dec-13 18:25
Member 982953614-Dec-13 18:25 
AnswerRe: Fraction calculator problem Pin
OriginalGriff14-Dec-13 21:54
mveOriginalGriff14-Dec-13 21:54 
AnswerRe: Fraction calculator problem Pin
pzfischer14-Dec-13 22:46
pzfischer14-Dec-13 22:46 
QuestionHow To change mouse cursor Pin
delphix514-Dec-13 10:55
delphix514-Dec-13 10:55 
GeneralRe: How To change mouse cursor Pin
Ron Beyer14-Dec-13 12:00
professionalRon Beyer14-Dec-13 12:00 
GeneralRe: How To change mouse cursor Pin
delphix514-Dec-13 12:14
delphix514-Dec-13 12:14 
AnswerRe: How To change mouse cursor Pin
BillWoodruff14-Dec-13 21:44
professionalBillWoodruff14-Dec-13 21:44 
GeneralRe: How To change mouse cursor Pin
delphix514-Dec-13 22:53
delphix514-Dec-13 22:53 
GeneralRe: How To change mouse cursor Pin
BobJanova16-Dec-13 0:12
BobJanova16-Dec-13 0:12 
QuestionRetrieve all the controls of any window with their types and value Pin
delphix514-Dec-13 5:59
delphix514-Dec-13 5:59 
AnswerRe: Retrieve all the controls of any window with their types and value Pin
Richard MacCutchan14-Dec-13 6:58
mveRichard MacCutchan14-Dec-13 6:58 
GeneralRe: Retrieve all the controls of any window with their types and value Pin
delphix514-Dec-13 7:19
delphix514-Dec-13 7:19 
GeneralRe: Retrieve all the controls of any window with their types and value Pin
Richard MacCutchan14-Dec-13 7:28
mveRichard MacCutchan14-Dec-13 7:28 
GeneralRe: Retrieve all the controls of any window with their types and value Pin
delphix514-Dec-13 8:07
delphix514-Dec-13 8:07 
GeneralRe: Retrieve all the controls of any window with their types and value Pin
Richard MacCutchan14-Dec-13 21:33
mveRichard MacCutchan14-Dec-13 21:33 
QuestionVB Conversion: 'ReadOnly' Error in VB Pin
Sonhospa14-Dec-13 3:48
Sonhospa14-Dec-13 3:48 

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.