Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: X - Key as a shortcut creates problem when typing. Pin
Jay Royall28-Apr-09 2:58
Jay Royall28-Apr-09 2:58 
AnswerRe: X - Key as a shortcut creates problem when typing. Pin
Tom Deketelaere28-Apr-09 2:46
professionalTom Deketelaere28-Apr-09 2:46 
GeneralRe: X - Key as a shortcut creates problem when typing. Pin
Atul Kharecha28-Apr-09 3:58
Atul Kharecha28-Apr-09 3:58 
GeneralRe: X - Key as a shortcut creates problem when typing. Pin
Luc Pattyn28-Apr-09 4:05
sitebuilderLuc Pattyn28-Apr-09 4:05 
GeneralRe: X - Key as a shortcut creates problem when typing. Pin
Tom Deketelaere28-Apr-09 4:16
professionalTom Deketelaere28-Apr-09 4:16 
QuestionCropping a High Resolution Image in VB.Net 2008 Pin
wkitlam28-Apr-09 1:22
wkitlam28-Apr-09 1:22 
AnswerRe: Cropping a High Resolution Image in VB.Net 2008 Pin
Luc Pattyn28-Apr-09 1:27
sitebuilderLuc Pattyn28-Apr-09 1:27 
GeneralRe: Cropping a High Resolution Image in VB.Net 2008 Pin
wkitlam29-Apr-09 22:37
wkitlam29-Apr-09 22:37 
Thanks for the reply, but I think using Graphics.DrawImage to paint the image on the panel isn't going to work for me, perhaps I should explain my intention more clearly. What I want to do is allow the user to crop their high resolution image, but the entire image must be displayed on the form without parts of it cutting off, in order to do this I have scale down the image to best fit the picture box and keeping the SizeMode to Normal. However, when the user crops the image the crop must come from the high resolution image itself but not the scale down version displayed in the picture box. I have managed to achieved cropping the right portion of the scale down version of the image, but obviously cropping the scale down version will mean that I will lose the original resoultion and keeping the high resolution is an absolute requirement for this application.

Correct me if I am approaching this the wrong way, but my thinking is that as the user draws the rectangle on the scale down version of the image, instead of the passing the scale down version through Image.Clone or Grahics.DrawImage, the orignal high resolution version is passed through instead and there needs to be some sort of code that proportionately scale up the rectangle drawn so that what ever section that the user crop on the scale down version will match the high resolution version. I don't know if it is possible to acheive this nor do I have any idea how to approach this, any help will be much appreciated.

Hope all this make sense, thanks in advance.
GeneralRe: Cropping a High Resolution Image in VB.Net 2008 Pin
Luc Pattyn30-Apr-09 0:56
sitebuilderLuc Pattyn30-Apr-09 0:56 
AnswerRe: Cropping a High Resolution Image in VB.Net 2008 Pin
Henry Minute28-Apr-09 2:14
Henry Minute28-Apr-09 2:14 
GeneralRe: Cropping a High Resolution Image in VB.Net 2008 Pin
Luc Pattyn28-Apr-09 3:24
sitebuilderLuc Pattyn28-Apr-09 3:24 
QuestionListinging folder groups [modified] Pin
Jaison Peter28-Apr-09 1:13
Jaison Peter28-Apr-09 1:13 
AnswerRe: Listinging folder groups Pin
Dave Kreskowiak28-Apr-09 4:51
mveDave Kreskowiak28-Apr-09 4:51 
NewsMicrosoft Tech-ed Event in India Pin
manish deora28-Apr-09 0:43
manish deora28-Apr-09 0:43 
GeneralRe: Microsoft Tech-ed Event in India Pin
scottgp28-Apr-09 0:54
professionalscottgp28-Apr-09 0:54 
Questionvisual studio 2005 and microsoft access mdb file Pin
George Farr27-Apr-09 21:50
George Farr27-Apr-09 21:50 
AnswerRe: visual studio 2005 and microsoft access mdb file Pin
Christian Graus27-Apr-09 22:11
protectorChristian Graus27-Apr-09 22:11 
GeneralRe: visual studio 2005 and microsoft access mdb file Pin
Dalek Dave27-Apr-09 22:38
professionalDalek Dave27-Apr-09 22:38 
AnswerRe: visual studio 2005 and microsoft access mdb file Pin
Tiyani Miyambo27-Apr-09 23:22
Tiyani Miyambo27-Apr-09 23:22 
QuestionRaw HDBC handle from VB ODBC connection Pin
Stephen Woods27-Apr-09 20:40
Stephen Woods27-Apr-09 20:40 
AnswerRe: Raw HDBC handle from VB ODBC connection Pin
Dave Kreskowiak28-Apr-09 4:42
mveDave Kreskowiak28-Apr-09 4:42 
QuestionRTMP Pin
safdaralis27-Apr-09 19:26
safdaralis27-Apr-09 19:26 
AnswerRe: RTMP Pin
Christian Graus27-Apr-09 22:11
protectorChristian Graus27-Apr-09 22:11 
QuestionRTMP Pin
safdaralis27-Apr-09 19:25
safdaralis27-Apr-09 19:25 
Questiona new coding style which I came across Pin
Member 305788727-Apr-09 18:55
Member 305788727-Apr-09 18:55 

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.