Modify

Opened 10 years ago

Closed 10 years ago

#2876 closed Feature Request (Fixed)

_GUICtrlRichEdit_Paste - proposal

Reported by: mLipok Owned by: Jpm
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 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by mLipok

comment:1 Changed 10 years ago by Jpm

  • Milestone set to 3.3.13.20
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [11056] in version: 3.3.13.20

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.