Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Deserialize XML by reverse-engineering class def Pin
Ed 5426-Jun-06 12:57
Ed 5426-Jun-06 12:57 
QuestionUnderstanding DataSets... [modified] Pin
martin_hughes25-Jun-06 4:56
martin_hughes25-Jun-06 4:56 
AnswerRe: Understanding DataSets... Pin
Robert Rohde25-Jun-06 20:10
Robert Rohde25-Jun-06 20:10 
QuestionOptional field selection SQL Pin
WillemM25-Jun-06 4:30
WillemM25-Jun-06 4:30 
AnswerRe: Optional field selection SQL Pin
Michael P Butler25-Jun-06 5:04
Michael P Butler25-Jun-06 5:04 
GeneralRe: Optional field selection SQL Pin
WillemM25-Jun-06 5:28
WillemM25-Jun-06 5:28 
Questionbug in HScrollBar control object Pin
3Dizard25-Jun-06 4:17
3Dizard25-Jun-06 4:17 
AnswerRe: bug in HScrollBar control object [modified] Pin
Graham Nimbley25-Jun-06 10:12
Graham Nimbley25-Jun-06 10:12 
This is quoted from MSDN:

The value of a scroll bar cannot reach its maximum value through user interaction at run time. The maximum value that can be reached is equal to the Maximum property value minus the LargeChange property value plus 1. The maximum value can only be reached programmatically.


So in your case LargeChange=10. You could get round this by adding LargeChange to Maximum;

-- modified at 16:12 Sunday 25th June, 2006
GeneralRe: bug in HScrollBar control object Pin
3Dizard26-Jun-06 4:28
3Dizard26-Jun-06 4:28 
Questionclass or struct? Pin
Super Lloyd25-Jun-06 4:16
Super Lloyd25-Jun-06 4:16 
AnswerRe: class or struct? Pin
Jun Du25-Jun-06 4:39
Jun Du25-Jun-06 4:39 
GeneralRe: class or struct? Pin
Super Lloyd25-Jun-06 5:10
Super Lloyd25-Jun-06 5:10 
AnswerRe: class or struct? Pin
Guffa25-Jun-06 5:09
Guffa25-Jun-06 5:09 
GeneralRe: class or struct? Pin
Super Lloyd25-Jun-06 5:12
Super Lloyd25-Jun-06 5:12 
Questionpicture box - help!! Pin
printscreen1234525-Jun-06 4:01
printscreen1234525-Jun-06 4:01 
AnswerRe: picture box - help!! Pin
Graham Nimbley25-Jun-06 10:08
Graham Nimbley25-Jun-06 10:08 
GeneralRe: picture box - help!! Pin
printscreen1234526-Jun-06 23:39
printscreen1234526-Jun-06 23:39 
AnswerRe: picture box - help!! Pin
Nader Elshehabi25-Jun-06 11:10
Nader Elshehabi25-Jun-06 11:10 
GeneralRe: picture box - help!! Pin
printscreen1234527-Jun-06 3:20
printscreen1234527-Jun-06 3:20 
GeneralRe: picture box - help!! Pin
Nader Elshehabi27-Jun-06 11:17
Nader Elshehabi27-Jun-06 11:17 
Questionhow to decrypt encryption video in stream and play it ? Pin
hdv21225-Jun-06 3:24
hdv21225-Jun-06 3:24 
QuestionBit of design advice needed Pin
relaeir25-Jun-06 2:02
relaeir25-Jun-06 2:02 
AnswerRe: Bit of design advice needed [modified] Pin
Graham Nimbley25-Jun-06 10:21
Graham Nimbley25-Jun-06 10:21 
AnswerRe: Bit of design advice needed Pin
Richard Houltz25-Jun-06 12:41
Richard Houltz25-Jun-06 12:41 
AnswerRe: Bit of design advice needed Pin
relaeir25-Jun-06 18:03
relaeir25-Jun-06 18:03 

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.