Thanks, I considered sequence of a call of methods. It works.
RM> Hi,
RM> Interestingly I was looking at this just yesterday. The draw() method
RM> draws lines directly on the DC (device context), and for this to have
RM> any effect, the window must be visible. So make sure you have called
RM>
Hi,
Have updated my HyperLink.pm module, taking into account previous
comments. It is available for download from
http://www.robmay.me.uk/win32gui/
Summary of changes:
- Wrote initial test suite
- Turned comments into pod documentation, and completed documentation
- Made API backward compati
Hi,
Interestingly I was looking at this just yesterday. The draw() method
draws lines directly on the DC (device context), and for this to have
any effect, the window must be visible. So make sure you have called
Show() on the window you want to draw on ...
Also you will see that no re-pai
3 matches
Mail list logo