Jump to content

Recommended Posts

Posted

great,! :D sorry if i made u go our of urway or sumthing but i just that some people my like it if they could change the text.

great job :)

qq

Posted (edited)

I was thinking of adding in for each code creation more information, from the help file

example:

#Region --- CFCCodeWizard generated code Start ---

;GUISetBkColor ( background [, winhandle] )

;Sets the background color of the GUI window.

;Parameters:

; background Background color of the dialog box.

; winhandle [optional] Windows handle as returned by GUICreate (default is the previously used window).

Dim $Cadet_Blue = 0x5f9ea0

GUISetBkColor($Cadet_Blue)

#EndRegion --- CFCCodeWizard generated code End ---

or

#Region --- CFCCodeWizard generated code Start ---

#comments-start

GUISetBkColor ( background [, winhandle] )

Sets the background color of the GUI window.

Parameters:

background Background color of the dialog box.

winhandle [optional] Windows handle as returned by GUICreate (default is the previously used window).

#comments-end

Dim $Cadet_Blue = 0x5f9ea0

GUISetBkColor($Cadet_Blue)

#EndRegion --- CFCCodeWizard generated code End ---

Thoughts?

CFCCodeWizrd Topic

Edited by gafrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...