Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 16,433 times

Downloads

Related Categories

Icon Extractor - Overview

Icon Extractor 1
Free
Unknown Software Publisher
More Information & Purchase
Unknown Software Publisher

Overview

Extracts icons from resource files, so you can save and view them in the ico format. Complete with source code.

Comments

  • Question (repeated)

    Posted by NCTexan on 01 Nov 2003

    Does anyone have a solution when it gives you this high-lighted section of code?

    [b][code] ImageColourCount = 2 ^ m_tIDE(nIndex - 1).wBitCount[/code] [/b]

    It gives me an error of " Run-time...

  • Answer and Question

    Posted by NCTexan on 01 Nov 2003

    Go Here:

    http://www.vbaccelerator.com/codelib/ssubtmr/ssubtmr.htm

    You can download the SSubTmr DLL here. You then need to right click on the toolbar, click Customize, Browse, and find where yo...

  • how to fix the error

    Posted by MakiG3 on 28 Jan 2003

    to fix the error that it gives you concerning the "Private m_emr As EMsgResponse " line of code all you need to do is the following:

    [list]
    [#]download the SSubTmr6.dll from http://vbaccelerator.n...

  • Error while executing

    Posted by abhijeet_1979 on 22 Nov 2002

    How i wud be able to execute the program ?

    In the following code:

    ' Message response:
    Implements ISubclass
    Private m_emr As EMsgResponse

    gives me error while executing the program in above ...