Click here to Skip to main content
15,914,410 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows Service and Process Class Pin
Jacobb Michael13-Oct-09 17:35
Jacobb Michael13-Oct-09 17:35 
GeneralRe: Windows Service and Process Class Pin
Fallout_Monkey27-Oct-09 6:39
Fallout_Monkey27-Oct-09 6:39 
AnswerRe: Windows Service and Process Class Pin
Dave Kreskowiak13-Oct-09 18:27
mveDave Kreskowiak13-Oct-09 18:27 
GeneralRe: Windows Service and Process Class Pin
Fallout_Monkey27-Oct-09 6:42
Fallout_Monkey27-Oct-09 6:42 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak27-Oct-09 11:59
mveDave Kreskowiak27-Oct-09 11:59 
GeneralRe: Windows Service and Process Class [modified] Pin
Fallout_Monkey28-Oct-09 4:56
Fallout_Monkey28-Oct-09 4:56 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak28-Oct-09 13:26
mveDave Kreskowiak28-Oct-09 13:26 
GeneralRe: Windows Service and Process Class Pin
Fallout_Monkey29-Oct-09 5:11
Fallout_Monkey29-Oct-09 5:11 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak29-Oct-09 14:51
mveDave Kreskowiak29-Oct-09 14:51 
GeneralRe: Windows Service and Process Class Pin
Fallout_Monkey30-Oct-09 9:17
Fallout_Monkey30-Oct-09 9:17 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak30-Oct-09 12:47
mveDave Kreskowiak30-Oct-09 12:47 
QuestionRemote PC Control Pin
aravindjayan13-Oct-09 10:46
aravindjayan13-Oct-09 10:46 
AnswerRe: Remote PC Control Pin
Mycroft Holmes13-Oct-09 14:44
professionalMycroft Holmes13-Oct-09 14:44 
GeneralRe: Remote PC Control Pin
aravindjayan14-Oct-09 2:43
aravindjayan14-Oct-09 2:43 
AnswerRe: Remote PC Control Pin
Jacobb Michael13-Oct-09 17:37
Jacobb Michael13-Oct-09 17:37 
Question(File System Monitoring) :: File Deletion & Who Removed It Pin
bs999913-Oct-09 10:36
bs999913-Oct-09 10:36 
AnswerRe: (File System Monitoring) :: File Deletion & Who Removed It Pin
Jacobb Michael13-Oct-09 17:40
Jacobb Michael13-Oct-09 17:40 
AnswerRe: (File System Monitoring) :: File Deletion & Who Removed It Pin
Dave Kreskowiak13-Oct-09 18:22
mveDave Kreskowiak13-Oct-09 18:22 
QuestionMutithreaded Job execution engine in a Farm environment Pin
sachet sharma13-Oct-09 9:46
sachet sharma13-Oct-09 9:46 
AnswerRe: Mutithreaded Job execution engine in a Farm environment Pin
Mycroft Holmes13-Oct-09 14:51
professionalMycroft Holmes13-Oct-09 14:51 
QuestionProblem to display relational data in dataGridView in Entity Framework. Pin
hdv21213-Oct-09 9:39
hdv21213-Oct-09 9:39 
Questionzoom like as autocad without quality Pin
dotork13-Oct-09 8:44
dotork13-Oct-09 8:44 
AnswerRe: zoom like as autocad without quality Pin
Dave Kreskowiak13-Oct-09 18:16
mveDave Kreskowiak13-Oct-09 18:16 
QuestionListView Scrolling Pin
Zaegra13-Oct-09 7:32
Zaegra13-Oct-09 7:32 
AnswerRe: ListView Scrolling Pin
Ian Shlasko13-Oct-09 8:08
Ian Shlasko13-Oct-09 8:08 
Talking about WPF or WinForms?

For WPF, I think you can just hook the ScrollViewer.ScrollChanged event, and you're golden...

As for WinForms... Never noticed they didn't have an event for that... Well, you could catch the various mouse events, and look for changes in the TopItem property... Bit easier than hooking WndProc, but not as direct.

Proud to have finally moved to the A-Ark. Which one are you in?
Developer, Author (Guardians of Xen)

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.