Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shareman

    Property defiened As Image cannot be deleted

    Thanks, the DefaultProperty works fine!
  2. shareman

    Property defiened As Image cannot be deleted

    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...
  3. shareman

    Win16 resources

    Does somebody know how can I work with resources in Win16 executables?
  4. shareman

    Bad DLL calling convention

    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?
  5. shareman

    Extracting all formats of icons

    Thanks guys! I know this way - there is realy no problem with Win32. So I proceed with my search. Thanks!
  6. shareman

    Extracting all formats of icons

    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...

Part and Inventory Search

Back
Top