Modify ↓
Opened on Sep 2, 2014 at 2:58:50 AM
Closed on Sep 2, 2014 at 3:53:18 PM
#2876 closed Feature Request (Fixed)
_GUICtrlRichEdit_Paste - proposal
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.13.20 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
small Script CleanUp and changed FindFirstBMP()
Func FindFirstBMP($sPath = Default)
If $sPath = Default Then
$sPath = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE" & ((@AutoItX64) ? "\Wow6432Node":"") & "\AutoIt v3\AutoIt", "InstallDir") & "\Examples\GUI\Advanced\Images"
EndIf
Local $hFind, $sBmpFilspc
$hFind = FileFindFirstFile($sPath & "\*.bmp")
$sBmpFilspc = FileFindNextFile($hFind)
FileClose($hFind)
Return $sPath & "\" & $sBmpFilspc
EndFunc ;==>FindFirstBMP
Attachments (1)
Change History (2)
by , on Sep 2, 2014 at 2:59:01 AM
| Attachment: | _GUICtrlRichEdit_Paste.au3 added |
|---|
comment:1 by , on Sep 2, 2014 at 3:53:18 PM
| Milestone: | → 3.3.13.20 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [11056] in version: 3.3.13.20