HockeyFan Posted December 20, 2007 Posted December 20, 2007 Is there a script command that will clear only the active octet (instance) of the _GUICtrlIpAddressCreate command? If I have this... I want to click the "Clear" button and get this... Any ideas??
jvanegmond Posted December 20, 2007 Posted December 20, 2007 I dug through the include, and this is hard one. Maybe you could try to ask Gary Frost (the moderator) personally in an PM, and you will get a better response. github.com/jvanegmond
HockeyFan Posted December 20, 2007 Author Posted December 20, 2007 What I am trying to emulate is the "Backspace" key. When entering an IP address, hitting the backspace key clears the previously entered digit. I've attempted to do this with by using Send("{BACKSPACE}") ...but that doesn't work.
HockeyFan Posted December 20, 2007 Author Posted December 20, 2007 I dug through the include, and this is hard one. Maybe you could try to ask Gary Frost (the moderator) personally in an PM, and you will get a better response.Thanks Manadar!I will drop him a PM and see what's up.
GaryFrost Posted December 20, 2007 Posted December 20, 2007 Each field on an IPAddress control is an edit control, so anything you can do with an edit control you can do with the field. BTW 1st field of the IPAddress is Edit4, last field is Edit1 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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