Click here to Skip to main content
15,925,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: error in this code Pin
ChandraRam3-Jul-07 2:44
ChandraRam3-Jul-07 2:44 
GeneralRe: error in this code Pin
magedhv3-Jul-07 3:04
magedhv3-Jul-07 3:04 
GeneralRe: error in this code Pin
ChandraRam3-Jul-07 3:09
ChandraRam3-Jul-07 3:09 
AnswerRe: error in this code Pin
Dave Kreskowiak3-Jul-07 5:04
mveDave Kreskowiak3-Jul-07 5:04 
AnswerRe: error in this code Pin
magedhv4-Jul-07 0:34
magedhv4-Jul-07 0:34 
GeneralRe: error in this code Pin
Dave Kreskowiak5-Jul-07 4:34
mveDave Kreskowiak5-Jul-07 4:34 
QuestionGetting postition of the Mouse in a PictureBox Pin
Zaegra2-Jul-07 22:27
Zaegra2-Jul-07 22:27 
AnswerRe: Getting postition of the Mouse in a PictureBox Pin
Dave Kreskowiak3-Jul-07 5:00
mveDave Kreskowiak3-Jul-07 5:00 
To do this, you cannot rely on the picturebox painting the picture for you. You have to supply the code to paint the picture yourself. This is because in order to map the mouse point coordinates in the picture box to the image its displaying, you MUST know the scaling values being used to scretch the image. Since the picturebox doesn't expose these to you when it draws the image, you have to calculate the scaling values yourself.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Getting postition of the Mouse in a PictureBox Pin
Zaegra5-Jul-07 1:15
Zaegra5-Jul-07 1:15 
Questionsetup with .net or sqlserver Pin
Doshi Divyesh2-Jul-07 22:15
Doshi Divyesh2-Jul-07 22:15 
AnswerRe: setup with .net or sqlserver Pin
Dave Kreskowiak3-Jul-07 4:57
mveDave Kreskowiak3-Jul-07 4:57 
QuestionWebService in vb6.0 Pin
ShuklaGirish2-Jul-07 22:13
ShuklaGirish2-Jul-07 22:13 
AnswerRe: WebService in vb6.0 Pin
Dave Kreskowiak3-Jul-07 4:44
mveDave Kreskowiak3-Jul-07 4:44 
QuestionBar code scanner USB Pin
Deemo2-Jul-07 20:08
Deemo2-Jul-07 20:08 
AnswerRe: Bar code scanner USB Pin
CPallini2-Jul-07 20:24
mveCPallini2-Jul-07 20:24 
AnswerRe: Bar code scanner USB Pin
Navneet Hegde2-Jul-07 20:26
Navneet Hegde2-Jul-07 20:26 
AnswerRe: Bar code scanner USB Pin
Dave Kreskowiak3-Jul-07 4:44
mveDave Kreskowiak3-Jul-07 4:44 
Questionwhere do I find DefaultClientScript progperty VB 2005 Pin
GuildfordG2-Jul-07 19:53
GuildfordG2-Jul-07 19:53 
AnswerRe: where do I find DefaultClientScript progperty VB 2005 Pin
Dave Kreskowiak3-Jul-07 4:29
mveDave Kreskowiak3-Jul-07 4:29 
Question2-tier architecture and 3-tier architecture Pin
ShuklaGirish2-Jul-07 19:22
ShuklaGirish2-Jul-07 19:22 
AnswerRe: 2-tier architecture and 3-tier architecture Pin
originSH2-Jul-07 22:40
originSH2-Jul-07 22:40 
AnswerThe rules Pin
leckey3-Jul-07 3:36
leckey3-Jul-07 3:36 
AnswerRe: 2-tier architecture and 3-tier architecture Pin
DanB19833-Jul-07 5:41
DanB19833-Jul-07 5:41 
Questionproblem in xsd file Error is : The same table (tradeId) cannot be the child table in two nested relations. [modified] Pin
PrakashBhaskar2-Jul-07 19:06
PrakashBhaskar2-Jul-07 19:06 
AnswerRe: problem in xsd file Error is : The same table (tradeId) cannot be the child table in two nested relations. Pin
Dave Kreskowiak3-Jul-07 4:14
mveDave Kreskowiak3-Jul-07 4:14 

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.