Click here to Skip to main content
15,922,325 members
Home / Discussions / C#
   

C#

 
GeneralRe: API Calls Pin
Nick Parker9-Sep-04 3:58
protectorNick Parker9-Sep-04 3:58 
QuestionHow to use COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 0:39
zahid_ash9-Sep-04 0:39 
AnswerRe: How to use COM DLL in ASP.NET using C# Pin
Dave Kreskowiak9-Sep-04 5:32
mveDave Kreskowiak9-Sep-04 5:32 
GeneralA simple FileSystemWatcher Question ( How to see if file has copied) Pin
Capriono9-Sep-04 0:29
Capriono9-Sep-04 0:29 
GeneralRe: A simple FileSystemWatcher Question ( How to see if file has copied) Pin
Pradeep Shamarao9-Sep-04 3:11
Pradeep Shamarao9-Sep-04 3:11 
GeneralRe: A simple FileSystemWatcher Question ( How to see if file has copied) Pin
mav.northwind9-Sep-04 5:30
mav.northwind9-Sep-04 5:30 
GeneralDelay Pin
erina5488-Sep-04 22:53
erina5488-Sep-04 22:53 
GeneralRe: Delay Pin
sreejith ss nair8-Sep-04 22:56
sreejith ss nair8-Sep-04 22:56 
GeneralDo User Control Pin
jzb8-Sep-04 21:40
jzb8-Sep-04 21:40 
GeneralRe: Do User Control Pin
sreejith ss nair8-Sep-04 22:53
sreejith ss nair8-Sep-04 22:53 
Generalcomparing date in database Pin
xiaowenjie8-Sep-04 20:32
xiaowenjie8-Sep-04 20:32 
GeneralRe: comparing date in database Pin
sreejith ss nair8-Sep-04 21:15
sreejith ss nair8-Sep-04 21:15 
GeneralRe: comparing date in database Pin
Anonymous8-Sep-04 22:34
Anonymous8-Sep-04 22:34 
GeneralRe: comparing date in database Pin
sreejith ss nair8-Sep-04 22:44
sreejith ss nair8-Sep-04 22:44 
GeneralGood tool for developer! Pin
tianzj8-Sep-04 17:27
tianzj8-Sep-04 17:27 
GeneralRe: Good tool for developer! Pin
sreejith ss nair8-Sep-04 21:21
sreejith ss nair8-Sep-04 21:21 
QuestionListbox ValueMember set to more than one value ? Pin
Christian Graus8-Sep-04 16:42
protectorChristian Graus8-Sep-04 16:42 
GeneralAutoScroll without Scrolling to Focus Pin
McClamm8-Sep-04 13:07
McClamm8-Sep-04 13:07 
Hello all,
I've been trying like crazy to find a way to make it so that a ScrollableControl with AutoScroll = true will not scroll to a control within that gets focus. That is, I'm talking about this part from the MSDN : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsformclassautoscrolltopic.asp[^]

"Additionally, when autoscrolling is on, the client area of the form automatically scrolls to make the control with input focus visible."

I do not want this to happen. I need scrollbars when items are outside of the client area, but not the scroll-to-focus. I have a workaround already that involves making a specialty panel that stores its scroller's location and has methods to "snap back" to the stored location but this causes a nasty flicker.

Is there someone that has made a panel that behaves the way I want? Rewriting the Windows Forms scroll behavior is not appealing. If there's a way to stop the flicker it would be acceptable as well.
Generalhidden column in a checkedListBox control Pin
abhishk2001@yahoo.com8-Sep-04 12:47
abhishk2001@yahoo.com8-Sep-04 12:47 
QuestionEvent Handler hierarchy in WinForms??? Pin
LongRange.Shooter8-Sep-04 10:57
LongRange.Shooter8-Sep-04 10:57 
AnswerRe: Event Handler hierarchy in WinForms??? Pin
Christian Graus8-Sep-04 15:43
protectorChristian Graus8-Sep-04 15:43 
GeneralRe: Event Handler hierarchy in WinForms??? Pin
LongRange.Shooter9-Sep-04 3:14
LongRange.Shooter9-Sep-04 3:14 
GeneralRe: Event Handler hierarchy in WinForms??? Pin
LongRange.Shooter9-Sep-04 3:59
LongRange.Shooter9-Sep-04 3:59 
GeneralDatagrid cloumn to Array Pin
Vodstok8-Sep-04 6:46
Vodstok8-Sep-04 6:46 
GeneralRe: Datagrid cloumn to Array Pin
Nick Parker8-Sep-04 8:49
protectorNick Parker8-Sep-04 8:49 

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.