When a window has no title, how can we know the name of it to control it with script?
The window "Start" without a title.
This is a window appearing when we work with the software "SnagIt". Because window "Start" has no title, so I don't know how to use a script to move or resize the window. Please help me!
Related
Is it possible to have a popup window appear in response to clicking on a link or something like a link?
There is a table of possible values that I don't want to repeat in an online guide. It would be good to put them in a popup window that would appear i response to a mouse over or a click. Any ideas would be appreciated.
Thanks!
Is there any way to open the Find and Replace dialog in the Access VBA IDE programmatically? To be clear, not F&R on a form or control but in the code window itself? Access doesn't have SendKeys and I can't find any command to do it.
Reason I ask is I have an ultrawide monitor and the dialog always opens in the top left of the screen. I'd like to use WinApi's SetWindowPos to reposition it as I use F&R a lot in my current project. I'm considering rolling my own function using VBE Extensibility but checking here first for a quick solution.
Not that I know of, but you could check out MZ-Tools.
Its Find/Replace window at least opens where you left it:
I have the window handle of another application and I want to remove it from the windows taskbar. I'd also like to remove it from the alt-tab menu. The window is a chrome app running my webpage, and I've experimented and I can effect it with MoveWindow successfully.
I just need to know how to declare the APIs to do this, if it's possible and how please :D
Thank you StackExchange!!!
Since all this got is 1 measly downvote, I managed to create a work around. I simple set the window state to hide or show using its handle.
I have a project that use a dll which always shows a popup window while building. It's very annoying and I want to get rid of it.
The problem is the popup window prevents me from doing the automate build because nobody can click on the automate build server.
If you know popup window Title you can write a simple application to find window's Handle and simulate Button click.
When I try to add any widget (label, button ...) to main application Window in Gorm, the Window does not accept the widget. I try to drag and drop but nothing wants to 'stick'. When I select and left click on button widget in palette window the curson changes to '2 green squares'. When I start dragging it changes to '2 black squares'.
Another problem is that the 'Document' window opens really long window (stretches about 5 times the width of my screen) but apart from NSOwner, NSFirst, My Window and NSMenu icons it is empty.
Any ideas what is wrong?
I'm running linux with fluxbox-1.1.1
I've compiled gorm-1.2.8 and gnustep-startup-0.22.0 that contains:
ffcall-1.10
gnustep-back-0.16.0
gnustep-base-1.18.0
gnustep-gui-0.16.0
gnustep-make-2.0.7
gnustep-objc-1.6.0
libffi-3.0.1
Any help is appreciated.
Thanks
Maybe there's a compatibility issue or some conflict between existing run time libraries and the new ones that I'm trying to add. Doesn't seems like there's a straightforward answer for this. Nevermind, I gave up trying atm. Maybe later when I setup another Linux box I give it a try - I'll stay with Mac OS X for now :)