Skip to content

showing icon with file name

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #191275
    nooob
    Member

    ok i am gonna stick to your way

    but the last thing is how to display the icon of main gui with the file name….if you got time plz help me with that and hopefully i am done with this 😆 with your help

    as you said…the icon of IE is displayed now 😛 with file name

    thx alot

    nooob

    #191274

    check about extract icon from a file

    many examples on google

    example

    myicon=extracticon(mypath)
    maingui.icon=myicon
    maingui.title=mypath

    #191273
    nooob
    Member

    ok i will try

    i appreciate ur time and help
    ty

    noob

    #191272
    nooob
    Member

    battlestar…one thing that u could explain is that you register file type every time the program is run!!!

    is that how it should be?

    i mean once you install such a program and run it, the file type will be registered and then whenever you run it again you will be registering file type again and again…..right?

    nooob

    #191271

    nope, you have to register one time; the example I gave you is just an example to show how it can be done.

    one time only becuz it writes to your registry and will exist until you remove it or reinstall new OS:D if you want to know if it has been registered, just try to read that key if that key existed in your registry that mean you dont have to register it again.

    #191270
    nooob
    Member

    ok good..
    ty 🙂

    nooob

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.