Click here to Skip to main content
15,898,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: BIFF7 Conversion Pin
Thomas Krojer1-Mar-11 21:23
Thomas Krojer1-Mar-11 21:23 
QuestionIntercept e Send ALT+F1 Pin
starcomsis1-Mar-11 5:24
starcomsis1-Mar-11 5:24 
AnswerRe: Intercept e Send ALT+F1 Pin
Dave Kreskowiak1-Mar-11 8:58
mveDave Kreskowiak1-Mar-11 8:58 
GeneralRe: Intercept e Send ALT+F1 Pin
starcomsis1-Mar-11 9:20
starcomsis1-Mar-11 9:20 
GeneralRe: Intercept e Send ALT+F1 Pin
Dave Kreskowiak1-Mar-11 14:46
mveDave Kreskowiak1-Mar-11 14:46 
QuestionHow to set parallel port in VB programming? Pin
saathis1-Mar-11 4:22
saathis1-Mar-11 4:22 
AnswerRe: How to set parallel port in VB programming? Pin
DaveAuld1-Mar-11 4:57
professionalDaveAuld1-Mar-11 4:57 
AnswerRe: How to set parallel port in VB programming? Pin
Luc Pattyn1-Mar-11 6:10
sitebuilderLuc Pattyn1-Mar-11 6:10 
AnswerRe: How to set parallel port in VB programming? Pin
glennPattonWork32-Mar-11 21:55
professionalglennPattonWork32-Mar-11 21:55 
QuestionHow to save SQL Server 2008 Multiple Tables [modified] Pin
Paramu197328-Feb-11 3:09
Paramu197328-Feb-11 3:09 
AnswerRe: How to save SQL Server 2008 Multiple Tables Pin
DaveAuld28-Feb-11 4:07
professionalDaveAuld28-Feb-11 4:07 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 4:49
Paramu197328-Feb-11 4:49 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
DaveAuld28-Feb-11 5:03
professionalDaveAuld28-Feb-11 5:03 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 7:22
Paramu197328-Feb-11 7:22 
AnswerRe: How to save SQL Server 2008 Multiple Tables Pin
Dave Kreskowiak28-Feb-11 8:07
mveDave Kreskowiak28-Feb-11 8:07 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Luc Pattyn28-Feb-11 9:08
sitebuilderLuc Pattyn28-Feb-11 9:08 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 18:30
Paramu197328-Feb-11 18:30 
QuestionCDO mails in proxy network Pin
WinCrs27-Feb-11 20:25
WinCrs27-Feb-11 20:25 
AnswerRe: CDO mails in proxy network Pin
WinCrs28-Feb-11 0:25
WinCrs28-Feb-11 0:25 
GeneralRe: CDO mails in proxy network Pin
Dave Kreskowiak28-Feb-11 8:02
mveDave Kreskowiak28-Feb-11 8:02 
QuestionHow to configure the directory name in vba excel code Pin
priyaahh27-Feb-11 17:19
priyaahh27-Feb-11 17:19 
AnswerRe: How to configure the directory name in vba excel code Pin
Eddy Vluggen27-Feb-11 22:02
professionalEddy Vluggen27-Feb-11 22:02 
Questionscaling the picturebox size the same as a whiteboard Pin
batanglangka26-Feb-11 10:06
batanglangka26-Feb-11 10:06 
AnswerRe: scaling the picturebox size the same as a whiteboard Pin
Henry Minute26-Feb-11 11:23
Henry Minute26-Feb-11 11:23 
You know the area available for the PictureBox.

So a little simple math will provide you with the answer.

1. obtain a Scale Factor by dividing the width of your area by the width of your whiteboard (770mm), or the height of your area by the height of the whiteboard (1000mm)
2. the width for the PictureBox will be 770 * the Scale Factor from above.
3. the height will be 1000 * the Scale Factor.
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.

AnswerRe: scaling the picturebox size the same as a whiteboard Pin
DaveAuld27-Feb-11 1:21
professionalDaveAuld27-Feb-11 1:21 

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.