04-26-2006 09:53 AM
04-26-2006 10:26 AM - edited 04-26-2006 10:26 AM
Hello,
You should use the function GetPanelHandleFromTabPage to get a panel handle for the tab page, containing the numeric control you want to access. Then simply use the GetCtrlVal and SetCtrlVal functions to set and get the values from the numeric control. The parameter 'panel' of these functions should be the panel handle you got from the GetPanelHandleFromTabPage function.
Message Edited by Wim S on 04-26-2006 05:27 PM
04-26-2006 11:42 AM
04-27-2006 02:23 AM