Jump to content

nevzat34

Üye
  • Posts

    11
  • Joined

  • Last visited

Posts posted by nevzat34

  1. [quote name='Kral__' date='05 November 2011 - 14:20 ' timestamp='1320502832' post='1107173']
    [b][font="Arial"][color="#FF0000"]Global :[/color][/font][/b]


    [spoiler]function Tray()

    tblMenu = {};
    tblMenu[1] ={};
    tblMenu[1].Text = "Yenile";
    tblMenu[1].ID = 100;
    tblMenu[1].IconID = 11;
    tblMenu[1].Checked = false;
    tblMenu[1].Enabled = true;

    tblMenu[2] ={};
    tblMenu[2].Text = "Yapıştır";
    tblMenu[2].ID = 101;
    tblMenu[2].IconID = 11;
    tblMenu[2].Checked = false;
    tblMenu[2].Enabled = true;

    tblMenu[3] ={};
    tblMenu[3].Text = "Kes";
    tblMenu[3].ID = 102;
    tblMenu[3].IconID = 11;
    tblMenu[3].Checked = false;
    tblMenu[3].Enabled = true;

    tblMenu[4] ={};
    tblMenu[4].Text = "Kopyala";
    tblMenu[4].ID = 103;
    tblMenu[4].IconID = 11;
    tblMenu[4].Checked = false;
    tblMenu[4].Enabled = true;

    tblMenu[5] ={};
    tblMenu[5].Text = "Başlat Menüsü";
    tblMenu[5].ID = 104;
    tblMenu[5].IconID = 11;
    tblMenu[5].Checked = false;
    tblMenu[5].Enabled = true;

    ptMouse = System.GetMousePosition(false, nil);

    nRes = Application.ShowPopupMenu(ptMouse.X, ptMouse.Y, tblMenu, TPM_RIGHTALIGN, TPM_TOPALIGN, true, false);

    if(nRes == 100)then


    elseif(nRes == 101)then


    elseif(nRes == 102)then


    elseif(nRes == 103)then


    elseif(nRes == 104)then

    end
    end

    [/spoiler]
    [color="#FF0000"][b][font="Arial"]Right Click[/font][/b][/color]

    Tray()

    Kodlar Bunlar Ben Bunu Kullanıyorum
    [/quote]


    Bu kodları Ana Menü Script bölümüne kopyalıyorum Olmuyor.
×
×
  • Create New...