Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/23/2017 in all areas

  1. That is similar what I usually suggest to customers - lock everything down and then use SCCM. Publish applications that are free to use or low risk to the Application Catalog, and create an approval/escalation/chargeback system for the rest. The problem is most companies are stuck in the "but our teams want it now" mode of firefighting they can't or won't take the time to properly architect something that will ultimately ease their frustrations.
    3 points
  2. They are? I am not sure they are. Just because that is true for many things perhaps, does not mean it is true for all. AutoIt is more than just another version release. Users also provide further functionality with UDFs etc. When you see AutoIt is starting to fall behind, then that is the time to get worried. I don't think you can class AutoIt as the same kind of beast that many others are, as it has always danced to its own tune ... though I admit, that in more recent years, going by worrying changes at times to the Help file (now I am using latest AutoIt and discovering them), it has been pushed by some here in the same mental direction as most other languages. For me, AutoIt always stood out, especially for ease of use, and clear explanations and examples for newbies. If you really want something to worry about, worry about the gist of that last comment. @Au3Builder - Look and ye shall find. Check out the Chat Forum section here, and you will find that topics such as yours (this here) have been going on for years (not months my good bud Dcoder) ... well beyond the current version of AutoIt. Further to all that. AutoIt naturally went through a long developmental stage, but in reality by the time of Windows 10 has caught up pretty much, and now become quite a mature language. Mature languages often suffer a significant slow down, and just keep pace from then on .. until they die or not. Let's wait and see what happens with the next version of Windows shall we.
    2 points
  3. @TheSaint I never understand when you talk. I don't know when you're joking and when You aren't lol. Saludos
    1 point
  4. Don't know why corporations are so strict on updating 7-zip... can't they trust their employees a little more? They might end up using WinRAR with the perpetual trial license LOL P.S Sorry, couldn't resist the joke.
    1 point
  5. @iamtheky at work I have just prepared my new notebook with win 10 1709 build 16299.15, and with the agent 12.0.1708 plus the update KB4043961 (see the link) I obtained only BSODs. Seems that you have to choice to stay without trendmicro client or the KB4043961. Oh, it's true that trendmicro has already released a patch but we are part of a "corporation" since two years and updating also 7zip is a "state affair"....
    1 point
  6. Belini, This is how I do it: #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> ; Set resize mode for controls Opt("GUIResizeMode", $GUI_DOCKAUTO) Global $iGUIInitSize = 500 $hGUI = GUICreate("Test", $iGUIInitSize, 500, -1, -1, BitOR($WS_SIZEBOX, $WS_SYSMENU)) $cButton = GUICtrlCreateButton("Resizing text", 10, 10, 80, 30) $iLast_Control = GUICtrlCreateDummy() GUISetState() GUIRegisterMsg($WM_SIZE, "_WM_SIZE") While 1 Switch GUIGetMsg() Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Func _WM_SIZE($hWnd, $iMsg, $wParam, $lParam) #forceref $iMsg, $wParam, $lParam If $hWnd = $hGUI Then ; Calculate required font size Local $aGUI_Size = WinGetClientSize($hGUI) $iFontSize = Int(2 * (.25 + (8 * $aGUI_Size[0] / $iGUIInitSize))) / 2 ; Reset font size for all controls on main GUI For $i = 0 To $iLast_Control GUICtrlSetFont($i, $iFontSize) Next EndIf EndFunc ;==>_WM_SIZE M23
    1 point
  7. jazzyjeff

    App Store

    Oh I can add, that it has been successfully used and tested at a school district with over 1000 employees and over 6000 students.
    1 point
  8. https://mechanicalkeyboards.com/shop/index.php?l=product_detail&p=1541 https://mechanicalkeyboards.com/shop/index.php?l=product_detail&p=1365 Ducky Shine is your brand looks like I use one of these at work, and I think I enjoy it more than the Razor, much cheaper too, but super high quality. Solid as hell just not as noisy or backlit https://www.amazon.com/Rosewill-Mechanical-Keyboard-RK-9000V2-BR/dp/B00S5E4LX0
    1 point
  9. you don't need to be anything but what you are man. coding is more an art than science. I taught myself Assembler for the 6809E microprocessor (TRS-80 Color Computer), then basic, then structured basic and on from there. Much later I finished a college degree. C and C++ were my fav but C# rules, Python is also WAY freaking cool. my first computer was a Motorola powered TRS-80 64K CoCo, god I miss it. Should never have parted ways. https://en.wikipedia.org/wiki/TRS-80_Color_Computer
    1 point
  10. I always say what I think, what I see and what I feel... I know AutoIt has one owener. AutoIt is nothing without hte people that use it. let me change my "lenguage is dying" to it's agonizing lol. About using another valuable language I do already and even so I take time to shared/support people here to avoid AutoIt dies. I'm don't say any as a professional programmer becase I am not. I'm Just a High school dregree guy with a little programming skills that says what He think about AutoIt developement. Recognize AutoIt for the value it provides: You don't imagine how grateful I feel about AutoIt. Must of my programming knowledge start from something related to AutoIt. it's something I'll never forget. Saludos
    1 point
  11. @Danyfirex every single time this subject comes up, which seems to be about once a month, you come at it with the same "language is dying" type comment. No one is avoiding the question, in fact every thread of this nature ends up coming down to the same very simple statement - AutoIt has one owner, Jon. When he has time, and when he decides to pick up development, he will. The rest of us are just along for the ride, and I doubt a dozen "I want AutoIt to do X" threads are going to spur him to take time away from work that actually pays to add features to AutoIt. Why people cannot comprehend this I do not know. If you find more value in another language, use it! There are plenty of things I routinely have to turn to PowerCLI for; it's just the nature of any scripting language - no one language does everything. Recognize AutoIt for the value it provides, and where it doesn't add value to your work, find a tool that does.
    1 point
  12. When something get not updated. It start to die... I don't know why must of MVP-developers here always are avoiding this questions. but good after all you are the developers. there are many people waiting something more of AutoIt. AutoIt could be improve/better but there are not AutoIt developer actually that's the truth. I going to stop writing know because I don't want my account banned lol maybe waht I said hurt someone... I really Love AutoIt for fast developing no too much related to GUI design of course. I use it every day and when I don't I miss it. lol AutoIt a progamming lenguage?. Totally yes a full Programming language. @TheDcoder You can use Mono C#. Saludos
    1 point
  13. iamtheky

    Run binary

    What is on page 9?? That is an amazing break of IPB, i want to see the code.
    1 point
  14. Hi friends I would like to change the theme with the help of a button #include "MetroGUI-UDF\MetroGUI_UDF.au3" #include <Array.au3> Global $aAraayList[18] = ["LightTeal", "DarkTeal", "DarkMidnight", "DarkBlue", "DarkBlueV2", "LightCyan", "DarkCyan", "LightGray", "LightGreen", "DarkGreen", "LightRed", "DarkGray", "DarkAmber", "LightOrange", "DarkOrange", "LightPurple", "DarkPurple", "LightPink"] Global $List = 0 _SetTheme(_ThemeChange()) $Form1 = _Metro_CreateGUI("Form1", 428, 258, -1, -1, True) $Control_Buttons = _Metro_AddControlButtons(True, True, True, True, True) $GUI_CLOSE_BUTTON = $Control_Buttons[0] $GUI_MAXIMIZE_BUTTON = $Control_Buttons[1] $GUI_RESTORE_BUTTON = $Control_Buttons[2] $GUI_MINIMIZE_BUTTON = $Control_Buttons[3] $GUI_FULLSCREEN_BUTTON = $Control_Buttons[4] $GUI_FSRestore_BUTTON = $Control_Buttons[5] $GUI_MENU_BUTTON = $Control_Buttons[6] $ButtonSetTheme = _Metro_CreateButton("ButtonSet", 80, 160, 75, 25) $ButtonChangeTheme = _Metro_CreateButton("ButtonChange", 240, 160, 75, 25) GUISetState(@SW_SHOW) While 1 _Metro_HoverCheck_Loop($Form1) Sleep(10) $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE, $GUI_CLOSE_BUTTON _Metro_GUIDelete($Form1) Exit Case $GUI_MAXIMIZE_BUTTON GUISetState(@SW_MAXIMIZE) Case $GUI_RESTORE_BUTTON GUISetState(@SW_RESTORE) Case $GUI_MINIMIZE_BUTTON GUISetState(@SW_MINIMIZE) Case $GUI_FULLSCREEN_BUTTON, $GUI_FSRestore_BUTTON _Metro_FullscreenToggle($Form1, $Control_Buttons) Case $ButtonSetTheme $VarTema = RegRead('HKCU\Software\MetroGui\Tema', 'Set') _ThemeChange($VarTema) Case $ButtonChangeTheme RegWrite('HKCU\Software\MetroGui\Tema', 'Set','REG_SZ', _ThemeChange()) EndSwitch WEnd Func _ThemeChange($aAraayList[$List]) If $List >= UBound($aAraayList) Then $List = 0 $List += 1 Return $aAraayList[$List] EndFunc Theme:
    1 point
  15. So, you need PUT? Try something like this: #include "WinHttp.au3" $sUserName = "Ian.1990" $sPassword = "MyPassword" $sFileToUpload = "C:\MyFile.tar" $sAddress = "http://IP:8081/DirectoryPath/MyFile.Tar" ConsoleWrite(Ian_FilePUT($sAddress, $sUserName, $sPassword, $sFileToUpload) & @CRLF) Func Ian_FilePUT($sAddress, $sUserName, $sPassword, $sFileToUpload) ; Initialize and get session handle Local $hOpen = _WinHttpOpen() Local $aCrackURL = _WinHttpCrackUrl($sAddress) ; ...Check for errors here and then... Local $sURL = $aCrackURL[0] & "://" & $aCrackURL[2] & ":" & $aCrackURL[3] Local $sPath = $aCrackURL[6] & $aCrackURL[7] ; Get connection handle Local $hConnect = _WinHttpConnect($hOpen, $sAddress) Local $hFile = FileOpen($sFileToUpload, 16) Local $bFile = FileRead($hFile) FileClose($hFile) ; Upload now Local $aOut = _WinHttpSimpleSSLRequest($hConnect, "PUT", $sPath, Default, $bFile, Default, True, Default, $sUserName, $sPassword, 1) ; ...Check for errors here and then... ; For example, print headers ConsoleWrite($aOut[0] & @CRLF) ; And collect returned data Local $sOut = $aOut[1] ; Close used handles _WinHttpCloseHandle($hConnect) _WinHttpCloseHandle($hOpen) ; Return whatever is read Return $sOut EndFunc ...Don't forget error checking.
    1 point
  16. Biatu

    AutoIT Editor Dark Theme

    Here is mine: # SciTE Customization GUI ---------------------------------------- # Do not remove these lines or anything between them position.left=-1 position.top=-1 position.width=-1 position.height=-1 position.maximize=0 position.tile=0 minimize.to.tray=0 save.position=1 toolbar.visible=0 end.at.last.line=0 ensure.final.line.end=1 statusbar.visible=1 full.screen.hides.menu=0 title.full.path=1 title.show.buffers=0 blank.margin.right=0 blank.margin.left=6 split.vertical=0 output.vertical.size=256 output.horizontal.size=0 output.initial.hide=1 clear.before.execute=1 output.scroll=1 fold=1 fold.on.open=0 fold.compact=0 fold.preprocessor=0 fold.comment=1 fold.flags=0 fold.symbols=0 fold.highlight=1 fold.highlight.colour=#71FF1C fold.margin.colour=#141414 fold.margin.highlight.colour=#1E1E1E fold.margin.width=16 use.tabs=0 tabsize=4 tab.indents=4 backspace.unindents=1 indent.size.$(au3)=4 view.indentation.guides=1 style.au3.37=fore:#1E1E1E,back:#141414 highlight.indentation.guides=1 selection.fore=#38FF1C selection.back=#141414 selection.alpha=25 selection.multiple=1 selection.additional.typing=1 selection.additional.fore=#1CFF55 selection.additional.back=#141414 selection.additional.alpha=50 highlight.current.word=1 highlight.current.word.by.style=0 highlight.current.word.autoselectword=0 highlight.current.word.wholeword=0 highlight.current.word.matchcase=1 highlight.current.word.minlength=2 highlight.current.word.colour=#C2FFAE margin.width=16 braces.check=1 braces.sloppy=1 style.au3.34=fore:#8F9D6A,back:#141414,bold,notitalics,notunderlined style.au3.35=fore:#CF6A4C,back:#141414,bold,notitalics,notunderlined caret.fore=#A0A0A0 caret.width=3 caret.period=700 caret.additional.blinks=1 caret.sticky=1 virtual.space=1 caret.line.back=#F8F8F8 caret.line.back.alpha=10 caret.policy.xslop=1 caret.policy.width=20 caret.policy.xstrict=0 caret.policy.xeven=0 caret.policy.xjumps=0 caret.policy.yslop=1 caret.policy.lines=1 caret.policy.ystrict=1 caret.policy.yeven=1 caret.policy.yjumps=0 line.margin.visible=1 line.margin.width=1+ style.*.33=fore:#DADADA,back:#141414,font:Consolas,size:12,notbold,notitalics error.select.line=0 style.errorlist.3=fore:#DADADA,back:#141414 error.marker.fore=#DADADA error.marker.back=#141414 error.inline=0 style.error.1=fore:#CF6A4C,back:#141414 style.error.2=fore:#FF0000,back:#141414 are.you.sure=1 are.you.sure.for.build=0 are.you.sure.on.reload=0 save.all.for.build=0 load.on.activate=0 save.on.deactivate=0 reload.preserves.undo=1 check.if.already.open=0 quit.on.close.last=0 save.recent=1 save.session=1 save.find=1 session.bookmarks=1 session.folds=1 save.on.timer=600 strip.trailing.spaces=1 open.dialog.in.file.directory=1 calltips.color.highlight=#CF6A4C style.au3.38=fore:#DADADA,back:#141414 calltips.set.above=0 calltip.au3.ignorecase=1 calltip.*.use.escapes=0 mousehover.calltips.dwelltime=750 autocomplete.au3.disable=0 autocomplete.choose.single=0 autocomplete.au3.ignorecase=1 autocompleteword.automatic=0 autocomplete.*.fillups = buffers=100 buffers.zorder.switching=1 tabbar.visible=1 tabbar.multiline=0 tabbar.hideone=0 find.mark=1 find.replace.matchcase=0 find.replace.regexp=0 find.replace.regexp.posix=0 find.replace.wrap=1 find.replace.escapes=0 find.replacewith.focus=1 find.use.strip=0 replace.use.strip=0 find.close.on.find=1 find.in.files.close.on.find=1 find.replace.advanced=1 buffered.draw=1 two.phase.draw=1 technology=1 cache.layout=2 output.cache.layout=0 font.quality=3 ext.lua.auto.reload=1 ext.lua.reset=0 edge.mode=0 edge.column=143 edge.colour=#CF6A4C indicators.alpha=50 indicators.under=1 style.au3.32=back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.0=fore:#A688FF,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.1=fore:#06FF83,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.2=fore:#77FFBB,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.3=fore:#CF6A4C,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.4=fore:#88C4FF,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.5=fore:#FFB96A,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.6=fore:#C4FF55,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.7=fore:#A4FFFF,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.8=fore:#FF3E3E,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.9=fore:#7587A6,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.10=fore:#DADADA,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.11=fore:#8996A8,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.12=fore:#4ABDAF,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.13=fore:#CEF7BD,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.14=fore:#0080FF,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.au3.15=fore:#FF80FF,back:#141414,font:Consolas,size:12,notbold,notitalics,notunderlined style.errorlist.32=fore:#DADADA,back:#141414,font:Consolas,size:10,notbold,notitalics,notunderlined style.errorlist.4=fore:#8F9D6A,back:#141414,font:Consolas,size:10,notbold,notitalics,notunderlined style.errorlist.10=fore:#CF6A4C,back:#141414,font:Consolas,size:10,notbold,notitalics,notunderlined style.errorlist.11=fore:#7587A6,back:#141414,font:Consolas,size:10,notbold,notitalics,notunderlined style.errorlist.12=fore:#F9EE98,back:#141414,font:Consolas,size:10,notbold,notitalics,notunderlined style.errorlist.0=fore:#FFFFFF,back:#141414,font:Consolas,size:10,notbold,notitalics,notunderlined style.errorlist.1=fore:#DADADA,back:#141414,font:monoOne,size:10,notbold,notitalics,notunderlined backup.files=0 check.updates.scite4autoit3=1 proper.case=1 debug.msgbox.option=-1 debug.console.option=0 debug.trace.option=3 # Do not remove these lines or anything between them # - SciTE Customization GUI ---------------------------------------- import au3.UserUdfs import au3.keywords.user.abbreviations
    1 point
  17. Sure you can, just open up a script and click Tools -> Scite Config (or Ctrl + 1) Here's my properties, preview in the pic
    1 point
  18. AZJIO

    Themes for SciTE

    Black screenshot Themes.SciTEConfig or C:Documents and Settings<nameuser>SciTEUser.properties
    1 point
×
×
  • Create New...