Modify

#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)

_GUICtrlRichEdit_Paste.au3 (4.6 KB ) - added by mLipok on Sep 2, 2014 at 2:59:01 AM.

Download all attachments as: .zip

Change History (2)

comment:1 by J-Paul Mesnage, on Sep 2, 2014 at 3:53:18 PM

Milestone: 3.3.13.20
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [11056] in version: 3.3.13.20

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.