Jump to content

Resmi Silince Çalışma Bozuluyor


FeLSeFeCi
 Share

Recommended Posts

merhaba arkadaşlar bir tane çalışma var ona tıklıyınca açılıyor ama resmi silince boş gösteriyor.İllaki resim işletim sistemimizde olması lazım bunun önüne nasıl geçerim. yani bir yerde kalsın ve bütün bilgisayarlarda çalışsın

[code]

#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

_RESIM()

Func _RESIM()
$Form1 = GUICreate("Form1", 640, 480, -1, -1, $WS_POPUP)
$Pic1 = GUICtrlCreatePic("C:\575971_403575936356463_591679680_n.jpg", 0, 0, 640, 480, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUISetState(@SW_SHOW)
Sleep(5000)
Exit
EndFunc
[/code]
Link to comment
Share on other sites

[quote name='MAKINCI' date='29 July 2012 - 19:29 ' timestamp='1343579398' post='1225808']
[php]FileInstall("filanca.jpg", @TempDir & "\filanca.jpg")[/php]
[b]resimi içine al biryere örneğin tempe çıkartırki her bilgisayarda çalışsın.[/b]
[/quote]

yapamadım malesef

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...