Modify ↓
Opened 12 years ago
Closed 12 years ago
#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 , 12 years ago
| Attachment: | _GUICtrlRichEdit_Paste.au3 added |
|---|
comment:1 by , 12 years ago
| 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