I have read two excellent articles on how to subclass .NET controls so that
you can hook into the control’s WndProc, which is very helpful since you
cannot access the WndProc directly for .NET Compact Framework controls. The
links are:
http://blog.opennetcf.org/ayakhnin/CategoryView.aspx...
more >>
is there a way to reduce or modify the color depth of a jpeg image, i
currently need to programatically change the color depth of a jpeg image
from 24bits to 8bits. any help would be appreciated
...
more >>
Get all the hots girls @ www.pearlymae.com...
more >>
How can I implement a function to show what kind file security access the
current context has on a file, for example:-
public enum AccessType
FullControl
Modify
Read
Write
end enum
private function GetAccess(pathStr as string) as AccessType
...
end function
Ho...
more >>