qertthings.blogg.se

Purebasic hide window
Purebasic hide window







purebasic hide window
  1. #Purebasic hide window serial number#
  2. #Purebasic hide window code#
  3. #Purebasic hide window mac#
  4. #Purebasic hide window windows#

GraphSet(Id,Value.f) Sets the value of the Graph Graph(x,y,width,height,Segment,medium.f,hight.f,full.f,color1,color2,color3,LineColor) Creates a Graph gadget. īargraphSet(Id,Value.f) Sets the value of the bar graphīargraphGet(Id) Get the value of the bar graphīargraphEvent(Id) Returns 1 if you click on a bar graph gadget UserShellFolder(GUID.s,ShellFolder.s) Return shell folder of a user (XP only)īargraph(x,y,width,height,Direction,medium.f,hight.f,full.f,color1,color2,color3,BackgroundColor) Creates a bar graph gadget. UserGuid(Username.s) Return the GUID of the user UserLoggedOn() Return Logged on user (XP only) RegValueExists(Key.s, ValueName.s, ComputerName.s) Tests if a Value Name exists RegCreateKeyValue(Key.s,ValueName.s,Value.s,Type,ComputerName.s) Creates a Key and a Value in a Single Command RegDeleteKeyWithAllSub(Key.s,ComputerName.s) Deletes a Key and all its SubKeys / Values RegKeyExists(Key.s, ComputerName.s) Tests if a Key exists RegListSubValue(Key.s, index, ComputerName.s) Lists all SubValues RegDeleteKey(Key.s, ComputerName.s) Deletes a Key RegCreateKey(Key.s, ComputerName.s) Creates a Key RegDeleteValue(Key.s, ValueName.s, ComputerName.s) Deletes a Value RegListSubKey(Key.s, index, ComputerName.s) Lists all SubKeys RegGetType(Key.s, ValueName.s, ComputerName.s) Returns Key Type RegGetValue(Key.s, ValueName.s, ComputerName.s) Gets a Value RegSetValue(Key.s, ValueName.s, Value.s, Type, ComputerName.s) Sets a Value GetResourceSize(Name.s) Returns the size of a resource ( Name is the first field of the RC file ) GetResourcePointer(Name.s) Returns a pointer of a resource ( Name is the first field of the RC file ) SaveResourceAs(Name.s,File.s) Save the resource as a file ( Name is the first field of the RC file )

#Purebasic hide window code#

MeasureHiResIntervalStop() Defines the point where you want to stop measuring your code MeasureHiResIntervalStart() Defines the point where you want to start measuring your code MeasureIntervalStop() Defines the point where you want to stop measuring your code MeasureIntervalStart() Defines the point where you want to start measuring your code LogInitAuto() Init log file to ProgramFiles\Disc\ExeName.log LogWrite(text.s) Appends Date & Time + Text to the log file LogInit(LogFile.s,DateFormat.s="%dd/%mm/%yy %hh:%ii:%ss ") Creates a LogFile

#Purebasic hide window windows#

RC4Api(string.s, Password.s) Encode / Decode a String with a key using Windows API ( RC4 algorithm ) SelfEncryption(text.s,en.l) Encrypt a String (text) if en=#True / Decrypt if en=#False

purebasic hide window purebasic hide window

GetLastErrorAsText(LastError.l) Used to get Last Win32 API Error GetLastError() Return the last Win32 API error as a string ScreenSaver() Runs the Screen-Saver immediately PureBasicVersion() Return Purebasic version ReturnKeyToButtonClick(Window) Simulate a left click when you press ENTER over an activated Button NTCore() Returns 1 if OS has an NT Core ( NT/2K/XP/.

#Purebasic hide window serial number#

MessageBeep(Sound) Play a windows soundīlockInput(State.l) Inhibit keyboard & MouseĬomputerSerialNumber() Retrieve the Computer Serial Number MonitorPower(State.b) Turn off / On / Standyby the monitorīeep(Frequency,Duration) Generates simple tones on the speaker Hex2String(string.s) Convert hex to stringĭocumentAndSettings() Return Document and Settings Folder String2Hex(string.s) Convert string to hex WMI(WMICommand.s) Interrogate WMI Database

#Purebasic hide window mac#

GetMacAddress(Subnet.s) Return mac address of a specific subnet GetProgramResult(File.s,Parameters.s) Retrieve the result of a command lineĬiscoFormat(MacAddress.s) Return mac address as 'Cisco' format

purebasic hide window

GetProgramResultExitCode() Return the error code of the program lauched by GetProgramResult GetFilePartWE(File.s) Return only file part without extension GetSpecialFolderLocation(fid.l) Get Name / Folder of Windows Special Folders MakeSureDirectoryPathExists(Directory.s) Creates all directories in the specified path Unicode2Ansi(Pointer) Converts Unicode to normal (Ansi) string (M)ĭroopyVersion() Return the library version Hex2Dec(hex.s) Converts a Hex value ( as String ) to a Decimal value ( as Long )īin2Dec(BinaryStringNumber.s) Converts a Binary value ( as String ) to a Decimal value ( as Long )įoregroundWindowGet() Returns The handle of The foreground windowįoregroundWindowSet(WindowsHandle) Sets the Foreground WindowĪnsi2Unicode(string.s) Converts normal (Ansi) string To Unicode (L) OemToString(StringAddress) Translates a string from the OEM-defined character set into either an ANSI or a wide-character string StringToOem(StringAddress) Translates a string into the OEM-defined character set.









Purebasic hide window