Wrox Programmer Forums
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 12th, 2007, 12:55 PM
Registered User
 
Join Date: Nov 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default PaintEventArgs

Hello,

I would like to know how can I pass on the PaintEventArgs in Button click event?
I want to call the GetRegionDataExample (MSDN Example) on button click so that the region data is displayed on the form. This code is displays data when placed in paint event of form. But I want it to work on Button Click.

'''''''''''''''''''''''''''''''''''''''''''''''
 Public Sub GetRegionDataExample(ByVal e As System.Windows.Forms.PaintEventArgs)
.....
.....
.....
End Sub
''''''''''''''''''''''''''''''''''''''''''''

Thanks


Quest










Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.