Jump to content

Hi All i am New Here i create D3D and Need some help can


Recommended Posts

Hello all i hope all have Good Helth i create D3D But Need some help so can help me

Guys !

That my Code

#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=D:\Look here First\Form2.kxf
$Form1 = GUICreate("Tabbed Notebook Dialog", 150, 219, 479, 188, $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)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
  Case $GUI_EVENT_CLOSE
   Exit
EndSwitch
WEnd

i waiting Helping but i think That is Not the right way !

In End Thanks ;)

Link to comment
Share on other sites

Fucking Hell !!!

PMSL

Fucking Hell !!! why ! and

i see here

Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

first but i dont get my went

Link to comment
Share on other sites

I't just makes me laugh when disguises are so transparent, it's like drunk who's just gotten the bums rush from some boozer

takes his glasses off and tries to get back in.

As for the code, you need to walk sideways like a crab over to the keyboard before hitting F5.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Moderators

TheWarLords,

I like JohnOne's "drunk" analogy - it made me laugh even more than your feeble attempt to pretend you are someone else. :)

Multiple accounts = permanent block. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...