Search results for query: *

  1. S

    module or shared method?

    Modules (class modules) are fairly more effective from design and reusability point. Shared method may peform slightly faster, but in most cases, you will not be able to measure the diffrence. If speed is what you really need, create the time critical subrutines in the unmanaged C code...
  2. S

    Multiple text labels in GDI+

    Hi there. I will definitely look oldfashioned, bur I would prefer direct use of WinApi for this problem, specifically the region API plus perhaps the direct drawing by BitBlt and direct text output by DrawText. The reason is that the region API are well suited for detecting the mouse click...
Back
Top