Jump to content



Photo

SOLVED:Close window not program


  • Please log in to reply
3 replies to this topic

#1 jacq

jacq

    Wayfarer

  • Active Members
  • Pip
  • 58 posts

Posted 15 March 2012 - 08:33 PM

Welcome.
I have the code:
Menu:


$Menu_ustawienia = GUICtrlCreateMenuItem("Ustawienia", $Menu_p)


The point here is that I want to disable only the window:
$Form1 = GUIcreate("Wprowadzanie danych logowania", 398, 203, -1, -1)


Which turns on when you press:

$Menu_ustawienia = GUICtrlCreateMenuItem("Ustawienia", $Menu_p)



So the question is how to turn off only the window and not the whole program.
This program is part of a bigger and wants to turn it off After he is turned:
$Menu_ustawienia = GUICtrlCreateMenuItem("Ustawienia", $Menu_p)

And I can not get to do it because it will disable the whole program.
$GUI_EVENT_CLOSE





While:

While 1 $nMsg = GUIGetMsg() Switch $nMsg $nMsg = $GUI_EVENT_CLOSE Exit Case $Button1 save() $handle = WinGetHandle("Wprowadzanie danych logowania", "") WinClose($handle) EndSwitch WEnd

Edited by jacq, 17 March 2012 - 12:32 PM.








#2 somdcomputerguy

somdcomputerguy

  • Active Members
  • PipPipPipPipPipPip
  • 2,383 posts

Posted 15 March 2012 - 08:41 PM

I take "close the window, not the program" to mean you want the program disabled, minimized, or hidden. Maybe this function will help out - WinSetState.
- Bruce /* somdcomputerguy */If you change the way you look at things, the things you look at change.

#3 jacq

jacq

    Wayfarer

  • Active Members
  • Pip
  • 58 posts

Posted 16 March 2012 - 04:17 PM

Thanks all. I close the topic.

Edited by jacq, 16 March 2012 - 04:23 PM.


#4 guinness

guinness

    guinness

  • MVPs
  • 10,392 posts

Posted 16 March 2012 - 08:59 PM

You can edit your posts to SOLVED by selecting 'Edit' in the initial post, then 'Use Full Editor' and from there editing the title.

Example List: _AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_DesktopDimensions()_DisplayPassword()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUISetIcon()_Icon_Clear()/_Icon_Set()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringIsValid()_StringReplaceWholeWord()_StringStripChar()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()AutoIt SearchAutoIt3 PortableAutoItWinGetTitle()/AutoItWinSetTitle()CodingFileInstallrGeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIGetBkColor()LockFile()PasteBinSciTE JumpSignature CreatorWM_COPYDATAMore Examples...Updated: 11/04/2013





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users