Benoit
I need to display in FileView files "* .desktop" with icon associated with
each application.
example
Gambas3.desktop
Icon = gambas3
gwenview.desktop
Icon = gwenview
And do not show a text file as it currently does.
I personalize MyFileView Control
But I would like to FileView of Gambas
Le 22/06/2015 20:07, herberth guzman a écrit :
> Hi Benoit
>
> I want to show an image associated fileview file icon "* .desktop"
> DesktopMime.FromFile understand how it works, use that code to the menu
> "open with"
>
> For Each df In DesktopFile.FromMime (DesktopMime.FromFile (sPath) .Type)
Hi Benoit
I want to show an image associated fileview file icon "* .desktop"
DesktopMime.FromFile understand how it works, use that code to the menu
"open with"
For Each df In DesktopFile.FromMime (DesktopMime.FromFile (sPath) .Type)
Inc i
Item_Menu_Link = New Menu (mnuOpenwith) As "
Le 24/05/2015 20:35, herberth guzman a écrit :
> Hi Benoit
>
> Benoit, Fabien created a class called DesktopApps, that class is what
> allows me to show my panel applications ("Innova").
I don't know what that class is.
>
> I am a rookie and I find it hard.
> My work is slow and long.
> I want t
Hi Benoit
Benoit, Fabien created a class called DesktopApps, that class is what
allows me to show my panel applications ("Innova").
I am a rookie and I find it hard.
My work is slow and long.
I want to convert ("Innova") at a Desktop in the future.
To display the contents of my Desktop unify C