KalaiselvanK Posted December 24, 2013 Posted December 24, 2013 How can i read value from Status Bar? Need help with some code..???...
Automationuser Posted December 24, 2013 Posted December 24, 2013 Have a look at the _GUICtrlStatusBar_GetText($hWnd, $iPart) function in help file
KalaiselvanK Posted December 24, 2013 Author Posted December 24, 2013 I used that function but its not working properly. So I want some basic code about it..???...
Developers Jos Posted December 24, 2013 Developers Posted December 24, 2013 I used that function but its not working properly. So I want some basic code about it..???... Look at the helpfile for an example and show us what you have that is not working. 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.
KalaiselvanK Posted December 24, 2013 Author Posted December 24, 2013 I am Using Third Party Tool. I need a help about UltraStatusBar... http://help.infragistics.com/Help/Doc/WinForms/2013.1/CLR4.0/html/Infragistics4.Win.UltraWinStatusBar.v13.1~Infragistics.Win.UltraWinStatusBar.UltraStatusBar.html
KalaiselvanK Posted December 24, 2013 Author Posted December 24, 2013 $GetValue = _GUICtrlStatusBar_GetText("[NAME:statusBar]", 0) MsgBox( 0, "", "Get1: " & $GetValue) --- This is my coding which is not working here..???
KalaiselvanK Posted December 24, 2013 Author Posted December 24, 2013 Need Help about How to read text in Status Bar?
Developers Jos Posted December 24, 2013 Developers Posted December 24, 2013 Please don't open a second thread on the same topic. Stick with the first one and be patient. Somebody might be willing to help but it's all voluntarily. Topics will be merged 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.
Automationuser Posted December 24, 2013 Posted December 24, 2013 Post "Autoit Window info" summary of the control.
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