Click here to Skip to main content
15,902,844 members
Home / Discussions / C#
   

C#

 
QuestionHow to control over Internet Explorer upload and download events? [modified] Pin
Jeyakumarbics116-Sep-09 0:38
Jeyakumarbics116-Sep-09 0:38 
AnswerRe: How to control over Internet Explorer upload and download events? Pin
EliottA16-Sep-09 1:42
EliottA16-Sep-09 1:42 
AnswerRe: How to control over Internet Explorer upload and download events? Pin
Dave Kreskowiak16-Sep-09 5:03
mveDave Kreskowiak16-Sep-09 5:03 
Questionsliding desktop bar in C# Pin
danilsk16-Sep-09 0:35
danilsk16-Sep-09 0:35 
AnswerRe: sliding desktop bar in C# Pin
Christian Graus16-Sep-09 1:23
protectorChristian Graus16-Sep-09 1:23 
GeneralRe: sliding desktop bar in C# Pin
danilsk16-Sep-09 3:57
danilsk16-Sep-09 3:57 
GeneralRe: sliding desktop bar in C# Pin
danilsk16-Sep-09 7:45
danilsk16-Sep-09 7:45 
AnswerRe: sliding desktop bar in C# Pin
carlecomm21-Sep-09 21:55
carlecomm21-Sep-09 21:55 
1) you should get the screen size(width, height)
2) you should get your window's size;
3) set you window's left location;
// may be this way
this.left = screen.width - this width;

1) when your mouse touches it. it show, or hide;
consider 'mousemove' Event or 'mouseHover' 'mouseLeave' Event.
and if you want to show slowly, you can use 'Timer' or create a 'Thread' to do it.

it's very easy. just think about it.

modified 27-May-14 5:34am.

Questionprintpreview Pin
sepehr_sepehr15-Sep-09 23:35
sepehr_sepehr15-Sep-09 23:35 
AnswerRe: printpreview Pin
stancrm16-Sep-09 0:16
stancrm16-Sep-09 0:16 
AnswerRe: printpreview Pin
carlecomm21-Sep-09 21:50
carlecomm21-Sep-09 21:50 
QuestionJava Web Service and C# return as empty Pin
nhss15-Sep-09 23:27
nhss15-Sep-09 23:27 
AnswerRe: Java Web Service and C# return as empty Pin
Manas Bhardwaj16-Sep-09 0:01
professionalManas Bhardwaj16-Sep-09 0:01 
AnswerRe: Java Web Service and C# return as empty Pin
Christian Graus16-Sep-09 1:28
protectorChristian Graus16-Sep-09 1:28 
GeneralRe: Java Web Service and C# return as empty Pin
EliottA16-Sep-09 1:44
EliottA16-Sep-09 1:44 
Questionbackup and restore [modified] Pin
sos_amin15-Sep-09 23:25
sos_amin15-Sep-09 23:25 
AnswerRe: backup and restore Pin
Harvey Saayman15-Sep-09 23:30
Harvey Saayman15-Sep-09 23:30 
AnswerOh Hang on Pin
Keith Barrow15-Sep-09 23:31
professionalKeith Barrow15-Sep-09 23:31 
AnswerRe: backup and restore Pin
rakesh_choudhury15-Sep-09 23:47
rakesh_choudhury15-Sep-09 23:47 
AnswerRe: backup and restore Pin
Harvey Saayman15-Sep-09 23:52
Harvey Saayman15-Sep-09 23:52 
AnswerRe: backup and restore Pin
Christian Graus16-Sep-09 1:30
protectorChristian Graus16-Sep-09 1:30 
QuestionInheritance Problem. Can I do this? Pin
TheFoZ15-Sep-09 23:13
TheFoZ15-Sep-09 23:13 
AnswerRe: Inheritance Problem. Can I do this? Pin
dojohansen15-Sep-09 23:35
dojohansen15-Sep-09 23:35 
GeneralRe: Inheritance Problem. Can I do this? Pin
TheFoZ16-Sep-09 1:49
TheFoZ16-Sep-09 1:49 
GeneralRe: Inheritance Problem. Can I do this? Pin
dojohansen16-Sep-09 2:06
dojohansen16-Sep-09 2:06 

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.