We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[352] Icon Extractor

Last post 11-01-2003 10:08 AM by NCTexan. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [352] Icon Extractor

    This thread is for discussions of Icon Extractor.

    • Post Points: 0
  • 11-22-2002 1:09 AM In reply to

    Error while executing

    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 line.
    Says can't find the project or library.

    And then in Project -> references, it says
    MISSING: vbAccelerator VB6 Subclassing and Timer Assistant (with configurable message responce, multi-control suppoer + timer bug fix)

    • Post Points: 0
  • 01-28-2003 6:06 PM In reply to

    • MakiG3
    • Not Ranked
    • Joined on 01-28-2003
    • New Member
    • Points 5

    how to fix the error

    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:


    • download the SSubTmr6.dll from http://vbaccelerator.nuwebhost.com/codelib/ssubtmr/ssubtmr.htm and place it into your C:\WINNT\System32 directory (or somewhere you won't forget)
    • (if vb doesn't do it automatically when you try to run the program and get the error...) open up the References from the "Project" pull down menu.
    • and update the "vbAccelerator VB6 subclassing and Timer Assistant..." reference by clicking on browse and pointing it to the SSubTmr6.dll file that you downloaded


    Hopefully that will help with any problems

    -MakiG
    • Post Points: 0
  • 11-01-2003 9:50 AM In reply to

    • NCTexan
    • Not Ranked
    • Joined on 11-01-2003
    • New Member
    • Points 15

    Answer and Question

    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 you extracted the DLL, then OK.  Now it should work.

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

    Code:
         ImageColourCount = 2 ^ m_tIDE(nIndex - 1).wBitCount


    It gives me an error of " Run-time error '6':   Overflow" whenever I try to open any app or program, even calc.exe (on WinXP systems), the calculator.

    Any Hints?

    /// Sorry MakiG I just realized I copied you!!!
    • Post Points: 0
  • 11-01-2003 10:08 AM In reply to

    • NCTexan
    • Not Ranked
    • Joined on 11-01-2003
    • New Member
    • Points 15

    Question (repeated)

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

    Code:
         ImageColourCount = 2 ^ m_tIDE(nIndex - 1).wBitCount


    It gives me an error of " Run-time error '6':   Overflow" whenever I try to open any app or program, even calc.exe (on WinXP systems), the calculator.

    Any Hints?
    • Post Points: 0
Page 1 of 1 (5 items)