i just posed asking about getnextwindow.. .i was able to find it but have
another problem
pwin = GetWinByClass(T ext2.Text)
bwin = FindWindowEx(pw in, ByVal 0&, Text5.Text, Text7.Text)
nwin = GetNextWindow(b win, GW_HWNDNEXT)
Text6.Text = nwin
errors with overflow
text2.text = parent window
text5.text = window (text box) im looking for
text7.text = text in box (nothing)
ive made a little program to return #'s of what it finds just to make sure
its finding stuff...its prolly something little and stupid, plz help
another problem
pwin = GetWinByClass(T ext2.Text)
bwin = FindWindowEx(pw in, ByVal 0&, Text5.Text, Text7.Text)
nwin = GetNextWindow(b win, GW_HWNDNEXT)
Text6.Text = nwin
errors with overflow
text2.text = parent window
text5.text = window (text box) im looking for
text7.text = text in box (nothing)
ive made a little program to return #'s of what it finds just to make sure
its finding stuff...its prolly something little and stupid, plz help
Comment