Click here to Skip to main content
15,896,509 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: little-endian/big-endian Pin
fuel2run24-May-04 4:31
fuel2run24-May-04 4:31 
GeneralRe: little-endian/big-endian Pin
Dave Kreskowiak24-May-04 4:51
mveDave Kreskowiak24-May-04 4:51 
GeneralRe: little-endian/big-endian Pin
fuel2run24-May-04 6:49
fuel2run24-May-04 6:49 
GeneralRe: little-endian/big-endian Pin
fuel2run1-Jun-04 21:57
fuel2run1-Jun-04 21:57 
GeneralRe: little-endian/big-endian Pin
Dave Kreskowiak2-Jun-04 0:26
mveDave Kreskowiak2-Jun-04 0:26 
GeneralAPI Problem - ShowWindow Pin
ColonelSanders23-May-04 19:10
ColonelSanders23-May-04 19:10 
GeneralScaleWidth/ScaleHeight Explantion Pin
xfitr223-May-04 18:43
xfitr223-May-04 18:43 
GeneralRe: ScaleWidth/ScaleHeight Explantion Pin
Dave Kreskowiak24-May-04 2:38
mveDave Kreskowiak24-May-04 2:38 
ScaleX and ScaleY convert the values from one unit of measure (twips, pixels, whatever's....) to another.

ScaleWidth and ScaleHeight get/set the values that represent the width and height of the control/form in the units set by the ScaleMode property. Usually, you leave ScaleMode set to vbTwips.

You can use the TwipsPerPixelX and TwipsPerPixelY to determine what the increment should be for ScaleWidth and ScaleY. Say you want to increase the width of a button control by 2 pixels. You would get the TwipsPerPixelX value and multiply that by 2, then add that value to the value in Button1.ScaleWidth.


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

Generala dll problem about vb.net Pin
Anonymous23-May-04 0:10
Anonymous23-May-04 0:10 
GeneralRe: a dll problem about vb.net Pin
Dave Kreskowiak23-May-04 4:17
mveDave Kreskowiak23-May-04 4:17 
GeneralOffice Com addin IDTExtensibility2 Pin
shinay22-May-04 22:35
shinay22-May-04 22:35 
Generalsend information to external application Pin
22-May-04 9:51
suss22-May-04 9:51 
GeneralRe: send information to external application Pin
Member 111855022-May-04 17:47
Member 111855022-May-04 17:47 
GeneralRe: send information to external application Pin
Charlie Williams22-May-04 18:46
Charlie Williams22-May-04 18:46 
GeneralRe: send information to external application Pin
Member 111855023-May-04 8:33
Member 111855023-May-04 8:33 
GeneralRe: send information to external application Pin
Charlie Williams23-May-04 8:42
Charlie Williams23-May-04 8:42 
GeneralRe: send information to external application Pin
Member 111855023-May-04 9:10
Member 111855023-May-04 9:10 
GeneralRe: send information to external application Pin
Charlie Williams23-May-04 9:20
Charlie Williams23-May-04 9:20 
GeneralRe: send information to external application [EDITED] Pin
Dave Kreskowiak23-May-04 16:18
mveDave Kreskowiak23-May-04 16:18 
GeneralRe: send information to external application Pin
Dave Kreskowiak23-May-04 16:32
mveDave Kreskowiak23-May-04 16:32 
GeneralRe: compare Cells Pin
Dave Kreskowiak24-May-04 2:48
mveDave Kreskowiak24-May-04 2:48 
GeneralRe: opening a file VB style Pin
WBro22-May-04 2:05
WBro22-May-04 2:05 
GeneralRe: opening a file VB style Pin
Dave Kreskowiak22-May-04 3:19
mveDave Kreskowiak22-May-04 3:19 
GeneralWorkstation Locked Pin
WBro21-May-04 20:50
WBro21-May-04 20:50 
GeneralRe: Workstation Locked Pin
Dave Kreskowiak22-May-04 3:36
mveDave Kreskowiak22-May-04 3:36 

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.