Click here to Skip to main content
16,004,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: pop-up alerts Pin
User 665810-Apr-06 9:09
User 665810-Apr-06 9:09 
AnswerRe: pop-up alerts Pin
Ravi Bhavnani10-Apr-06 10:23
professionalRavi Bhavnani10-Apr-06 10:23 
AnswerRe: pop-up alerts Pin
Ravi Bhavnani10-Apr-06 10:28
professionalRavi Bhavnani10-Apr-06 10:28 
GeneralRe: pop-up alerts Pin
aero_t10-Apr-06 14:29
aero_t10-Apr-06 14:29 
Questionhow to monitor application activity Pin
Sergey Gorchichko10-Apr-06 7:33
Sergey Gorchichko10-Apr-06 7:33 
AnswerRe: how to monitor application activity Pin
Judah Gabriel Himango10-Apr-06 10:45
sponsorJudah Gabriel Himango10-Apr-06 10:45 
GeneralRe: how to monitor application activity Pin
Sergey Gorchichko10-Apr-06 19:45
Sergey Gorchichko10-Apr-06 19:45 
QuestionA tale of DataGrids, Scrollbars, and Sorting Pin
Pseudo Quasi10-Apr-06 7:16
Pseudo Quasi10-Apr-06 7:16 
This is an issue in the sense that it's irritating me, but i'm sure it was designed as a feature. When using a DataGrid bound to a DataSet with sorting enabled, the scroll bar will tend to jump around . Here's what I'm trying to do. I have a DataGrid that will be displaying anywhere from 150 - 500 individual rows. These rows are constantly added/deleted/updated on a one second loop. The issue is when the user has scrolled down the list and clicked on an item. If they try to sroll back up then when the DataGrid updates with new rows, it will jump back to the last selected row. I've tried overriding the GridVScolled message and stored the origal position and then reapplying the position after sort. This works but if the row data changes then the scroll bar will jump to follow where it went. What I'm trying to get is a dumb scrollbar. I want the scrollbar to stay at Vertical position 16 if that's where the user put it no matter what the sort or active cell is. Any idea's where I should be headed on this. Thanks for the help.

Pseudo Quasi Coder
QuestionUsing Fonts with Windows Forms Pin
Mario Bessa10-Apr-06 7:08
Mario Bessa10-Apr-06 7:08 
AnswerRe: Using Fonts with Windows Forms Pin
Judah Gabriel Himango10-Apr-06 7:12
sponsorJudah Gabriel Himango10-Apr-06 7:12 
Questioncompare hashtable values Pin
kani9810-Apr-06 6:20
kani9810-Apr-06 6:20 
AnswerRe: compare hashtable values Pin
Ravi Bhavnani10-Apr-06 6:43
professionalRavi Bhavnani10-Apr-06 6:43 
GeneralRe: compare hashtable values Pin
kani9810-Apr-06 7:25
kani9810-Apr-06 7:25 
AnswerRe: compare hashtable values Pin
Ravi Bhavnani10-Apr-06 7:33
professionalRavi Bhavnani10-Apr-06 7:33 
GeneralRe: compare hashtable values Pin
leppie10-Apr-06 10:36
leppie10-Apr-06 10:36 
GeneralRe: compare hashtable values Pin
Ravi Bhavnani10-Apr-06 11:17
professionalRavi Bhavnani10-Apr-06 11:17 
GeneralRe: compare hashtable values Pin
leppie10-Apr-06 11:35
leppie10-Apr-06 11:35 
QuestionSteganography Pin
nwr_mn10-Apr-06 6:19
nwr_mn10-Apr-06 6:19 
AnswerRe: Steganography Pin
Ravi Bhavnani10-Apr-06 6:45
professionalRavi Bhavnani10-Apr-06 6:45 
QuestionLabel Transparency Issue Pin
Ben Gonzalez10-Apr-06 5:51
Ben Gonzalez10-Apr-06 5:51 
AnswerRe: Label Transparency Issue Pin
Ed.Poore10-Apr-06 6:47
Ed.Poore10-Apr-06 6:47 
QuestionRightToLeft bug with ShowDialog Pin
brian.hawley10-Apr-06 5:38
brian.hawley10-Apr-06 5:38 
AnswerRe: RightToLeft bug with ShowDialog Pin
brian.hawley28-Jul-06 22:52
brian.hawley28-Jul-06 22:52 
GeneralRe: RightToLeft bug with ShowDialog Pin
Muammar©20-Jan-10 21:57
Muammar©20-Jan-10 21:57 
AnswerI found the answer! Pin
Muammar©23-Jan-10 5:44
Muammar©23-Jan-10 5:44 

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.