Jump to content

Ams Ile Reg Dosyası Seçip Yükletme


ali::12
 Share

Recommended Posts

Arkadaşlar ams de bir buton oluşturup butona basılınca dialog penceresi açılacak ve ben oradan reg dosyasını seçip çalıştıracağım bunu nasıl yaparım uğraştımda dialog penceresi açtırınca çalışmıyor birde reg dosyasının ismi sabit olması gerekiyor benim yaptığımda :D yardım ederseniz çok sevinirim

Edited by ali::12
Link to comment
Share on other sites

[img]http://i56.tinypic.com/123m939.jpg[/img]


AMS de reg dosyalarını exe içine aktarabiliyorsun.

Sağ alt köşede Advanced var.oraya tıkla.Reg import'ta tıkla ordan reg dosyanı seç.

Edited by 600
Link to comment
Share on other sites

Çalıştır kodu:

[CODE]sYol [COLOR="#FF0000"]=[/COLOR] Input[COLOR="#FF0000"].[/COLOR]GetText([COLOR="#800080"]"Input1"[/COLOR])

[COLOR="#0000FF"]if[/COLOR] sYol [COLOR="#FF0000"]~=[/COLOR] [COLOR="#800080"]""[/COLOR] [COLOR="#0000FF"]then[/COLOR]
File[COLOR="#FF0000"].[/COLOR]Run(_WindowsFolder [COLOR="#FF0000"]..[/COLOR] [COLOR="#800080"]"[COLOR="#800080"]\\[/COLOR]regedit.exe"[/COLOR][COLOR="#FF0000"],[/COLOR] [COLOR="#800080"]"/s [COLOR="#800080"]\"[/COLOR]"[/COLOR] [COLOR="#FF0000"]..[/COLOR] sYol [COLOR="#FF0000"]..[/COLOR] [COLOR="#800080"]"[COLOR="#800080"]\"[/COLOR]"[/COLOR][COLOR="#FF0000"],[/COLOR] _WindowsFolder[COLOR="#FF0000"],[/COLOR] SW_SHOWNORMAL[COLOR="#FF0000"],[/COLOR] [COLOR="#0000FF"]true[/COLOR])
Dialog[COLOR="#FF0000"].[/COLOR]TimedMessage([COLOR="#800080"]"OK"[/COLOR][COLOR="#FF0000"],[/COLOR] [COLOR="#800080"]"Kayıt başarılı"[/COLOR][COLOR="#FF0000"],[/COLOR] [COLOR="#000000"]2000[/COLOR][COLOR="#FF0000"],[/COLOR] MB_ICONINFORMATION)
[COLOR="#0000FF"]else[/COLOR]
Dialog[COLOR="#FF0000"].[/COLOR]Message([COLOR="#800080"]"Hata"[/COLOR][COLOR="#FF0000"],[/COLOR] [COLOR="#800080"]"Lütfen bir REG dosyası seçin"[/COLOR][COLOR="#FF0000"],[/COLOR] MB_OK[COLOR="#FF0000"],[/COLOR] MB_ICONSTOP[COLOR="#FF0000"],[/COLOR] MB_DEFBUTTON1)
[COLOR="#0000FF"]end[/COLOR] [/CODE]

Örnek Proje:

[code]http://www.mediafire.com/download.php?uut3sfb0li009av[/code]

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...