Hello everyone, I need some guidance on how to best use the IE.au3 to do the following task. I have a gui built and ready to go, I just need to finish the COM coding. Here is the code that I have so far. #include <GUIConstants.au3>
#include <IE.au3>
GUICreate("Drivers/Manuals/Warranty", 280, 110)
$Driver = GUICtrlCreateCheckbox("Drivers", 10, 10)
GUICtrlSetState(-1, $GUI_CHECKED)
$Manual = GUICtrlCreateCheckbox("Manual", 80, 10)
$Warranty = GUICtrlCreateCheckbox("Warranty", 150