Search found 55 matches

by Rami
04 Jan 2017, 15:28
Forum: Ask for Help (v1)
Topic: Button tab-like style Topic is solved
Replies: 4
Views: 1698

Re: Button tab-like style Topic is solved

https://autohotkey.com/board/topic/73166-tab-within-tab/#entry733226 https://autohotkey.com/board/topic/71507-please-help-with-sub-tabs/ Or : without the theme the buttons have the same design as your tab3 Gui, Add, button, x22 y43 h22 ,Client 1 Gui, Add, button, x68 y43 h22,Client 2
by Rami
04 Jan 2017, 15:11
Forum: Ask for Help (v1)
Topic: If Else in CheckBox and DropDownList Topic is solved
Replies: 3
Views: 1196

Re: If Else in CheckBox and DropDownList Topic is solved

evilC,
Thank you.

iPhilip,
Thank you , i think that is what i'm looking for ...
I will try that in few...
by Rami
04 Jan 2017, 14:23
Forum: Ask for Help (v1)
Topic: If Else in CheckBox and DropDownList Topic is solved
Replies: 3
Views: 1196

If Else in CheckBox and DropDownList Topic is solved

Hi, let's say I have this simple Gui, with button "Dir" that will run the command: Dir Gui, Add, checkbox, vA, A Gui, Add, Checkbox, vB, B Gui, Add, Checkbox, vC, C Gui, Add, Checkbox, vD, D Gui, Add, DropDownList, ,Pause||Dont Pause|Wide Gui,Add,Button, gDir, Dir Gui, Show, center Return Dir: Gui, ...
by Rami
21 Nov 2016, 16:36
Forum: Ask for Help (v1)
Topic: Outlook COM - Enable or disable add-ins Topic is solved
Replies: 11
Views: 2616

Re: Outlook COM - Enable or disable add-ins Topic is solved

I mean, the script does its job by disabling Maxhire just by double click on it, but check at the beggining if Maxhire is disabled the script will exit
by Rami
21 Nov 2016, 12:51
Forum: Ask for Help (v1)
Topic: Outlook COM - Enable or disable add-ins Topic is solved
Replies: 11
Views: 2616

Re: Outlook COM - Enable or disable add-ins Topic is solved

Hi again :) I think what I will ask for is a lot easier since we have a ready one, but i cannot figure it out by my self since i know nothing regarding COM and these stuff. Is there a way to make it looks only for one add-in? let's say (from your script) Description: Maxhire ProgId: MHOLAddin.clsOut...
by Rami
18 Nov 2016, 17:08
Forum: Ask for Help (v1)
Topic: Outlook COM - Enable or disable add-ins Topic is solved
Replies: 11
Views: 2616

Re: Outlook COM - Enable or disable add-ins Topic is solved

Oh man!
You saved me hours, even days of work!!
Thanks a lot Kon! Thank you!

you can mark your answer as the best answer :)
by Rami
18 Nov 2016, 15:51
Forum: Ask for Help (v1)
Topic: Outlook COM - Enable or disable add-ins Topic is solved
Replies: 11
Views: 2616

Re: Outlook COM - Enable or disable add-ins Topic is solved

Great !! You are so fast! :)
But, it enables the selected add-in but it doesn't disable it :)
by Rami
18 Nov 2016, 15:29
Forum: Ask for Help (v1)
Topic: Outlook COM - Enable or disable add-ins Topic is solved
Replies: 11
Views: 2616

Re: Outlook COM - Enable or disable add-ins Topic is solved

Or, if it is easier , just to disable one certain add-in , i know its name and the dll file

Thank you
by Rami
18 Nov 2016, 15:23
Forum: Ask for Help (v1)
Topic: Outlook COM - Enable or disable add-ins Topic is solved
Replies: 11
Views: 2616

Re: Outlook COM - Enable or disable add-ins Topic is solved

Hi Kon, Thank you for your response. Unfortunately it doesn't work for me, I did add all your code in g-label, I don't know why I cannot upload images in the forum, anyway, the error is on line: COMAddIn.Connect := -1 Error: 0x80004004 - Operation aborted I used to run commands, and functions when c...
by Rami
09 Nov 2016, 09:07
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

Here is the final edition , i will not add more than these field on the top of my program, then the idea is to add buttons to run couple WMI Tasks https://autohotkey.com/board/topic/60968-wmi-tasks-com-with-ahk-l/ And include couple useful tools from SysInternal, and Nirsoft to run them from buttons...
by Rami
09 Nov 2016, 08:24
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

Garry, I checked it. I'm on Win 7, same long result
Thank you anyway.

empardopo,
here is how to add MAC address

Code: Select all

msgbox % GetMacAddress()

GetMacAddress(){
	Runwait, %ComSpec% /c getmac /NH | clip,,hide
	RegExMatch(clipboard, ".*?([0-9A-Z].{16})(?!\w\\Device)", mac)
	return %mac1%
}
by Rami
08 Nov 2016, 16:53
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

Garry, Any thought why do I get the WiFi password tens\hundreds characters? 01000000D08C9DDF0115D1118C7A00C04FC297EB01000000A4B2E276D9FD344E8BA443266DB5EC7700000000020000000000106600000001000020000000353F7CD412F4EBD0C6BE05A38BF78B75D1EA7CF9095426FEECFEC7C87262C3AE000000000E800000000200002000000023A5...
by Rami
07 Nov 2016, 16:52
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

Thanx Garry, I really learned new things from your helps, will definitely use them.
by Rami
07 Nov 2016, 14:27
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

Thanks a lot!
Actually I started doing GUI through AutoGUI v1.1.6 found it here. but you saved me a lot of hours !

I appreciate your time!
by Rami
07 Nov 2016, 12:21
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

My final part of the script after few collections from the forum and simple addition by me if someone will need this info: (no credit to me) #Persistent #SingleInstance, force #NoEnv #WinActivateForce SetBatchLines -1 SetWorkingDir %A_ScriptDir% RegRead, ProductName, HKEY_LOCAL_MACHINE, SOFTWARE\Mic...
by Rami
07 Nov 2016, 10:42
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

By mixing couple solutions found in forum I ended up with the following code: RegRead, ProductName, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\Windows NT\CurrentVersion, ProductName If ( OSVersion := GetOSVersionInfo() ) MsgBox % "ProductName`t:`t" . ProductName . "`nOS Version`t:`t" OSVersion.EasyVersi...
by Rami
07 Nov 2016, 10:16
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Re: Basic information about your computer Topic is solved

I could get: Windows 7 Professional Service Pack 1 Version 6.1 reading the registry Here is the code: RegRead, ProductName, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\Windows NT\CurrentVersion, ProductName RegRead, CSDVersion, HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion, CSDVersion RegRead, Curre...
by Rami
07 Nov 2016, 09:27
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4450

Basic information about your computer Topic is solved

Hi, What i'm trying to make is GUI AHK script, but i would like to show some information about the computer on the top of its interface. Something not more than showing the info in System properties (right click on My Computer > Properties) Any idea, help, or code to get any of these information wri...
by Rami
01 Nov 2016, 13:04
Forum: Ask for Help (v1)
Topic: Include exe files Topic is solved
Replies: 4
Views: 1786

Re: Include exe files Topic is solved

FileInstall is what i'm looking for.
Thank you @HotKeyIt

Go to advanced search