Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: Masking Keyboard and Mouse Events Pin
Dave Kreskowiak19-Mar-04 9:25
mveDave Kreskowiak19-Mar-04 9:25 
GeneralRe: Masking Keyboard and Mouse Events Pin
Heath Stewart19-Mar-04 8:02
protectorHeath Stewart19-Mar-04 8:02 
GeneralRe: Masking Keyboard and Mouse Events Pin
m_ramses19-Mar-04 21:16
m_ramses19-Mar-04 21:16 
GeneralRe: Masking Keyboard and Mouse Events Pin
Nick Parker20-Mar-04 6:16
protectorNick Parker20-Mar-04 6:16 
Generalbitmap with scroll Pin
cmarmr19-Mar-04 6:42
cmarmr19-Mar-04 6:42 
GeneralRe: bitmap with scroll Pin
Judah Gabriel Himango19-Mar-04 6:47
sponsorJudah Gabriel Himango19-Mar-04 6:47 
GeneralRe: bitmap with scroll Pin
Heath Stewart19-Mar-04 7:52
protectorHeath Stewart19-Mar-04 7:52 
GeneralRe: bitmap with scroll Pin
Syed Abdul Khader19-Mar-04 22:10
Syed Abdul Khader19-Mar-04 22:10 
I think it is not possible with the PictureBox. But you can do a workaround.
Add a panel which is small in size than the PictureBox and set the AutoScroll property of Panel to True.
And also make the PictureBox's SizeMode property to AutoSize so that it will be big enough to have the Image without any sterching and you can see the full image when you scroll the panel.
I think for doing this, there is no need for sample code. It is very straight forward.
GeneralApplication Updater on Apache Pin
bisquic19-Mar-04 6:15
bisquic19-Mar-04 6:15 
GeneralRe: Application Updater on Apache Pin
Heath Stewart19-Mar-04 6:25
protectorHeath Stewart19-Mar-04 6:25 
GeneralRe: Application Updater on Apache Pin
bisquic22-Mar-04 3:03
bisquic22-Mar-04 3:03 
Generaladd reference Pin
yyf19-Mar-04 6:08
yyf19-Mar-04 6:08 
GeneralRe: add reference Pin
Heath Stewart19-Mar-04 6:13
protectorHeath Stewart19-Mar-04 6:13 
GeneralFile segmentation Pin
profoundwhispers19-Mar-04 5:47
profoundwhispers19-Mar-04 5:47 
GeneralRe: File segmentation Pin
Heath Stewart19-Mar-04 6:09
protectorHeath Stewart19-Mar-04 6:09 
GeneralSomething unclear to me about threads... Pin
profoundwhispers19-Mar-04 5:43
profoundwhispers19-Mar-04 5:43 
GeneralRe: Something unclear to me about threads... Pin
Heath Stewart19-Mar-04 6:01
protectorHeath Stewart19-Mar-04 6:01 
GeneralStrong/Shared assemblies Pin
Kant19-Mar-04 4:57
Kant19-Mar-04 4:57 
GeneralRe: Strong/Shared assemblies Pin
Heath Stewart19-Mar-04 5:59
protectorHeath Stewart19-Mar-04 5:59 
GeneralRe: Strong/Shared assemblies Pin
Kant19-Mar-04 10:36
Kant19-Mar-04 10:36 
GeneralRe: Strong/Shared assemblies Pin
Heath Stewart21-Mar-04 12:52
protectorHeath Stewart21-Mar-04 12:52 
GeneralLoading assemblies Pin
Craig G. Wilson19-Mar-04 4:55
Craig G. Wilson19-Mar-04 4:55 
GeneralRe: Loading assemblies Pin
Heath Stewart19-Mar-04 5:56
protectorHeath Stewart19-Mar-04 5:56 
GeneralRe: Loading assemblies Pin
Craig G. Wilson19-Mar-04 8:03
Craig G. Wilson19-Mar-04 8:03 
GeneralRe: Loading assemblies Pin
Craig G. Wilson19-Mar-04 8:34
Craig G. Wilson19-Mar-04 8:34 

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.