Hi Brain Trust:
This info is from WinBatch Analysis Program. (Truncated)
It displays Top and Child windows and all controls.
I need to get the info from the Edit Box #27.
Can someone please post PB/DLL 6.0 code to retrieve the infomation.
Can it be retrieved by name and/or class as well as IDENT?
Does the same code work with ComboBox/ListBox also?
Thanks
P C C C C
A H H H H
R I I I I
E L L L L
N D D D D
T 2 3 4 5 CLASS IDENT TITLE
--------------------------------------------------------------------------------
TOP #32770 0 Format Symbol: FTO
1 #32770 0
1 Static 65535 &Symbol:
X NONE
2 ComboBox 6629
1 Edit 1001
X NONE
3 Button 6627 &Lookup...
X NONE
4 Static 65535 Sub&graph:
X NONE
5 ComboBox 6680
X NONE
6 Static 65535
X NONE
7 Button 65535 Compression:
X NONE
8 Button 6534 &Tick Bar
X NONE
9 Button 6536 &Intra-day
X NONE
10 Button 6537 &Daily
X NONE
11 Button 6538 &Weekly
X NONE
12 Button 6539 &Monthly
X NONE
13 Button 6540 &Point && Figure
X NONE
14 Edit 6544
X NONE
15 Static 6572 Ticks
X NONE
16 Edit 6543
X NONE
17 Static 6574 Min
X NONE
18 Static 6691 Bo&x Size:
X NONE
19 Edit 6687
X NONE
20 Static 6689 x
X NONE
21 Static 6692 &Reversal:
X NONE
22 Edit 6688
X NONE
23 Static 6561 &Using:
X NONE
24 ComboBox 6541
X NONE
25 Button 65535 Date range:
X NONE
26 Static 6676 Days &back
X NONE
27 Edit 6530
X NONE
28 SysDateTimePick32 6675
X NONE
29 Static 65535 L&ast Date:
X NONE
30 SysDateTimePick32 6531
X NONE
------------------
This info is from WinBatch Analysis Program. (Truncated)
It displays Top and Child windows and all controls.
I need to get the info from the Edit Box #27.
Can someone please post PB/DLL 6.0 code to retrieve the infomation.
Can it be retrieved by name and/or class as well as IDENT?
Does the same code work with ComboBox/ListBox also?
Thanks
P C C C C
A H H H H
R I I I I
E L L L L
N D D D D
T 2 3 4 5 CLASS IDENT TITLE
--------------------------------------------------------------------------------
TOP #32770 0 Format Symbol: FTO
1 #32770 0
1 Static 65535 &Symbol:
X NONE
2 ComboBox 6629
1 Edit 1001
X NONE
3 Button 6627 &Lookup...
X NONE
4 Static 65535 Sub&graph:
X NONE
5 ComboBox 6680
X NONE
6 Static 65535
X NONE
7 Button 65535 Compression:
X NONE
8 Button 6534 &Tick Bar
X NONE
9 Button 6536 &Intra-day
X NONE
10 Button 6537 &Daily
X NONE
11 Button 6538 &Weekly
X NONE
12 Button 6539 &Monthly
X NONE
13 Button 6540 &Point && Figure
X NONE
14 Edit 6544
X NONE
15 Static 6572 Ticks
X NONE
16 Edit 6543
X NONE
17 Static 6574 Min
X NONE
18 Static 6691 Bo&x Size:
X NONE
19 Edit 6687
X NONE
20 Static 6689 x
X NONE
21 Static 6692 &Reversal:
X NONE
22 Edit 6688
X NONE
23 Static 6561 &Using:
X NONE
24 ComboBox 6541
X NONE
25 Button 65535 Date range:
X NONE
26 Static 6676 Days &back
X NONE
27 Edit 6530
X NONE
28 SysDateTimePick32 6675
X NONE
29 Static 65535 L&ast Date:
X NONE
30 SysDateTimePick32 6531
X NONE
------------------
Comment