Jump to content

I think i need a hole in my gui


Recommended Posts

  • Moderators

SecretLanguage,

Your posts are becoming increasingly irritating. Jos warned you yesterday about you needing to provide "proper posts and explaining you issues including the Script code you have problems with" - and yet here you are agsin with this poor excuse for a question. ;)

Please post the code that is giving you trouble and/or explain more clearly what your problem is - and very soon. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Moderators

SecretLanguage,

And what does that add to a thread about GUIs with holes? :)

And here is the code you sent me in PM:

#include 
#include 
#include 
Opt("GUIOnEventMode", 1)
 #Region ### START Koda GUI section ### Form=C:acom.kxf
 Local $Form1 = GUICreate("Form1", 598, 421, 192, 124)
 GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
 GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
 GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
 GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
 Local $Pic1 = GUICtrlCreatePic("C:autoit_fire_wall_1920x1200.jpg", -1323, -268, 1920, 1200)
 GUICtrlSetOnEvent(-1, "Pic1Click")
 GUISetState(@SW_SHOW)
 $iButton = GUICtrlCreateButton("Export HTML", 400 - 80, 275, 75, 22.5)


#EndRegion ### END Koda GUI section ###

While 1
 beep(1500, 50000000000)
 MsgBox("Set error")
 $pos = MouseGetPos()
 MsgBox(0, "Mouse x,y:", $pos[0] & "," & $pos[1])
 MsgBox("could not find active x" ,0 )
 WEnd

Func Form1Close()


EndFunc
 Func Form1Maximize()

EndFunc
 Func Form1Minimize()

EndFunc
 Func Form1Restore()

EndFunc
 Func Pic1Click()

EndFunc

which also is pretty near useless - both in itself and as an aid to understanding what you are on about. ;)

Just in case you are not aware - you now have 2 of the Moderators looking very carefully at what you do here. Please start behaving like a reasonable forum member or you may find that are not one for very much longer. :D

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • 3 weeks later...

What is the purpose of this?

beep(1500, 50000000000) ; it looks like it will play a beep only dogs can hear, for about 2 hours.

LOLOLOLOLOLOLOL this is funny Edited by ac1dm4nner

[u]My dream is to have a dream...[/u]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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