Click here to Skip to main content
15,867,704 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Questiondrag drop icon with picturebox in vb6 Pin
ainie8625-Feb-11 5:11
ainie8625-Feb-11 5:11 
AnswerRe: drag drop icon with picturebox in vb6 Pin
Henry Minute26-Feb-11 11:28
Henry Minute26-Feb-11 11:28 
QuestionFormatting HTML - Source Code Pin
David Ballantyne23-Feb-11 3:15
David Ballantyne23-Feb-11 3:15 
AnswerRe: Formatting HTML - Source Code Pin
David Skelly23-Feb-11 6:29
David Skelly23-Feb-11 6:29 
AnswerRe: Formatting HTML - Source Code Pin
RobCroll26-Feb-11 23:38
RobCroll26-Feb-11 23:38 
GeneralRe: Formatting HTML - Source Code Pin
Henry Minute27-Feb-11 1:13
Henry Minute27-Feb-11 1:13 
GeneralRe: Formatting HTML - Source Code Pin
RobCroll27-Feb-11 1:54
RobCroll27-Feb-11 1:54 
GeneralRe: Formatting HTML - Source Code Pin
Richard MacCutchan27-Feb-11 1:56
mveRichard MacCutchan27-Feb-11 1:56 
GeneralRe: Formatting HTML - Source Code Pin
RobCroll27-Feb-11 2:43
RobCroll27-Feb-11 2:43 
GeneralRe: Formatting HTML - Source Code Pin
Henry Minute27-Feb-11 4:35
Henry Minute27-Feb-11 4:35 
QuestionHow to disable double click option in activex component control? Pin
mathivanaan22-Feb-11 17:45
mathivanaan22-Feb-11 17:45 
AnswerRe: How to disable double click option in activex component control? Pin
Eddy Vluggen24-Feb-11 0:42
professionalEddy Vluggen24-Feb-11 0:42 
AnswerRe: How to disable double click option in activex component control? Pin
Dave Kreskowiak27-Feb-11 11:47
mveDave Kreskowiak27-Feb-11 11:47 
QuestionSendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 12:55
FeRtoll22-Feb-11 12:55 
AnswerRe: SendMessage (backspace) not working! Pin
Luc Pattyn22-Feb-11 13:18
sitebuilderLuc Pattyn22-Feb-11 13:18 
GeneralRe: SendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 13:25
FeRtoll22-Feb-11 13:25 

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.