Tabstop on Win32::GUI

2001-05-16 Thread daryll . elston
Does anyone know how to inlude a button(s) in a Tabstop, below is some sample code I am using and I would like to tab to $b1,$b2 and $b3. Thanks in anticipation. $desk_input = $l->AddTextfield( -left=>135, -top =>20, -width =>110,

Re: Serial Number

2001-03-01 Thread daryll . elston
No I definitely need the Serial Number, it is for audit purposes, not to worry I will have to re-think. Thanks Anyway. Daryll |+---> || | || | || [EMAIL PROTECTED] | || 01 Mar 20

Serial Number

2001-03-01 Thread daryll . elston
Can anybody point me in the direction of a module or function that will allow me to grab the serial number from either a Laptop or PC? Thanks Daryll The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely for the addressee or add

Win32::API

2000-10-31 Thread daryll . elston
I am trying unsucessfully to re-boot a Win98 PC with the following code: use Win32::API; $ExitWindowsEx = new Win32::API("c:\\windows\\system\\user32.dll","ExitWindowsEx",[N,N],N); $EWX_LOGOFF= 0; $EWX_SHUTDOWN = 1; $EWX_REBOOT= 2; $EWX_FORCE = 4; $ExitWindowsEx -> call($EWX_REBOO