i make D3D But need help

04/27/2012 15:03 Fairy10#1
i went it work
Code:
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\girls\desktop\form2.kxf
$Form1_1 = GUICreate("Tabbed Notebook Dialog", 150, 248, -2, 20, $WS_POPUP)
$Label1 = GUICtrlCreateLabel("Test", 8, 48, 25, 17)
$Label2 = GUICtrlCreateLabel("Test", 8, 72, 25, 17)
$Label3 = GUICtrlCreateLabel("Test", 8, 24, 25, 17)
$Label4 = GUICtrlCreateLabel("Test", 8, 120, 25, 17)
$Label5 = GUICtrlCreateLabel("Test", 8, 96, 25, 17)
$Label6 = GUICtrlCreateLabel("Test", 8, 144, 25, 17)
$Label7 = GUICtrlCreateLabel("Test", 8, 168, 25, 17)
$Label8 = GUICtrlCreateLabel("Test", 8, 192, 25, 17)
$Label10 = GUICtrlCreateLabel("Off", 112, 24, 18, 17)
$Label11 = GUICtrlCreateLabel("Off", 112, 96, 18, 17)
$Label12 = GUICtrlCreateLabel("Off", 112, 48, 18, 17)
$Label13 = GUICtrlCreateLabel("Off", 112, 72, 18, 17)
$Label14 = GUICtrlCreateLabel("Off", 112, 120, 18, 17)
$Label15 = GUICtrlCreateLabel("Off", 112, 144, 18, 17)
$Label16 = GUICtrlCreateLabel("Off", 112, 168, 18, 17)
$Label17 = GUICtrlCreateLabel("Off", 112, 192, 18, 17)
$Label9 = GUICtrlCreateLabel("For Open and Closs Press F12 ", 0, 224, 150, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEn
F12 to open and closs it and went On/off work can help?
04/27/2012 16:12 Freddy​#2
This isn't a D3D menu
04/27/2012 16:17 K1ramoX#3
If you want a GUI like a D3D Menu then try out my Fake D3D Base ;O

[Only registered and activated users can see links. Click Here To Register...]
04/27/2012 16:37 Fairy10#4
Quote:
Originally Posted by Applecode View Post
If you want a GUI like a D3D Menu then try out my Fake D3D Base ;O

[Only registered and activated users can see links. Click Here To Register...]
but is fake may be and cant add more at 2 if add more 2 Only work :(
But thanks
Quote:
Originally Posted by Freddy​ View Post
This isn't a D3D menu
ok how make Menu D3D can Help Me place ?
04/27/2012 16:43 .SkyneT.#5
Quote:
Originally Posted by Fairy10 View Post
ok how make Menu D3D can Help Me place ?
Create a hook on EndScene ...
04/27/2012 17:26 Fairy10#6
Quote:
Originally Posted by .SkyneT. View Post
Create a hook on EndScene ...
how ?