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)

_GUICtrlRichEdit_Paste.au3 (4.6 KB ) - added by mLipok 12 years ago.

Download all attachments as: .zip

Change History (2)

by mLipok, 12 years ago

Attachment: _GUICtrlRichEdit_Paste.au3 added

comment:1 by J-Paul Mesnage, 12 years ago

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.