Make A Window Not Associated With The Application Minimize Or Maximize Its Window State In Vb?

Dec 12, 2011

If you have ever noticed in the Task Manager, when you right-click on the running task, you have many options which include 'Minimize' and 'Maximize'. Is there anyway to do achieve this in vb?

View 1 Replies


ADVERTISEMENT

Setting MDIChildren Window State To Maximize?

Jan 3, 2010

I want to maximize my mdi child automatically by setting WindowState to Maximize. But it looks like this.. why is this happening? but if I restore it and maximize it again its body now occupies the mdiparent space. To aim is not enough. You must hit.

View 2 Replies

Prevent Minimize Of Child Window When Parent Window Minimizes?

Dec 19, 2011

If I show a new non-modal child window using .Show(frmParent), and then the parent window is minimized, the child will get minimized automatically as well.

View 2 Replies

Programmatically Maximize An External Application's Window?

Sep 4, 2009

I have an application right now that starts a process, then opens a file associated with that process (system.diagnostics.process.start("WM.exe")), however, the way they save, there is a window within a window. It's like in photoshop cs3 when you have many windows within the big window of the application. Right now I use an api call to findwindow which is the application itself, but within that I need to find the subwindow, of which I know the apptitle, and then I need to set its windowstate to maximized. Does anyone know how this can be done? I think there's a way to hook a handle, but how does one also maximize?

View 1 Replies

Make Somthing Not Minimize When Click Another Window?

Aug 21, 2009

how do i make somthing not minimize when i click another window and what is the codes for it>??What Are You Good At: Asking Questions..

View 1 Replies

C# - Winform Application, Does Window Minimize Force Garbage Collection?

Feb 8, 2011

Here's the scenario, winforms application, monitoring via Task Manager Processes Tab.On initial launch spins up to ~61,000K (initial data grid and data loads)If I minimize the application, not touching or doing anything the Mem usage drops to 1,380K.When I restore the application is spins back up to only 5.8K

So my question is, does the minimize send some internal message to clean up resources since the application in question is not in focus?The first app I noticed this in happens to be VB.NET, but I've observed the same behavior in my main C# winform applications.

View 1 Replies

Maximize A Window In VB When The Maximize Button Is Pressed

Apr 27, 2009

Is there a easy way to maximize a window in VB when the maximize button is pressed so that everything that is contained in the Window (Forms, Panels) will also automatically resize to the screen size?

View 4 Replies

Maximize Form Size When Maximize Window?

Jun 9, 2011

I want to maximize my form size when i maximize my window. means when i double click on window to maximize then my form also get maximize with window, i used dock property bt still not getting proper result.

View 16 Replies

Make The Form 'full Screen' (border Style Done And Maximized Window State)?

Dec 17, 2011

I am using VB Express Edition 2010, and I want a button, when clicked, to make the form 'full screen' (border style done and maximised window state) and once clicked again, to return the form to maximised but with a fixed single border style. Here is my

[Code]...

View 4 Replies

C# - Maximize/Minimize External Application?

May 1, 2011

I have got Skype configured to launch minimized on windows starts.Now I need to bring Skype to front from a button from my full screen application button. I have got this code:

For Each p As Process In Process.GetProcessesByName("skype")
ShowWindow(p.MainWindowHandle, SHOW_WINDOW.SW_NORMAL)
Next p

View 1 Replies

VS 2010 Getting External Application Minimize,maximize Status?

Aug 23, 2011

I want to get status of an extarnal program for example notepad.is it minimize,maximize or active or in background? how can understand from my vb application?i think need to write api function. i found somethink from forums but they just control extarnal application not give a status.

View 2 Replies

Cannot Maximize A Window ?

Mar 24, 2010

I am using VB 2005 express edition and I need to develop a simple application. It should open a certain program (called MyMobiler) when a button is clicked. So far, I haven't managed to start it maximized (using shell (programpath, vbMaximizedFocus)), it always opens restored, although trying with notepad works (notepad opens maximized if i put vbMaximizedFocus). What else could I try? Here's my code

Public Class Form1
Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub[code]....

View 9 Replies

Expand Everything When Maximize The Window?

Feb 2, 2009

When i Maximize The window it will not expand it all. I want it to expand everything when i maximize the window.

View 2 Replies

VS 2010 : Close A Third-party Window (application) If A Specified String Was Found In The Window Title?

May 2, 2012

