MyName Posted September 2, 2008 Posted September 2, 2008 Hi i am unable to Read the Full text in status bar CODE $Hnd = ControlGetHandle("<Windows Title>", "", "msctls_statusbar321") ; Get Tag Hangle $MyText = _GUICtrlStatusBar_GetText ($Hnd , 1) This MyText is having only 7 char ! -= [font="Verdana"]A Men Who believes in himself and not circumstances is the real Winner =-[/font]
enaiman Posted September 2, 2008 Posted September 2, 2008 (edited) Try to use GUICtrlRead and see what you get. ControlGetText might be another valid option. Edited September 2, 2008 by enaiman SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
MyName Posted September 2, 2008 Author Posted September 2, 2008 i understand that GUICtrlRead will support only (Checkbox,Radio,Combo,List,Input, Edit,Button,Date,Progress,Slider,Tab,Menu,TreeView,ListView) StatusBar ? Are you done before ? if it yes plese post script ! -= [font="Verdana"]A Men Who believes in himself and not circumstances is the real Winner =-[/font]
enaiman Posted September 2, 2008 Posted September 2, 2008 Did you try what I asked? Try first and see what results you get. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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