Jump to content

Yazının Etrafını Çerçeve İle Sarma


ClapTonApp
 Share

Recommended Posts

  • Editor

Resimde şaretlediğim yerden yapabilirsiniz.

 

http://prntscr.com/2ux6qr

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 242, 127, 192, 124)
$Group1 = GUICtrlCreateGroup("Group1", 16, 16, 209, 89)
$Input1 = GUICtrlCreateInput("Input1", 24, 40, 185, 21)
$Button1 = GUICtrlCreateButton("Button1", 24, 72, 75, 25)
$Button2 = GUICtrlCreateButton("Button2", 128, 72, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEnd

Link to comment
Share on other sites

 

Resimde şaretlediğim yerden yapabilirsiniz.

 

http://prntscr.com/2ux6qr

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 242, 127, 192, 124)
$Group1 = GUICtrlCreateGroup("Group1", 16, 16, 209, 89)
$Input1 = GUICtrlCreateInput("Input1", 24, 40, 185, 21)
$Button1 = GUICtrlCreateButton("Button1", 24, 72, 75, 25)
$Button2 = GUICtrlCreateButton("Button2", 128, 72, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEnd

KintaRo mesaj attıktan sonra kodayı karıştırdım ve o gösterdiğin yeri koda da keşfettim :) ,sizin de mesajınız için ayrıyetten teşekkür ederim.

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