Jump to content

MAKINCI

Üye
  • Posts

    438
  • Joined

  • Last visited

Posts posted by MAKINCI

  1. [quote name='mesale0077' timestamp='1348523929' post='1243203']
    hayır farklı bir durum var
    oluşturulmuş exe nin değiştirmek istiyorum
    au3 compiler yapılırken değil
    mesala bu exenin iconunu değiştiremedim.
    [CODE]
    http://www.mediafire.com/?in1zvfx9gjiuq1r
    [/CODE]
    [/quote]

    [b]Hocam onu yapmak için ilk önce UpixGui açman lazım link altta...[/b]

    [CODE]
    http://www.mediafire.com/?1ke15cslq5sr5rp
    [/CODE]
  2. [quote name='murathassoy' timestamp='1347391931' post='1239744']
    [b][color=#ff0000]MAKINCI[/color]: bundan başka çalışn program bile yok anlamadım gitti yaw[/b]
    [/quote]

    [b]Entresan hocam [/b][img]http://www.tnctr.com//public/style_emoticons/default/dusun.gif[/img][b],[/b] [b]aklıma başka birşey gelmiyor çalışan birşeyde yok...[/b]
  3. [b]Yapana sorabilirsin[/b]
    [code]http://www.tnctr.com/user/205723-asuspc/[/code]

    [b]Yada benzer mesale0077'nin kodları;[/b]

    [php]#include <WindowsConstants.au3>
    Func TrayBoxCreate($TBTitle, $TBText, $display_Time = 2500)
    $TBgui = GUICreate($TBTitle,250, 100, @DesktopWidth - 250, @DesktopHeight - 135,$WS_POPUP,$WS_EX_TOOLWINDOW + $WS_EX_TOPMOST)
    _GuiRoundCorners($TBgui, 0, 0, 100, 100)
    GUISetBkColor(0x0000FF)
    $Status = GUICtrlCreateLabel($TBText, 40,20, 210, 100)
    GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
    GUICtrlSetColor(-1, 0xFFFFFF)
    DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $TBgui, "int", 1000, "long", 0x00040008);slide-in from bottom
    GUISetState()
    Sleep($display_Time)
    DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $TBgui, "int", 1500, "long", 0x00040008);slide-in from bottom
    GUISetState(@SW_SHOW, $TBgui)
    DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $TBgui, "int", 1000, "long", 0x00050004);implode
    GUISetState(@SW_HIDE, $TBgui)
    EndFunc
    Func _GuiRoundCorners($h_win, $i_x1, $i_y1, $i_x3, $i_y3)
    Dim $pos, $ret, $ret2
    $pos = WinGetPos($h_win)
    $ret = DllCall("gdi32.dll", "long", "CreateRoundRectRgn", "long", $i_x1, "long", $i_y1, "long", $pos[2], "long", $pos[3], "long", $i_x3, "long", $i_y3)
    If $ret[0] Then
    $ret2 = DllCall("user32.dll", "long", "SetWindowRgn", "hwnd", $h_win, "long", $ret[0], "int", 1)
    If $ret2[0] Then
    Return 1
    Else
    Return 0
    EndIf
    Else
    Return 0
    EndIf
    EndFunc


    TrayBoxCreate("", "HAZIRLAYAN:"&@CRLF&"mesale0077"&@CRLF&"Bilgi:"&@CRLF&"İlginiz için teşekkürler")[/php]
×
×
  • Create New...