To All
I am trying to eliminate a horizontal scroll bar from a xbrowse resource
Here is the original line in my .rc
CONTROL "", 121, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, 159, 19, 293, 58
I was hoping if I took out the WS_HSCROLL it would eliminate the horizontal scroll bar .. but unfortunately does not as in the example below ..
CONTROL "Owner Information", 121, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 159, 18, 293, 58
I am sure there is a quick fix ??
Thanks
Rick Lipkin