Search found 43 matches
- 22 Apr 2017, 13:14
- Forum: Ask For Help
- Topic: Get text from status bar
- Replies: 15
- Views: 6249
Re: Get text from status bar
The control name is EXCEL41 according to AccViewer. However, when I changed that the vText returned is still NULL. So there might be something else different (besides EXCEL41) needed in the Acc_Get command.hCtl is same as reported by AccViewer so that isn't the problem. ControlGet, hCtl, Hwnd,, EXCE...
- 22 Apr 2017, 12:36
- Forum: Ask For Help
- Topic: Get text from status bar
- Replies: 15
- Views: 6249
Re: Get text from status bar
Doesn't seem to work on EXCEL 2003. Returns NULL for hCtl. Apparently NETUIHWND1 is undefined in EXCEL2003, needs to be defined or I'm missing something else. Don't see where NETUIHWND1 is defined in either Acc.ahk or AccViewer.ahk. ;e.g. WinGet, hWnd, ID, ahk_class XLMAIN msgbox, %hWnd% ;Gets reaso...
- 15 Aug 2016, 09:44
- Forum: Forum Issues
- Topic: ahkscript.org forum seems extremely slow
- Replies: 170
- Views: 49980
Re: ahkscript.org forum seems extremely slow
Very very slow. About 30 sec. to a minute to load this page at 2:43:00 PM GMT in Arkansas.
Edit: Still slow when adding this edit at 2:46 PM GMT.
Edit: Still slow when adding this edit at 2:46 PM GMT.
- 26 Mar 2016, 11:25
- Forum: Ask For Help
- Topic: Adobe Flash play/pause hotkey?
- Replies: 7
- Views: 2661
Re: Adobe Flash play/pause hotkey?
You might want to look at the documentation on MouseClick in the help file that comes with AHK. You don't have to hover the mouse over the symbol you can MouseClick on the co-ordinate (X,Y) where the symbol is located. Also look at CoordMode in case you need that too. CoordMode, ToolTip|Pixel|Mouse|...
- 26 Mar 2016, 11:14
- Forum: General Discussion
- Topic: AutoHotkey User Survey
- Replies: 24
- Views: 7679
Re: AutoHotkey User Survey
The occupation question was disappointing to me in that it was woefully lacking in the sciences. Except for "Engineering" and "Research" (??) there were no science related occupations like, for instance, "Science." Not a particularly big deal unless it is an indicator of a larger culture that is tur...
- 26 Mar 2016, 10:26
- Forum: Ask For Help
- Topic: Adobe Flash play/pause hotkey?
- Replies: 7
- Views: 2661
Re: Adobe Flash play/pause hotkey?
There may be ways unknown to me but I have only been able to pause/play by sending left mouseclicks to screen/window co-ords at the location of the pause/play icon which will be in different locations for different flash applications. I also think, can't swear, that adobe intentionally removed keybo...
- 18 Nov 2015, 11:15
- Forum: Ask For Help
- Topic: Forum code blocks loosing formating when downloaded
- Replies: 5
- Views: 1649
Re: Forum code blocks loosing formating when downloaded
Comodo IceDragon 40.1.1.18 (latest at this time) forked from Firefox works OK. Copy/paste yields text with line breaks but no other formatting.
dmatch
dmatch
- 28 Oct 2015, 10:02
- Forum: Ask For Help
- Topic: Get text from status bar
- Replies: 15
- Views: 6249
Re: Get text from status bar
StatusBarGetText "Retrieves the text from a standard status bar control." Excel 2003 does not use a "standard" status bar control. AU3_Spy.exe shows statusbar text as blank instead of "Ready" which indicates it is not a standard control.
dmatch
dmatch
- 03 Aug 2015, 14:24
- Forum: Offtopic
- Topic: f*ck github
- Replies: 3
- Views: 1928
Re: fuck github
I bet there were a lot of "retards" that were offended. After all there are so many programmers that are mentally challenged. Sounds like they are defending a minority in the community that doesn't even exist....That's just retarded.
BTW, the title offends me...Change it.
dmatch
BTW, the title offends me...Change it.


