SURI Posted April 16, 2017 Posted April 16, 2017 (edited) Hi Sorry for my foor english. My script has two windows(parent and child). then I want to close child window when it's listview is selected. but parent's command button and close button are unable. What is the problem? Thanks Edited April 16, 2017 by SURI #include <GuiListView.au3> ;#include <ButtonConstants.au3> ;#include <EditConstants.au3> #include <GUIConstantsEx.au3> ;#include <ListViewConstants.au3> #include <WindowsConstants.au3> Local $idLV, $frmChildren $frmParents = GUICreate("Parensts", 374, 231
Developers Jos Posted April 16, 2017 Developers Posted April 16, 2017 @SURI, Welcome to our forums. Please pay attention where you post as this is clearly NOT a support forum! Thread moved. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now