Click here to Skip to main content
15,882,063 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to include Sql Server 2000 database in a setup project? Pin
Noctris8-May-09 0:00
Noctris8-May-09 0:00 
QuestionBrowser content not to visible to user intially for sometime? Pin
svt gdwl7-May-09 22:30
svt gdwl7-May-09 22:30 
QuestionHow to lock the msi setup for a specific period? Pin
svt gdwl7-May-09 22:20
svt gdwl7-May-09 22:20 
QuestionGPS/GSM application Pin
Nanyoe7-May-09 22:09
Nanyoe7-May-09 22:09 
Questionusing printer driver in vb,net Pin
tauras817-May-09 21:06
tauras817-May-09 21:06 
AnswerRe: using printer driver in vb,net Pin
Mycroft Holmes7-May-09 21:39
professionalMycroft Holmes7-May-09 21:39 
Questionc# Trackbar Arrowkeys bug Pin
VoNa197-May-09 20:32
VoNa197-May-09 20:32 
AnswerRe: c# Trackbar Arrowkeys bug Pin
Dave Kreskowiak8-May-09 1:11
mveDave Kreskowiak8-May-09 1:11 
It's only a bug if you attribute "Up" to increasing the value and "Down" to decreasing it. If you turn the TrackBar vertical, the keys are correct. Visually, it's a bit backwards to reverse the keys.

You can create you're own TrackBar class by inheriting from TrackBar, then override the OnKeyDown method. Check for the appropriate keys and handle the Value of the trackbar yourself, skipping sending the keys to the base OnKeyDown method.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: c# Trackbar Arrowkeys bug Pin
VoNa198-May-09 1:56
VoNa198-May-09 1:56 
QuestionHow to get Data labels In charts using C# Pin
amitabha20077-May-09 20:11
amitabha20077-May-09 20:11 
QuestionVOIP Pin
imranliaqat7-May-09 20:10
imranliaqat7-May-09 20:10 
AnswerRe: VOIP Pin
Mycroft Holmes7-May-09 21:36
professionalMycroft Holmes7-May-09 21:36 
QuestionQuery to get number of tables Pin
arun_pk7-May-09 19:39
arun_pk7-May-09 19:39 
AnswerRe: Query to get number of tables Pin
Spunky Coder7-May-09 20:51
Spunky Coder7-May-09 20:51 
Questionpop up progress bar Pin
S K Y7-May-09 19:39
S K Y7-May-09 19:39 
AnswerRe: pop up progress bar Pin
N a v a n e e t h7-May-09 19:41
N a v a n e e t h7-May-09 19:41 
GeneralRe: pop up progress bar Pin
S K Y7-May-09 19:52
S K Y7-May-09 19:52 
GeneralRe: pop up progress bar Pin
Dave Kreskowiak8-May-09 1:00
mveDave Kreskowiak8-May-09 1:00 
Questionneed a print monitor component Pin
vijayatbics7-May-09 19:31
vijayatbics7-May-09 19:31 
AnswerRe: need a print monitor component Pin
OriginalGriff7-May-09 22:02
mveOriginalGriff7-May-09 22:02 
Questionlisten to a network printer? Pin
vijayatbics7-May-09 19:18
vijayatbics7-May-09 19:18 
AnswerRe: listen to a network printer? Pin
Spunky Coder7-May-09 20:53
Spunky Coder7-May-09 20:53 
AnswerRe: listen to a network printer? Pin
Dave Kreskowiak8-May-09 0:49
mveDave Kreskowiak8-May-09 0:49 
QuestionDirectoryInfo.GetDirectories() search patterns Pin
dybs7-May-09 18:22
dybs7-May-09 18:22 
AnswerRe: DirectoryInfo.GetDirectories() search patterns Pin
Dave Kreskowiak8-May-09 0:48
mveDave Kreskowiak8-May-09 0:48 

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.