CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Windows' API's

  1. #1
    Join Date
    Sep 1999
    Posts
    1

    Windows' API's

    Hi all. Is there any convenient way to rewrite functions in VB like in MFC?
    For example to rewrite OnPaint().



  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: Windows' API's

    not really, when you select a function your code is added to it to be performed before or after the normal event, but it still dows whatever it did before.

    The ice weasels are coming!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured