Hi all!
Supppose we have a UserControl with very simple code:
Private m_MyImage As Image
Public Property MyImage() As Image
Get
Return m_MyImage
End Get
Set(ByVal Value As Image)
m_MyImage = Value
End Set
End...
When this error message appears in API cals - it means wrong parameters or wrong using ByVal and ByRef. But this jumps out on [COLOR=red]'End Sub'[/color red] in Visual Basic! Has anybody been there before?
We can extract icons from any file by using ExtractIconEx - but then we get only 16*16 and 32*32 formats. Also we can find and extract all existing formats from Win32 executable (exe, dll) by using resource functions. But theese functions (like LoadLibrary etc.) do not work with Win16 executable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.