CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Mayank
Imports System.Windows
Imports System.Windows.Forms
 
Public Class Form1
    Dim rc As ResizeableControl
 
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        rc = New ResizeableControl(RichTextBox1)
        rc = New ResizeableControl(PictureBox1)
        AddHandler Me.Click, AddressOf Object_Click
by Mayank   August 11, 2010 @ 2:55pm
Tags:
188 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate