Results 1 to 7 of 7

Thread: UniMenu (0.9)

Hybrid View

  1. #1

    Thread Starter
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: UniMenu (0.9)

    At the moment no. It would work if all the API declarations ending in W were A instead and strings were passed as strings and not as pointers by using StrPtr (so they'd be automatically converted to ANSI). I'll be adding W98 support later on in some way.

    It would be good if you tested though, I'd like to have practical information on how it doesn't work, error messages and such. I don't have W98 in any computer I use.

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: UniMenu (0.9)

    Quote Originally Posted by Merri
    At the moment no. It would work if all the API declarations ending in W were A instead and strings were passed as strings and not as pointers by using StrPtr (so they'd be automatically converted to ANSI). I'll be adding W98 support later on in some way.

    It would be good if you tested though, I'd like to have practical information on how it doesn't work, error messages and such. I don't have W98 in any computer I use.
    there are few errors in using it on Win 98:

    1) you cannot register the .tlb file using regsvr32.exe. but yes through the perfectly built function you provided.

    2) when running the Sample, it generated an error during Form Loading :-
    Code:
    Runtime Error '5':
    Invalid Procedure Call or Argument
    this highlights this line:
    VB Code:
    1. SystemMenuFont = Left$(.lfFaceName, InStr(.lfFaceName, vbNullChar) - 1)
    Show Appreciation. Rate Posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width