dmatch
- 11 May 2015, 17:35
- Forum: About This Community
- Topic: Forum upgraded to phpBB v3.1.x
- Replies: 177
- Views: 138660
Re: Forum upgraded to phpBB v3.1.x
The main body was more like the darker background is now. I think you're mistaken, if the archive forum is anything to go by. The brightness difference is 2%. ..... Yes, I see is not much different. I was a little taken aback by the nearly white of the "New Posts" page, which is quite bright overal...
- 11 May 2015, 10:11
- Forum: About This Community
- Topic: Forum upgraded to phpBB v3.1.x
- Replies: 177
- Views: 138660
Re: Forum upgraded to phpBB v3.1.x
"significantly". Quite a bit of difference to me. The main body was more like the darker background is now.
Yeah, I can zoom.
dmatch
Yeah, I can zoom.
dmatch
- 11 May 2015, 09:45
- Forum: About This Community
- Topic: Forum upgraded to phpBB v3.1.x
- Replies: 177
- Views: 138660
Re: Forum upgraded to phpBB v3.1.x
Doesn't look much like the old forum. Much brighter and harder on the eyes in my opinion. Fonts smaller than before and harder for my old eyes to read. Why do upgrades have to effect the look so much? The old look was one of many reasons I liked this forum better than the bright white of the other f...
- 24 Feb 2015, 19:44
- Forum: Ask For Help
- Topic: Dll Call CreateDesktop
- Replies: 16
- Views: 4627
Re: Dll Call CreateDesktop
The blog linked to above indicates there are uses for it in kiosk applications. Where you want to take control of and isolate the user from accessing the computer as a full-fledged user (like computer displays in kiosks at the mall). I don't think it is intended for casual use. The blog also pointed...
- 24 Feb 2015, 18:12
- Forum: Ask For Help
- Topic: Dll Call CreateDesktop
- Replies: 16
- Views: 4627
Re: Dll Call CreateDesktop
Ran across this at MSDN: http://blogs.msdn.com/b/cjacks/archive/2006/11/09/a-desktop-of-your-own.aspx #include <windows.h> int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) { HDESK hdeskOriginalThread = GetThreadDesktop(GetCurrentThreadId()); HDESK hde...
- 19 Nov 2014, 11:47
- Forum: Ask For Help
- Topic: Opposite of Gui, Submit?
- Replies: 4
- Views: 1906
Re: Opposite of Gui, Submit?
If you want to change ALL the associated variables in the Gui without knowing the name of each ahead of time you could use WinGet and GuiControlGet as demoed here: Gui, Add, Text, vText, This is a Text Control Gui, Add, Edit, vEdit, This is an Edit Control Gui, Add, Button, gTest, Test Gui, Show, , ...
- 05 Jul 2014, 13:04
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 820
- Views: 494287
Re: SciTE4AutoHotkey v3.0.05.01 [Updated April 5 2014]
[SOLVED] I'm new to SciTe4Autohotkey. I prefer a dark background with white text when using an editor. However, when I click on a line it turns bright yellow and I can't see white (or other light) text. I have been starting from the "VisualStudio" style and clicking on "Edit Style" but can't find wh...
- 31 May 2014, 21:43
- Forum: Offtopic
- Topic: Trouble Accessing Site
- Replies: 14
- Views: 5113
Re: Trouble Accessing Site
I didn't mean that a service told me it was up. I meant that I can now access the site with the 2 browsers that previously returned the 410 error and I am glad I don't have to change browsers to access the site anymore.
Thanks,
dmatch
Thanks,
dmatch
- 31 May 2014, 10:38
- Forum: Offtopic
- Topic: Trouble Accessing Site
- Replies: 14
- Views: 5113
Re: Trouble Accessing Site
Whatever was causing the "410 gone" error has been fixed (fixed itself?). The problem persisted for ~4 months but something changed between yesterday morning and this morning and now all is well.
dmatch
dmatch
- 14 Apr 2014, 13:10
- Forum: Ask For Help
- Topic: Vertically Align Text to Edit Control
- Replies: 5
- Views: 3627
Re: Vertically Align Text to Edit Control
Here is a quick and dirty method and an alternative, I sometimes employ. ;Quick and dirty method to align text next to edit (vertically centered) gui, font, s12 gui, add, text, ,Server: ;reduce font size to accomadate border around edit control gui, font, s9 gui, add, edit, x+5, xxxxxx.xxxxx.xxx gui...
- 19 Jan 2014, 15:06
- Forum: Offtopic
- Topic: Trouble Accessing Site
- Replies: 14
- Views: 5113
Re: Trouble Accessing Site
Hope I didn't upset you. I'll crawl back under my rock now.
dmatch
dmatch