Jump to content

Editör Yazma


vandan2
 Share

Recommended Posts

Arkadaşlar şöyle bir şey yapmak istiyorum acaba mümkün müdür?

şimdi 2 tane script olucak ama bir tanesi olun editörü gibi olucak.

yani 1. scriptle 2. scripti hazırlıycaz. şunun gibi

[codebox]#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 352, 186, 192, 132)
$Input1 = GUICtrlCreateInput("adınız", 16, 8, 161, 24)
$Input2 = GUICtrlCreateInput("soyadınız", 16, 56, 161, 24)
$Input3 = GUICtrlCreateInput("yaşınız", 16, 112, 161, 24)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd
[/codebox]

yukarıdaki koddaki adınız soyadınız kısmına kullanıcı yazıcak sonra kaydete basıcak bu bilgiler 2. scriptteki send ("") tırnakların arasına yazılacak. yani bu şekilde kullancı programı kendine göre ayarlayabilecek. böyle bir şeyi nasıl yapabiliriz acaba ?
Link to comment
Share on other sites

[quote name='blackman12' date='21 December 2011 - 22:54 ' timestamp='1324500867' post='1130427']
Bunun için 2 scripte gerek yok bir scriptte, global değişkenleri kullanarak halledebilirsin durumu.
[/quote]

Peki şöyle bir şey yapabilir miyiz.
tek script olucaksa

kişi açınca scripti karşısına adınız soyadıız guisi çıkıcak kişi doldurup kaydet e basınca o ayarlarlara göre hazırlanmış yeni dosya oluşturulacak.

bunu nasıl yapabilirim acaba ?

Edited by vandan2
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...