Tagged Questions
A minimized object is one that has been replaced with an object that can restore the original when selected.
6
votes
2answers
3k views
sending messages to a flash game with C# / autoit
I'm making a bot for a flash game and I've figured out how to import all the autoit functions into my C# code.
string title = "Minesweeper";
string full = auto.WinGetTitle(title,"");
...
3
votes
2answers
355 views
.NET Timer controls run faster while the window is minimized
It's actually a noticeable difference that I've seen but cannot explain. These timers have intervals set to 1ms (the lowest available), but while it's minimized, it seems to tick faster? Could anyone ...
2
votes
3answers
76 views
Show a progressbar in taskbar while form is minimized
I wonder how can i accomplish the following:
I would like to display the progress of a progressbar on the taskbar while my window is minimized. See here for a visual description.
See how the icon on ...
2
votes
3answers
666 views
C# Windows Forms Application update when minimized
I have a windows forms application where i add the mainloop in the constructor of the form like this:
Application.Idle += new EventHandler(Update);
that works fine - however, my update ...
2
votes
2answers
96 views
Suggestions on creating & deploying minimized JavaScript with NAnt?
Do you have any suggestions or examples on how to deploy minimized (min) versions of JavaScript files using NAnt?
Are there any good command line applications, or scripts to assist with minimizing or ...
1
vote
2answers
110 views
C# message box minimized problem
I'm facing a small problem with my message boxes. If I run the program directly (as in, double clicking it and using it from there), they work fine.
I have some .ext files than when double clicked, ...
1
vote
2answers
178 views
C# set location of a minimized form
I am developing an application in C#. I have a Main Form where I have some buttons that give the user the possibility to start a new form into the Main Form.
When there are more of this kind of ...
1
vote
1answer
98 views
Chrome captueVisibleTab() when window is minimized
I am using Google Chrome to create screenshots of several sites in an automatic way. For that I am using the captureVisibleTab() function the API provides. Because this is an endless task I want to ...
1
vote
2answers
2k views
WPF: Window stays minimized even when setting WindowState explicitly
My application has a tray icon which, when double-clicked, hides or shows the application window. My issue is that I can't seem to bring the window to the foreground if it was in a minimized state ...
0
votes
0answers
11 views
How to prevent minimized empty xml tags using XQuery from SQL Server 2005
I am generating XML from SQL Server 2005 using a SELECT statement with XQuery syntax.
Is there a way to generate end tags for empty elements? Basically the xml output generated from this sql ...
0
votes
1answer
54 views
Can you get the NativeWindow minimized event?
When working with NativeWindow's in AIR, can you get an event everytime the window is minimized / unminimized? I tried hooking up with DisplayStateChanged but its not firing when the window is ...
0
votes
3answers
95 views
AutoHotkey background clicking and typing
I'm trying to use AutoHotkey to do some background clicking and typing while I'm doing other stuff in the foreground.
I've gotten used to Send but I haven't figured out how ControlSend works yet. ...
0
votes
0answers
33 views
Messagebox is shown minimized in Taskbar
I want to show a Messagebox with Messagebox.Show("Hello World")
Sometime this Messagebox is only shown minimized in the taskbar and is not popping up correctly.
Example: I have a reference to a Word ...
0
votes
4answers
136 views
How to edit minimized jQuery plugin file?
I want to edit supersized.3.1.3.core.min.js file.
Here's the code (placed here temporarily):
(function(a){a(document).ready(function(){a("body").prepend('<div ...
0
votes
0answers
157 views
CSS minimized mode in Opera speed dial extension problem with positioning
I'm trying to display a scrolling list inside a speed dial box but have a problem with the positioning
I want to know when the list object is too big to fit the box, but as far as I know, there's no ...
0
votes
1answer
937 views
preserve positioning of html page when window minimized
i have a problem with my page. whenever i minimize the window all the positioning of elements goes off and things get distorted. please help me
0
votes
1answer
519 views
Simulate input in own application without focus?
I was wondering if it is possible to simulate input in your own application without the window being focused or the window minimized, kind of like with PostMessage or SendMessage but without those ...
0
votes
3answers
1k views
C# Run application MINIMIZED at windows startup
I got the following code to run the application at windows startup:
private void SetStartup(string AppName, bool enable)
{
string runKey = ...
0
votes
3answers
527 views
c# how to FormWindowState.Normal
greetings,
i have this code:
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
{
this.WindowState = FormWindowState.Minimized;
about About = new about();
...
-1
votes
1answer
742 views
Blinking minimized browser
when my single IE instance is opened then minimized browser is blinking but while setting task bar property "Group similar task bar button" and if multiple IE instances opened then blinking is not ...