A negative value for DBGrid Top or Top of many other objects, instead of placing the Top of the Grid outside the form, it Top Aligns the Grid, reducing the height proportionally.
A simple example,...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10012249.html
Zones:
Visual BasicDate Answered: 06/09/1997 Rating: 6.2 Views: 0
I want to be able to draw lines in a picture control at run time so the code would be something like
Picture1.Line (X1,Y1)-(Y2, Y2), RGB(0, 0, Color)
What if I want to draw more than the defined s...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10024104.html
Zones:
Visual BasicDate Answered: 09/21/1997 Rating: 7.4 Views: 0
Hi,
I'd like to eliminate scroll bars in an MDIChildFrame
containing a FormView. I created my MDIChildFrame without
the WS_HSCROLL and WS_VSCROLL styles. I tried with SetScrollInfo, SetScrollRange,...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10025263.htm...
Zones:
Windows MFCDate Answered: 11/19/1997 Rating: 6.8 Views: 0
When I scroll back using Shift+Page-Up, I scroll back half a screen. Does anyone know how to change this to a full screen scroll? Thanks.
http://www.experts-exchange.com/OS/Linux/Q_10030311.html
Zones:
LinuxDate Answered: 12/16/1997 Rating: 7.2 Views: 9
does anyone know if there's a predefined control (can't find one) or how to make a custom control for a text box that:
- can't be edited by the user
- can have text added to the end of it by the ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10046042.html
Zones:
C++Date Answered: 04/28/1998 Rating: 6.2 Views: 0
hi,
How to scroll data in an OLE container. I have word document in an OLE and I want to
scroll it either vertical or horizontal.
Your help will be a big contributions.
Thank you.
Eldie
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10069891.html
My main issue is handling the scrolling of an metafile picture inside a CWnd derived window. Iknow how to get data from the clipboard an displaying a metafile, but idon't know how to scroll it.
I ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10083450.htm...
Zones:
Windows MFCDate Answered: 09/24/1998 Rating: 8.0 Views: 0
I have a form that is set to maxamised. I have a picture box on this form. But the bitmap I put into this picture box is bigger than the form. I would like scroll bars to automaticley appear on the...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10098898.html
Zones:
Visual BasicDate Answered: 11/16/1998 Rating: 9.2 Views: 0
I HAVE A SIMPLE PROBLEM
THE PROGRAM BELOW SHOULD BE ABLE TO DRAW IMAGE (GIF FILE) ON THE APPLET AND USER SHOULD BE ABLE TO SCROLL THROUGH IT
AND PUT SOME MARKS (OVALS)ON THE POSITIONS WHERE HE IS ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10134944.html
Zones:
JavaDate Answered: 03/05/1999 Rating: 9.8 Views: 0
Hi,experts.
Here,I have a window and I wanna show some texts in that window,I use a Edit control which full fill the client area of that window to show text and I wanna the text moving upwarding...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10205069.html