Ajouter un menu sur un logiciel

Fermé
smed_79 Messages postés 1291 Date d'inscription dimanche 21 septembre 2008 Statut Contributeur Dernière intervention 17 mars 2017 - 11 nov. 2008 à 15:38
smed_79 Messages postés 1291 Date d'inscription dimanche 21 septembre 2008 Statut Contributeur Dernière intervention 17 mars 2017 - 30 déc. 2008 à 23:47
Bonjour,

je ne sais pas si je suis dans le bon forum : mais je tente quand même. ... (si non merci de deplacer mon message.)
j'utilise un serveur local (Apache, MySQL et PHP) Mov'AMP 0.6 que j'ai télécharger ici : http://www.movamp.net
pour produire les différent services plus facilement j'ai manipuler le menu pour être plus accessible quieter a lorigine comme ça:

http://img40.xooimage.com/files/8/0/f/1-7f8b8b.jpg

pour avoir cette resultat:

http://img49.xooimage.com/files/c/b/d/2-7f8b19.jpg

et pour finir je veux ajouter un menu pour parcorire un dossier avec le chemin : \mnt\var\www

code origin:
object Form1: TForm1
  Left = 479
  Top = 106
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  ClientHeight = 124
  ClientWidth = 268
  Color = clBtnFace
  Enabled = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PopupMenu1: TPopupMenu
    MenuAnimation = [maBottomToTop]
    object Raccourcis1: TMenuItem
      Caption = 'Raccourcis'
      object Accueil1: TMenuItem
        Caption = 'Accueil'
        OnClick = Accueil1Click
      end
      object phpMyAdmin1: TMenuItem
        Caption = 'phpMyAdmin'
        OnClick = phpMyAdmin1Click
      end
      object phpinfo1: TMenuItem
        Caption = 'phpinfo()'
        OnClick = phpinfo1Click
      end
    end
    object Quitter2: TMenuItem
      Caption = 'Quitter'
      OnClick = Quitter1Click
    end
  end
  object RxTrayIcon1: TRxTrayIcon
    Hint = 'Mov'#39'AMP 0.5'
    Icon.Data = {code icon ici}
    PopupMenu = PopupMenu1
    OnDblClick = RxTrayIcon1DblClick
    Left = 24
  end
end


code modifier:
object Form1: TForm1
  Left = 479
  Top = 106
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  ClientHeight = 124
  ClientWidth = 268
  Color = clBtnFace
  Enabled = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PopupMenu1: TPopupMenu
    MenuAnimation = [maBottomToTop]
    object Accueil1: TMenuItem
      Caption = '[ Accueil ]'
      OnClick = Accueil1Click
    end
    object phpMyAdmin1: TMenuItem
      Caption = '[ phpMyAdmin ]'
      OnClick = phpMyAdmin1Click
    end
    object phpinfo1: TMenuItem
      Caption = '[ phpinfo() ]'
      OnClick = phpinfo1Click
    end
    object Quitter2: TMenuItem
      Caption = '[ Quitter ]'
      OnClick = Quitter1Click
    end
  end
  object RxTrayIcon1: TRxTrayIcon
    Hint = 'Mov'#39'AMP 0.6'
    Icon.Data = {code icon ici}
    PopupMenu = PopupMenu1
    OnDblClick = RxTrayIcon1DblClick
    Left = 24
  end
end


merci
A voir également:

1 réponse

Vu que tu semble connaitre ce programme, je te demande de l'aide. J'ai installé la version 0.5 de Mov'AMP. Ça me l'a mit sous format WinRAR. A présent, je se sait pas du tout comment m'en servir.. Je l'ai extrait, mais on voulant l'ouvrir, ça me met un logo dans la barre de taches, sans rien ouvrir. Je ne peux même pas faire de clic-droit dessus.

Merci de vite me venir en aide S.V.P !!!
0
smed_79 Messages postés 1291 Date d'inscription dimanche 21 septembre 2008 Statut Contributeur Dernière intervention 17 mars 2017 844
30 déc. 2008 à 23:47
bonjour,
se logo veux dir que tout est ok !
déplacer vos fichier dans le dossier "www" =====>>> Mov'AMP\mnt\var\www

un click droit soit pour ouvrire la page d'accueille ou phpMyAdmin

site officielle : http://www.movamp.net
0