Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: reading bios information in c# Pin
Fred 3410-Oct-09 9:12
Fred 3410-Oct-09 9:12 
GeneralRe: reading bios information in c# Pin
Richard MacCutchan10-Oct-09 21:27
mveRichard MacCutchan10-Oct-09 21:27 
QuestionDataGrid Pin
Yonathan11119-Oct-09 22:29
professionalYonathan11119-Oct-09 22:29 
AnswerRe: DataGrid Pin
Suresh Suthar9-Oct-09 22:40
professionalSuresh Suthar9-Oct-09 22:40 
Questionwindow above everything else including taskbar + start-button? Pin
FocusedWolf9-Oct-09 20:08
FocusedWolf9-Oct-09 20:08 
AnswerRe: window above everything else including taskbar + start-button? [modified] Pin
FocusedWolf11-Oct-09 17:47
FocusedWolf11-Oct-09 17:47 
QuestionAuto generate numbers in listview? Pin
avirag9-Oct-09 18:55
avirag9-Oct-09 18:55 
AnswerRe: Auto generate numbers in listview? Pin
OriginalGriff9-Oct-09 22:24
mveOriginalGriff9-Oct-09 22:24 
GeneralRe: Auto generate numbers in listview? Pin
avirag11-Oct-09 18:56
avirag11-Oct-09 18:56 
QuestionMonitoring idle time while Minimized using MFC Pin
Daniel Kamisnki9-Oct-09 16:53
Daniel Kamisnki9-Oct-09 16:53 
AnswerRe: Monitoring idle time while Minimized using MFC Pin
stancrm9-Oct-09 17:25
stancrm9-Oct-09 17:25 
QuestionGeneric Type and new() Pin
Mycroft Holmes9-Oct-09 16:21
professionalMycroft Holmes9-Oct-09 16:21 
AnswerRe: Generic Type and new() Pin
Adam Maras9-Oct-09 20:27
Adam Maras9-Oct-09 20:27 
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 

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.