Re: [ADVANCED-DOTNET] Code to view code

2005-08-31 Thread Peter Suter
Sent: Thursday, September 01, 2005 2:16 AM Subject: [ADVANCED-DOTNET] Code to view code I would like to write a function in my Examples project that I could call in all my example code that could show the code from the calling function and display that code in a new form. Private Sub But

Re: [ADVANCED-DOTNET] Code to view code

2005-08-31 Thread Adam Tuliper
location of that caller. I guess the next question is.. why? - Original Message - From: "Franklin Gray" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 31, 2005 12:16 PM Subject: [ADVANCED-DOTNET] Code to view code I would like to write a function in my Examples proj

[ADVANCED-DOTNET] Code to view code

2005-08-31 Thread Franklin Gray
I would like to write a function in my Examples project that I could call in all my example code that could show the code from the calling function and display that code in a new form. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click