This code does not work. I have been trying it all day.
I think that the MAX_PATH constant (see code line 19) is supposed to be an int, and not an intptr (although I'm not sure, the original code never initializes it...)
I'm currently looking at another solution:
http://www.vbaccelerat or.com/home/net/code/libraries/Shell_Projects/Thumbnail_Extra ction/article.asp
http://www.vbaccelerator.com/h...
User Profile
Collapse
-
Dim handler As PropertyChangedEventHandler = Me.PropertyChanged not working in vb
vs 2010
I was trying to translate the following c# code:
PropertyChanged EventHandler handler = this.PropertyCh anged;
to this
Dim handler As PropertyChanged EventHandler = Me.PropertyChan ged
but it does not work in vb...
I get this error:
Error 1 'Public Event PropertyChanged (sender As Object, e As System.Componen tModel.Property ChangedEventArg s)' is an event, and cannot be... -
Hi,
this seems to be a hazy subject...
check out this link
http://channel9.msdn.c om/ShowPost.aspx?P ostID=169419
and esp this (second last post in the thread)...Leave a comment:
No activity results to display
Show More
Leave a comment: