131738 Posted September 27, 2010 Share Posted September 27, 2010 _WinAPI_GetConnectedDlg ( $iDlg [, $iFlags [, $hParent]] ) $iDlg - Specifies which the dialog should be launched, valid values: |0 - Local area network connectivity. |1 - Internet connectivity. |2 - Virtual private network (VPN) connectivity. Parameter of the syntax to do. . . Link to comment Share on other sites More sharing options...
Yashied Posted September 27, 2010 Author Share Posted September 27, 2010 Sorry, I do not understand what you mean... My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
131738 Posted September 29, 2010 Share Posted September 29, 2010 (edited) _WinAPI_GetConnectedDlg ( $iDlg [, $iFlags [, $hParent]] ) -------------------------------------------------------------- Parameters $iDlg - Specifies which the dialog should be launched, valid values: 0 - Local area network connectivity. 1 - Internet connectivity. 2 - Virtual private network (VPN) connectivity. ... Edited September 29, 2010 by 131738 Link to comment Share on other sites More sharing options...
Yashied Posted September 29, 2010 Author Share Posted September 29, 2010 _WinAPI_GetConnectedDlg ( $iDlg [, $iFlags [, $hParent]] ) -------------------------------------------------------------- Parameters $iDlg - Specifies which the dialog should be launched, valid values: 0 - Local area network connectivity. 1 - Internet connectivity. 2 - Virtual private network (VPN) connectivity. ... That works fine. I don't understand... My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
JohnOne Posted September 29, 2010 Share Posted September 29, 2010 ; #FUNCTION# ==================================================================================================================== ; Name...........: _WinAPI_GetConnectedDlg ; Description....: Launches the Get Connected wizard within the calling application to enable network connectivity. ; Syntax.........: _WinAPI_GetConnectedDlg ( $iDlg [, $iFlags [, $hParent]] ) ; $iDlg - Specifies which the dialog should be launched, valid values: ; |0 - Local area network connectivity. ; |1 - Internet connectivity. ; |2 - Virtual private network (VPN) connectivity. ; Parameters.....: $iFlags - Specifies an additional options. This parameter can be one or more of the following values. ; |0 - Default. ; |1 - Do not display the Get Connected wizard page that shows whether or not the user has a working or active Internet connection. ; |2 - Do not display the Get Connected wizard page that shows a list of existing internet connections. ; |4 - Hide the finish page of the Get Connected wizard. ; $hParent - Handle to the parent window that called this API. ; Return values..: Success - 1 - The Internet is connected. ; 0 - Otherwise. ; Failure - 0 and sets the @error flag to non-zero, @extended flag may contain the system error code. ; Author.........: Yashied ; Modified.......: ; Remarks........: This function requires Windows Vista or later. ; Related........: ; Link...........: None ; Example........: Yes AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Yashied Posted September 29, 2010 Author Share Posted September 29, 2010 ; #FUNCTION# ==================================================================================================================== ; Name...........: _WinAPI_GetConnectedDlg ; Description....: Launches the Get Connected wizard within the calling application to enable network connectivity. ; Syntax.........: _WinAPI_GetConnectedDlg ( $iDlg [, $iFlags [, $hParent]] ) ; $iDlg - Specifies which the dialog should be launched, valid values: ; |0 - Local area network connectivity. ; |1 - Internet connectivity. ; |2 - Virtual private network (VPN) connectivity. ; Parameters.....: $iFlags - Specifies an additional options. This parameter can be one or more of the following values. ; |0 - Default. ; |1 - Do not display the Get Connected wizard page that shows whether or not the user has a working or active Internet connection. ; |2 - Do not display the Get Connected wizard page that shows a list of existing internet connections. ; |4 - Hide the finish page of the Get Connected wizard. ; $hParent - Handle to the parent window that called this API. ; Return values..: Success - 1 - The Internet is connected. ; 0 - Otherwise. ; Failure - 0 and sets the @error flag to non-zero, @extended flag may contain the system error code. ; Author.........: Yashied ; Modified.......: ; Remarks........: This function requires Windows Vista or later. ; Related........: ; Link...........: None ; Example........: Yes Ah OK, fixed. My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
131738 Posted September 30, 2010 Share Posted September 30, 2010 Ah OK, fixed.Not easy. . . Link to comment Share on other sites More sharing options...
Fantastic Posted October 14, 2010 Share Posted October 14, 2010 Yashied could you show an example of _WinAPI_UpdateResource changing version info?The example for changing icons is great. [u]My current project:[/u] [size="1"]A bootable USB[/size]Webpage:*http://mylittlesoft.blogspot.com/ Link to comment Share on other sites More sharing options...
Yashied Posted October 14, 2010 Author Share Posted October 14, 2010 Yashied could you show an example of _WinAPI_UpdateResource changing version info?Read, read and read again MSDN.Maybe later... My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
Yashied Posted November 12, 2010 Author Share Posted November 12, 2010 (edited) The library has been updated.v3.1ChangesAdded the following functions. _WinAPI_AbortPath _WinAPI_AngleArc _WinAPI_Arc _WinAPI_ArcTo _WinAPI_BeginPath _WinAPI_CloseFigure _WinAPI_CreateMutex _WinAPI_DuplicateHandle _WinAPI_EndPath _WinAPI_ExcludeClipRect _WinAPI_ExtCreateRegion _WinAPI_FillPath _WinAPI_FlattenPath _WinAPI_GetArcDirection _WinAPI_GetClassInfoEx _WinAPI_GetClipBox _WinAPI_GetClipRgn _WinAPI_GetFileTitle _WinAPI_GetPolyFillMode _WinAPI_GetRegionData _WinAPI_IntersectClipRect _WinAPI_LineDDA _WinAPI_MessageBoxIndirect _WinAPI_OpenMutex _WinAPI_PathIsURL _WinAPI_PathParseIconLocation _WinAPI_PathRemoveArgs _WinAPI_PathToRegion _WinAPI_PathUnquoteSpaces _WinAPI_PtVisible _WinAPI_RectInRegion _WinAPI_RectVisible _WinAPI_RegisterClassEx _WinAPI_RegNotifyChangeKeyValue _WinAPI_ReleaseMutex _WinAPI_ResetEvent _WinAPI_SelectClipPath _WinAPI_SelectClipRgn _WinAPI_SetArcDirection _WinAPI_SetDIBitsToDevice _WinAPI_SetPolyFillMode _WinAPI_SetRectRgn _WinAPI_SetWindowTheme _WinAPI_StrokeAndFillPath _WinAPI_StrokePath _WinAPI_UnregisterClass _WinAPI_WidenPathAdded examples for the functions above._WinAPI_*MRU*() functions no longer supports a binary data.All constants are now in a separate APIConstants.au3 file.Fixed description of some functions.Updated documentation (WinAPIEx Help). Edited November 29, 2010 by Yashied My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
wakillon Posted November 14, 2010 Share Posted November 14, 2010 (edited) Thanks for this great UDF Yashield ! I wanted to use your _WinAPI_ShellGetSpecialFolderPath Function for get the recyclebin path like this,Global Const $FOLDERID_RecycleBinFolder = '{B7534046-3ECB-4C18-BE4E-64CD4CB7D6AC}' ConsoleWrite ( " : " & _WinAPI_ShellGetSpecialFolderPath ( $FOLDERID_RecycleBinFolder ) & @Crlf ) Func _WinAPI_ShellGetSpecialFolderPath($CSIDL, $fCreate = 0) Local $tPath = DllStructCreate('wchar[1024]') Local $Ret = DllCall('shell32.dll', 'int', 'SHGetSpecialFolderPathW', 'hwnd', 0, 'ptr', DllStructGetPtr($tPath), 'int', $CSIDL, 'int', $fCreate) If (@error) Or (Not $Ret[0]) Then Return SetError(1, 0, '') EndIf Return DllStructGetData($tPath, 1) EndFunc ;==>_WinAPI_ShellGetSpecialFolderPathbut it return the desktop path...what i'm doing wrong ? edit : may be it's the RecycleBin Desktop link path ? Edited November 14, 2010 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
GEOSoft Posted November 14, 2010 Share Posted November 14, 2010 What happens when you change the Const? Global Const $FOLDERID_RecycleBinFolder = '{B7534046-3ECB-4C18-BE4E-64CD4CB7D6AC}' To Global Const $FOLDERID_RecycleBinFolder = "{645FF040-5081-101B-9F08-00AA002F954E}" George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
wakillon Posted November 14, 2010 Share Posted November 14, 2010 (edited) What happens when you change the Const? Global Const $FOLDERID_RecycleBinFolder = '{B7534046-3ECB-4C18-BE4E-64CD4CB7D6AC}' To Global Const $FOLDERID_RecycleBinFolder = "{645FF040-5081-101B-9F08-00AA002F954E}" Same result : desktop path ! edit : i have found the problem : i don't use the good constant ! it's not a $FOLDERID but a $CSIDL that i should use... but i don't find it for recyclebin... Edited November 14, 2010 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Yashied Posted November 14, 2010 Author Share Posted November 14, 2010 (edited) If a virtual folder is specified, this function will fail. Recycle Bin is a virtual folder. This function return E_FAIL (0x80004005) error code. EDIT: What do you want to do? EDIT2: expandcollapse popup#Include <Array.au3> Func _EnumRecycleBinItems($sRoot = '') Local $oShellApp, $oRecycleBin, $oFolderItems, $oItem $oShellApp = ObjCreate('Shell.Application') $oRecycleBin = $oShellApp.NameSpace(10) ; CSIDL_BITBUCKET If Not IsObj($oRecycleBin) Then Return SetError(1, 0, 0) EndIf Local $Ret, $Result[101][6] = [[0]] $sRoot = StringStripWS($sRoot, 3) If $sRoot Then If StringInStr($sRoot, ':') Then $sRoot = StringRegExpReplace($sRoot, ':.*', '') Else $sRoot = '' EndIf If Not FileExists($sRoot & ':') Then Return SetError(1, 0, 0) EndIf EndIf $Ret = DllCall('shell32.dll', 'none', 'SHGetSettings', 'uint*', 0, 'dword', 2) If @error Then Return SetError(1, 0, 0) EndIf $oFolderItems = $oRecycleBin.Items() For $oItem In $oFolderItems If ($sRoot) And (StringCompare($sRoot, StringLeft($oItem.Path, 1))) Then ContinueLoop EndIf $Result[0][0] += 1 If $Result[0][0] > UBound($Result) - 1 Then ReDim $Result[$Result[0][0] + 100][UBound($Result, 2)] EndIf $Result[$Result[0][0]][0] = $oRecycleBin.GetDetailsOf($oItem, 0) ; Original name $Result[$Result[0][0]][1] = $oRecycleBin.GetDetailsOf($oItem, 1) ; Original path $Result[$Result[0][0]][2] = $oRecycleBin.GetDetailsOf($oItem, 2) ; Deleted date ; $Result[$Result[0][0]][3] = $oRecycleBin.GetDetailsOf($oItem, 3) ; Size $Result[$Result[0][0]][3] = $oItem.Size ; Size $Result[$Result[0][0]][4] = FileGetAttrib($oItem.Path) ; Attributes $Result[$Result[0][0]][5] = $oItem.Path ; Recycle name If (Not $Ret[1]) And (Not StringInStr($Result[$Result[0][0]][4], 'D')) Then If StringInStr($Result[$Result[0][0]][5], '.') Then $Result[$Result[0][0]][0] &= StringRegExpReplace($Result[$Result[0][0]][5], '^.*\.', '.') EndIf EndIf Next ReDim $Result[$Result[0][0] + 1][UBound($Result, 2)] Return $Result EndFunc ;==>_EnumRecycleBinItems $Data = _EnumRecycleBinItems() _ArrayDisplay($Data) Edited November 14, 2010 by Yashied My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
KaFu Posted November 24, 2010 Share Posted November 24, 2010 Correction for the help-file for _WinAPI_PathIsDirectory(): Success: 1 - The path is a valid directory. 0 - Otherwise. should be Success: 16 - The path is a valid directory (FILE_ATTRIBUTE_DIRECTORY). 0 - Otherwise. OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
Yashied Posted November 24, 2010 Author Share Posted November 24, 2010 Correction for the help-file for _WinAPI_PathIsDirectory()...OK, but should be just TRUE, not 16. My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
Yashied Posted December 6, 2010 Author Share Posted December 6, 2010 A small update without changing UDF version.ChangesAdded the following functions. _WinAPI_CreateBitmapIndirect _WinAPI_CreateDIBitmap _WinAPI_GetBitmapBits _WinAPI_MaskBlt _WinAPI_SetBitmapBitsFixed description of some functions.Updated documentation (WinAPIEx Help). My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
netegg Posted January 8, 2011 Share Posted January 8, 2011 Hi Yashied, do you have some idea about 'Windows Event Log Functions'[http://msdn.microsoft.com/en-us/library/aa385784%28v=VS.85%29.aspx]? Link to comment Share on other sites More sharing options...
guinness Posted January 8, 2011 Share Posted January 8, 2011 Please read the Help File and look for _EventLog__. And maybe this question should have been asked in General Support. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
netegg Posted January 8, 2011 Share Posted January 8, 2011 Please read the Help File and look for _EventLog__. And maybe this question should have been asked in General Support.I know the _eventlog__ function. But it seems like to operate with eventlog(who is the component of service Eventlog). Now, under windows 7, there is a service named Windows event collection whose log is different from that one. I look for MSDN, and find a serie of funtions formed Evt*. I try the _eventlog__ function, but failed. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now