how can i get the client area of edit box
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
hi i am creating vertical scroll bar for edit box,My problem is that how can i know the ractangle size of edit box so that i can give same vertical size to vertical scrool bar.I used CRect rect; objectOfCEdit.GetClientRect(&rect); but i got an error on line second.How can i solve this problem thank u in advance
-
hi i am creating vertical scroll bar for edit box,My problem is that how can i know the ractangle size of edit box so that i can give same vertical size to vertical scrool bar.I used CRect rect; objectOfCEdit.GetClientRect(&rect); but i got an error on line second.How can i solve this problem thank u in advance
-
i have solve this.Can u tell me how can i count the number of lines on edit box thank u