B Brian Henry Apr 20, 2004 #1 What exactly are they? I haven't hit that chapter in my VB.NET book yet, was just wondering if i could get a quick over view? thanks!
What exactly are they? I haven't hit that chapter in my VB.NET book yet, was just wondering if i could get a quick over view? thanks!
T Tom Shelton Apr 20, 2004 #2 What exactly are they? I haven't hit that chapter in my VB.NET book yet, was just wondering if i could get a quick over view? thanks! Click to expand... In a nut shell, a delegate is a type safe function pointer. They are the basis for the .NET event system. What more do you want to know?
What exactly are they? I haven't hit that chapter in my VB.NET book yet, was just wondering if i could get a quick over view? thanks! Click to expand... In a nut shell, a delegate is a type safe function pointer. They are the basis for the .NET event system. What more do you want to know?
H Herfried K. Wagner [MVP] Apr 20, 2004 #4 * "Brian Henry said: What exactly are they? I haven't hit that chapter in my VB.NET book yet, was just wondering if i could get a quick over view? thanks! Click to expand... Are you sure you read this chapter of the documentation? Events and Delegates (Visual Basic Language Concepts) <URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconeventsdelegatesinheritance.asp>
* "Brian Henry said: What exactly are they? I haven't hit that chapter in my VB.NET book yet, was just wondering if i could get a quick over view? thanks! Click to expand... Are you sure you read this chapter of the documentation? Events and Delegates (Visual Basic Language Concepts) <URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconeventsdelegatesinheritance.asp>
B Brian Henry Apr 20, 2004 #5 as I stated, I haven't goten to the point in the book i'm using that explains it.
H Herfried K. Wagner [MVP] Apr 20, 2004 #6 * "Brian Henry said: as I stated, I haven't goten to the point in the book i'm using that explains it. Click to expand... Book = MSDN Library?
* "Brian Henry said: as I stated, I haven't goten to the point in the book i'm using that explains it. Click to expand... Book = MSDN Library?
B Brian Henry Apr 21, 2004 #7 No, Microsoft's Programming Visual Basic.NET Core Reference I use to be a VB6 dev, trying to convert my ways of thinking, and it's not the easiest thing to do
No, Microsoft's Programming Visual Basic.NET Core Reference I use to be a VB6 dev, trying to convert my ways of thinking, and it's not the easiest thing to do
H Herfried K. Wagner [MVP] Apr 21, 2004 #8 * "Brian Henry said: No, Microsoft's Programming Visual Basic.NET Core Reference I use to be a VB6 dev, trying to convert my ways of thinking, and it's not the easiest thing to do Click to expand... I had the same problems, but some years ago . Happy learning...
* "Brian Henry said: No, Microsoft's Programming Visual Basic.NET Core Reference I use to be a VB6 dev, trying to convert my ways of thinking, and it's not the easiest thing to do Click to expand... I had the same problems, but some years ago . Happy learning...