Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net Rollback question Pin
spif20011-Feb-05 20:47
spif20011-Feb-05 20:47 
GeneralSqlParameter Question Pin
Tee+1-Feb-05 17:51
Tee+1-Feb-05 17:51 
GeneralRe: SqlParameter Question Pin
Colin Angus Mackay1-Feb-05 21:00
Colin Angus Mackay1-Feb-05 21:00 
GeneralScroll + DrawImage Help Pin
jk chan1-Feb-05 16:38
jk chan1-Feb-05 16:38 
GeneralRe: Scroll + DrawImage Help Pin
Christian Graus1-Feb-05 17:02
protectorChristian Graus1-Feb-05 17:02 
GeneralRe: Scroll + DrawImage Help Pin
jk chan1-Feb-05 17:51
jk chan1-Feb-05 17:51 
GeneralRe: Scroll + DrawImage Help Pin
Christian Graus2-Feb-05 9:05
protectorChristian Graus2-Feb-05 9:05 
GeneralRe: Scroll + DrawImage Help Pin
Robert Rohde1-Feb-05 20:32
Robert Rohde1-Feb-05 20:32 
Have you tried using a PictureBox setting it SizeMode to AutoSize and just let the user control handle the scrolling with AutoScroll set to true?

If thats not working you should avoid using TranslateTransform as its a heavy function. If you pass negativ coordinates to your DrawImage function it should also work (as everything which cannot be drawn is simply clipped away). And dont use DrawImage, use DrawImageUnscaled instead (unless you need to scale).
GeneralDelimiters While Reading Text Files Pin
Anonymous1-Feb-05 13:35
Anonymous1-Feb-05 13:35 
GeneralRe: Delimiters While Reading Text Files Pin
Robert Rohde1-Feb-05 20:35
Robert Rohde1-Feb-05 20:35 
GeneralRe: Delimiters While Reading Text Files Pin
spif20011-Feb-05 20:42
spif20011-Feb-05 20:42 
GeneralRe: Delimiters While Reading Text Files Pin
Anonymous2-Feb-05 4:21
Anonymous2-Feb-05 4:21 
GeneralRe: Delimiters While Reading Text Files Pin
Dave Kreskowiak2-Feb-05 4:35
mveDave Kreskowiak2-Feb-05 4:35 
GeneralRe: Delimiters While Reading Text Files Pin
Sean Michael Murphy2-Feb-05 6:48
Sean Michael Murphy2-Feb-05 6:48 
GeneralRe: Delimiters While Reading Text Files Pin
Anonymous2-Feb-05 10:11
Anonymous2-Feb-05 10:11 
QuestionHow do i use lock(List.SyncRoot) properly in a collection? Pin
FocusedWolf1-Feb-05 13:17
FocusedWolf1-Feb-05 13:17 
AnswerRe: How do i use lock(List.SyncRoot) properly in a collection? Pin
Robert Rohde1-Feb-05 20:38
Robert Rohde1-Feb-05 20:38 
GeneralRe: How do i use lock(List.SyncRoot) properly in a collection? Pin
Anonymous2-Feb-05 3:03
Anonymous2-Feb-05 3:03 
QuestionLogon/Logout Methods? Pin
spacebass50001-Feb-05 13:15
spacebass50001-Feb-05 13:15 
AnswerRe: Logon/Logout Methods? Pin
Dave Kreskowiak2-Feb-05 1:55
mveDave Kreskowiak2-Feb-05 1:55 
GeneralRe: Logon/Logout Methods? Pin
spacebass50002-Feb-05 2:20
spacebass50002-Feb-05 2:20 
GeneralRe: Logon/Logout Methods? Pin
spacebass50002-Feb-05 3:41
spacebass50002-Feb-05 3:41 
GeneralRe: Logon/Logout Methods? Pin
Dave Kreskowiak2-Feb-05 4:34
mveDave Kreskowiak2-Feb-05 4:34 
GeneralRe: Logon/Logout Methods? Pin
spacebass50002-Feb-05 5:10
spacebass50002-Feb-05 5:10 
GeneralText Editing Pin
dcrewes1-Feb-05 12:02
dcrewes1-Feb-05 12:02 

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.