home *** CD-ROM | disk | FTP | other *** search
- Form1
- !TextWidth/Height vs GetTextExtent
- Form1
- Label3
- To test these two functions, click on the Run button. To change the number of test cycles, simply enter a new value in the textbox.
- Label1
- Number of Test Cycles:
- Cycles
- Label2
- Time -- TextWidth/Height:
- TWTime
- Label4
- Time -- GetTextExtent:
- GTETime
- RunButton
- EndButton
- Form_Click
- @ Form_Load
- Result
- MhFileDateCompare
- Form1'
- asmlib
- vbtoolsi
- GetCurrentTime
- Label1
- Picture1
- Text1H
- Cycles
- Label2
- Text2A
- Label3
- TWTime
- GTETime
- Command1O
- RunButton
- EndButton
- Form_LinkClose
- GetTextExtent
- Caption
- EndButton_Click
- RunButton_Click
- StartTime
- EndTime
- First
- CycleCount
- Length
- AString
- Label4
- GETTime
- Screen
- MousePointer
- Form_Load
- Make a call to GetTextExtent to ensure that the DLL is loaded.a
- Otherwise the timing test would not be fair.
- EndButton_Click
- RunButton_Click
- First test TextWidth and TextHeight
- ####0.##
- Then test GetTextExtent
- Text Height
- Text WidthH
- ####0.##
-