Click here to Skip to main content
15,924,452 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Image Editor Pin
ednrgc25-Jan-07 5:56
ednrgc25-Jan-07 5:56 
GeneralRe: Image Editor Pin
Central_IT25-Jan-07 22:35
Central_IT25-Jan-07 22:35 
GeneralRe: Image Editor Pin
ednrgc26-Jan-07 2:49
ednrgc26-Jan-07 2:49 
AnswerRe: Image Editor Pin
Christian Graus25-Jan-07 23:37
protectorChristian Graus25-Jan-07 23:37 
GeneralRe: Image Editor Pin
Central_IT25-Jan-07 23:46
Central_IT25-Jan-07 23:46 
GeneralRe: Image Editor Pin
ednrgc26-Jan-07 2:52
ednrgc26-Jan-07 2:52 
GeneralRe: Image Editor Pin
Central_IT26-Jan-07 4:04
Central_IT26-Jan-07 4:04 
QuestionDisplaying a Bitmap View [modified] Pin
Central_IT25-Jan-07 1:25
Central_IT25-Jan-07 1:25 
Thanks Dave for the following, it works a treat and yes easy

*******
Easy. Drop the PictureBox control into a Panel control on your form and set the Panel's AutoScroll property to True. In your code, load the image you want into an Image object, then set the PictureBox's Image property to that Image object and set the Size of the PictureBox to the size of the Image or to any size to you want.
*****

My next problem was when I put the image (tiff) into the picture box it is huge, have to use the scrolls bars. It there any way I can make the image a wee bit smaller when loading to save me making the object take up the whole screen. With crystal reports you have a command like

CrystalReportViewer1.Zoom(1)

Also I use XP and just found out it does not work with Kodak Image Edit Control. Works great with Win 2000. Is there anything out there, free, that does the same as Kodak but with XP

Does this make sense?





-- modified at 10:48 Thursday 25th January, 2007
AnswerRe: Displaying a Bitmap View Pin
Christian Graus25-Jan-07 17:42
protectorChristian Graus25-Jan-07 17:42 
GeneralRe: Displaying a Bitmap View Pin
Central_IT25-Jan-07 22:32
Central_IT25-Jan-07 22:32 
GeneralRe: Displaying a Bitmap View Pin
Christian Graus25-Jan-07 22:48
protectorChristian Graus25-Jan-07 22:48 
GeneralRe: Displaying a Bitmap View Pin
Central_IT25-Jan-07 23:48
Central_IT25-Jan-07 23:48 
GeneralRe: Displaying a Bitmap View Pin
Christian Graus26-Jan-07 10:02
protectorChristian Graus26-Jan-07 10:02 
QuestionSQLClientPermission error Pin
manisghouri25-Jan-07 0:56
manisghouri25-Jan-07 0:56 
AnswerRe: SQLClientPermission error Pin
ednrgc25-Jan-07 6:15
ednrgc25-Jan-07 6:15 
GeneralRe: SQLClientPermission error Pin
manisghouri28-Jan-07 22:55
manisghouri28-Jan-07 22:55 
GeneralRe: SQLClientPermission error Pin
manisghouri29-Jan-07 0:43
manisghouri29-Jan-07 0:43 
QuestionDatagridview selection Pin
lanache24-Jan-07 23:37
lanache24-Jan-07 23:37 
AnswerRe: Datagridview selection Pin
ednrgc25-Jan-07 6:19
ednrgc25-Jan-07 6:19 
GeneralRe: Datagridview selection Pin
lanache30-Jan-07 23:35
lanache30-Jan-07 23:35 
QuestionSystem Mouse Events Pin
bony_baba24-Jan-07 23:14
bony_baba24-Jan-07 23:14 
AnswerRe: System Mouse Events [modified] Pin
Thomas Stockwell26-Jan-07 13:17
professionalThomas Stockwell26-Jan-07 13:17 
QuestionDrag and Drop in Listview Pin
bony_baba24-Jan-07 23:13
bony_baba24-Jan-07 23:13 
QuestionCreating an arraylist of an object Pin
Geoff_300124-Jan-07 22:34
Geoff_300124-Jan-07 22:34 
AnswerRe: Creating an arraylist of an object Pin
Guffa24-Jan-07 23:11
Guffa24-Jan-07 23:11 

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.