Excuse me for posting this, but I have searched both Google along with this forum before asking this question, maybe I'm not using the right keywords but I apologize if it's easy to find.I would like to know how one could close a third-party window (application) if a specified string was found in the window title.

View 2 Replies

Close A Third-party Window (application) If A Specified String Was Found In The Window Title

Nov 30, 2010

I would like to know how one could close a third-party window (application) if a specified string was found in the window title.

View 4 Replies

Minimize A Window Within A MDI Form?

May 11, 2010

I am looking to create an action that will minimize the current window?

View 1 Replies

ToolStripComboBox At Maximize Window Don't Change Size?

May 13, 2011

i have a problem in ToolStripComboBox at maximize window don't change size.

How change ? I write

Private Sub Form1_MaximumSizeChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.MaximumSizeChanged
ToolStripComboBox1.Dock = DockStyle.Right

[Code]......

View 2 Replies

VS 2008 Maximize The Form Designer Window?

May 27, 2009

In VB6 IDE if you doubleclick on the titlebar of the form designer, it maximizes/restores. But in VB.net it opens up code window.How do you quickly maximize/restore the form designer window ?

View 4 Replies

Hide Or Minimize Window In Script?

Nov 3, 2011

I have a script code in vb.net environment which is calling file from path but when i call the file the window remain opened i want to hide it.[code]...

View 1 Replies

Minimize Excel (or Keep The Console Window On Top)?

May 15, 2012

I am making a console application that basically just takes in rainfall over the year, then exports the data into an Excel template and saves it. I've accomplished all this but cannot for the life of me get the window to minimize. I can change the size but everything I've tride doesn't work.

View 3 Replies

Winforms - How To Minimize A Window To The Taskbar

Jun 19, 2012

How can i Minimize the window to the Taskbar?

im using:FormBorderStyle = Windows.Forms.FormBorderStyle.None

View 1 Replies

VS 2008 - Maximize Window And Making Objects To Fit Screen

Jun 22, 2010

How can I maximize the windows and make the objects fit the screen also growing?

View 8 Replies

System.Drawing - Minimize Window Or Drag It Out

May 12, 2009

...
Dim Desen As System.Drawing.Pen
Desen = New System.Drawing.Pen(System.Drawing.Color.FromArgb(vectorCulDrLn(0), vectorCulDrLn(1), vectorCulDrLn(2)), drwgln)
Dim Grph As System.Drawing.Graphics = programNods.CreateGraphics()
[Code] .....

If I minimize the window or drag it "out of the screen" the "inserted" lines will be "cleaned"...
How can I draw them again? OR
How can I draw them in such a way to not lose them after I minimize the window or drag it "out".

View 2 Replies

Send A Message Or Signal To A Process To Maximize Its Window After It Is Started?

Jul 17, 2010

I tried a variation of the code at the end of this thread.>> [URL] which is the following code using; one Button one Panel

View 5 Replies

VS 2008 Sending A Message To A Window To Press The Maximize Button?

Jun 26, 2009

Is there is any option to send a message to a window to "press" on the maximize button? I thought using the sendmessage API but I don't really know how, I alreday got the window handle, the problem is how to send the message?

View 2 Replies

Make Tabcontrol Appear In My Window Application?

Jan 29, 2009

How to make tabcontrol appear in my window application...? And also adding tabItem to the tabcontrol using vb code. I'm working on a wpf application.

View 2 Replies

Make Connection Of Window Application To Sql Server Database?

Sep 18, 2009

I am doing a project on window application but the problem is that I want to connect the connection of database to the SQL Server database. Does anyone knows the connection strings of the connection.

View 10 Replies

VS 2010 Noobie: Make The Main Window For An Application?

Feb 17, 2012

I'm a noobie coming from VBA. i thought i'd try my hand in VB (because this stuff is fun). I'm trying to make the main window for an application. i've created 2 forms so far. one entitled "Main" and the other "Form1". I would like for "Main" to be the main window of the application.

View 2 Replies

Changing State Of External Window

Nov 2, 2010

I am trying to make a window manager and I am wanting to know how to change states (SW_HIDE, SW_SHOW) of an external window such as a firefox browser or explorer window.

View 1 Replies

Check If Window State Is Maximized?

Mar 18, 2012

How to check weather the window is currently maximized or restored. I want to do something like if window state maximized then border none and if window state regular, then form border style sizable. This is what I wrote

[code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved