Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generic Type and new() Pin
Mycroft Holmes9-Oct-09 21:29
professionalMycroft Holmes9-Oct-09 21:29 
GeneralRe: Generic Type and new() Pin
Mirko198010-Oct-09 0:24
Mirko198010-Oct-09 0:24 
GeneralRe: Generic Type and new() Pin
DaveyM6910-Oct-09 0:28
professionalDaveyM6910-Oct-09 0:28 
GeneralRe: Generic Type and new() Pin
Mycroft Holmes10-Oct-09 1:03
professionalMycroft Holmes10-Oct-09 1:03 
GeneralRe: Generic Type and new() Pin
Mycroft Holmes10-Oct-09 1:12
professionalMycroft Holmes10-Oct-09 1:12 
GeneralRe: Generic Type and new() Pin
Adam Maras10-Oct-09 3:05
Adam Maras10-Oct-09 3:05 
GeneralRe: Generic Type and new() Pin
Mycroft Holmes10-Oct-09 12:23
professionalMycroft Holmes10-Oct-09 12:23 
Questionmouse over form border event problem Pin
faith4ever4u9-Oct-09 12:05
faith4ever4u9-Oct-09 12:05 
I want to make an application that when I'm with the mouse on it ... it sets the opacity to 100 ... and when the mouse is .. outside the form.. it sets the opacity to 50

THE PROBLEM IS that the code...is working when the mouse is over the content of the form... it does not include the border of the form or the form controlbox(min,max,close) ... don't know why Frown | :(

I've managed to make something like that with a timer set to 100 and with this piece of code:

If Cursor.Position.X >= Me.Left And Cursor.Position.X <= Me.Right Then
           If Cursor.Position.Y >= Me.Top And Cursor.Position.Y <= Me.Bottom Then
               mouseover = True
           Else
               mouseover = False
           End If
       Else
           mouseover = False
       End If


Please help with an idea .. Thanks
AnswerRe: mouse over form border event problem Pin
Dave Kreskowiak9-Oct-09 12:21
mveDave Kreskowiak9-Oct-09 12:21 
Answerflame Pin
Luc Pattyn9-Oct-09 12:42
sitebuilderLuc Pattyn9-Oct-09 12:42 
QuestionHow to use C+++ ATL template calss in C# Pin
Chiman19-Oct-09 10:58
Chiman19-Oct-09 10:58 
AnswerRe: How to use C+++ ATL template calss in C# Pin
Dave Kreskowiak10-Oct-09 3:16
mveDave Kreskowiak10-Oct-09 3:16 
QuestionInvoking Progressbar Pin
SimpleData9-Oct-09 10:11
SimpleData9-Oct-09 10:11 
AnswerRe: Invoking Progressbar Pin
Luc Pattyn9-Oct-09 10:13
sitebuilderLuc Pattyn9-Oct-09 10:13 
GeneralRe: Invoking Progressbar Pin
SimpleData9-Oct-09 10:49
SimpleData9-Oct-09 10:49 
GeneralRe: Invoking Progressbar Pin
Luc Pattyn9-Oct-09 10:56
sitebuilderLuc Pattyn9-Oct-09 10:56 
GeneralRe: Invoking Progressbar Pin
SimpleData9-Oct-09 22:31
SimpleData9-Oct-09 22:31 
GeneralRe: Invoking Progressbar Pin
DaveyM6910-Oct-09 0:42
professionalDaveyM6910-Oct-09 0:42 
GeneralRe: Invoking Progressbar Pin
SimpleData10-Oct-09 0:44
SimpleData10-Oct-09 0:44 
GeneralRe: Invoking Progressbar Pin
Luc Pattyn10-Oct-09 1:52
sitebuilderLuc Pattyn10-Oct-09 1:52 
AnswerRe: Invoking Progressbar Pin
Abhijit Jana9-Oct-09 10:35
professionalAbhijit Jana9-Oct-09 10:35 
Questionan exception with this code Pin
Mohamed El-Wehishy9-Oct-09 8:49
Mohamed El-Wehishy9-Oct-09 8:49 
AnswerRe: an exception with this code Pin
Not Active9-Oct-09 8:57
mentorNot Active9-Oct-09 8:57 
GeneralRe: an exception with this code Pin
Mohamed El-Wehishy9-Oct-09 9:09
Mohamed El-Wehishy9-Oct-09 9:09 
GeneralRe: an exception with this code Pin
Not Active9-Oct-09 9:33
mentorNot Active9-Oct-09 9:33 

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.