Link to home
Start Free TrialLog in
Avatar of mulshine
mulshine

asked on

Lines in a View

I am working in A CScrollView.  Currently, I do a pDC->LineTo() call where I pass in two points.  But, I would
like it to look like this "..............." instead of "________"  . What's the best way to do this?  I tried to do a for loop, where I drew each dot then advanced the x position by 1 until I finished....but this didn't display consistently nor correctly. Sometimes, it would only show the last dot.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of motigust
motigust

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial