Hi,
Is it possible to determine the type of computer on which my application is running - PC or laptop?
If it is a PC, then you can determine the tim of the monitor - sensor or not?
Natter wrote:Is it possible to determine the type of computer on which my application is running - PC or laptop?
If it is a PC, then you can determine the tim of the monitor - sensor or not?
FW_IsTouchScreen()
FW_IsMousePresent()
FW_IsTabletMode()
ScreenSize( [lInches] ) --> Screen Diameter in MM or Inches
if FW_IsTouchScreen() .and. !FW_IsMousePresent() .and. ;
FW_IsTabletMode() .and. ScreenSize( .t. ) <= 10
? "tablet"
endif
GetSystemMetrics(SM_TABLETPC)
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 31 guests