Make A Window Change Instead Of A Whole New Form Coming Up?
Jan 28, 2011
make a window change instead of a whole new form coming up(EX: when I press the next button, the layout of the page changes, but no extra forms)Well, If it is not worth it, it is not fun - you say programmers are boring but i say they are worth it.
View 2 Replies
ADVERTISEMENT
Oct 22, 2009
does anyone know how to change the style of the window form? and not by net framework 3.5 use xp styles?
View 17 Replies
Jan 17, 2009
I have a VB.NET MDI WinForms app. My users have been complaining about form creep (as they call it), this is where each time you open a specific form within the main MDI window it opens slightly below and to the right of the location it loaded previously - i.e. it starts in the top left of the window and works its way down to the bottom right.I have to agree with them that this is extremely irritating, is there any way to prevent this?
The code to load the forms is:
frmPurchaseInvoiceSelect.Show()
frmPurchaseInvoiceSelect.MdiParent = Me
I can address this somewhat by setting the forms start-up positions to 'Manual' but then they just open directly on top of each other in the top left of the screen.
View 5 Replies
Oct 25, 2011
how to change the window title of a child form in an MDI structure to the name of the file opened?
View 1 Replies
May 21, 2011
I'm trying to make a calculation app, but the 'Declaration expected' error keeps coming up.
Imports System.Math
PublicClass Form1
Dim k AsInteger
[Code].....
View 2 Replies
Apr 21, 2010
I'm using Visual Basic 2010 Express.I have a form that can be minimized.There's also a tray icon.I've coded it so that if you double-click on the tray icon, the form's FormWindowState becomes set to Normal; this restores the form to where was before it became minimized, but the form does not become the active window on my desktop.
How can I make the form become the active most foreground window? I've tried various functions that I can think of but no luck yet. Tried searching with various queries to try and find the right wording but no luck.I'm new to Visual Basic - only started a couple hours ago.Probably something simple but I can't seem to find the correct function or anything.I have the form/window open, and then I overlap said form with a window of another application. When I double-click my app's tray icon, I want my window to become the active window, bringing it to the front, but can't figure out how
View 1 Replies
Nov 17, 2011
I have an application, in which i have some windows forms and About form.When i show these windows, As of now they are coming somewhere near screen top left. But i want them to come at the screen centre.
View 8 Replies
Mar 19, 2012
I would like to make a window for example (calculator window) and set its parent to my form
But I would like this to be able to be flexible to where I Just have to specify the Window's exe path and its parameters.
Example: (pathTo)explorer.exe -documents
View 7 Replies
Feb 16, 2011
What I wanna do is make mouse click on the Form/Window.Anywhere in the form/specified coordinates.So how can I?
View 1 Replies
Apr 26, 2012
[code]I want to make the Properties Window to update the properties for X and Y at each MouseMove, so they become immediately visible for the user.
View 2 Replies
Jul 12, 2011
I had a master form which has a MDI container.When I was load the master form, I will also display another form inside the MDI container.But I was fail to maximize the child form to fix the MDI container. The image below is my problem Untitled2.jpg. I need to expand the form above to touch the MDI container border. (Full size in the MDi container)But I was fail even I was set the child form window state to Maximized
View 3 Replies
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
Jun 21, 2011
im using vb.net to open IE and go to a website... i can figure out how to size the window, but not change the windows location on the screen... how can i make the IE window position always 0,0
Dim oIE As Object
Dim hWnd As Long
oIE = CreateObject("InternetExplorer.Application")[code].....
View 3 Replies
Mar 10, 2010
I have a picture box in a visual basic 2008 express edition windows form and i want the picture to have an outline colour on mouse over
View 2 Replies
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
Aug 13, 2010
I have a DGV.It has some columns.The columns are in the correct order e.g. 1,2,3,4 at design time.When I start debugging and then come back to VS, the order of the columns have changed and I have to put them back in the correct order everytime.After some testing I have realised it only occurs if
1) I make a change on the form that holds the DGV
2)Leave the form open in VS while I play the application ie. debug.
View 3 Replies
Oct 12, 2010
I have create a project with one main form window and also i have to use a number of other forms as well. now i want to open these other forms inside the main window and not outside. I'm using Visual Studio .NET 2010 as developing environment.
View 1 Replies
Jan 23, 2012
How to catch the event of the window close button(red X button on window right top corner) in wpf form ? We have got the closing event, window unloaded event also, but we want to show a pop up if he clicks the close button of the wpf form.
View 1 Replies
Nov 3, 2010
I am using VB.NET and need to activate a certain window. Is this possible? If so, how?
View 1 Replies
Dec 14, 2010
Basically I have 10 .png images.They contain a walk cycle I need to make some kind of loop inside a timer to make them change.
View 2 Replies
Sep 16, 2011
I have an application (chat) that I am developing for our company (special requirements). We are mostly using WinXP computers. I want it to be topmost and docked to the right, the problem is, I don't want it to overlap other windows that people are working on.
Is there a way to change the default area that other programs can maximize to? Basically, I want it to look something like this: Is something like this possible? I'm using VB.net so all .net answers are accepted.
View 1 Replies
May 26, 2011
I need to change the title of msgbox window, like you would do with a form, example: form1.text = "Agenda"
how can i do that with a msgbox?
View 9 Replies
Mar 19, 2010
If i use this, it will give me the handle of the window "Test Window 1.0"
[Code]....
but what if the caption of the window changes? how do you find it? If it change to "Test Window 2.0" ? Program like Explorer caption always changes.
View 4 Replies
May 20, 2010
Is there a way to programmatically change the font size of a console window? I know that you can right click on the window's button in the taskbar and click on properties.... but is there a way to do it on a per-application, per-use basis, and do it programmatically?
View 4 Replies
Jan 1, 2010
This is a program in vb.net, but I'm planning to use an outside process by using system.diagnostics.process.start("C:Otherprogram.exe") Now what I want to do is to resize the default size of window of outside process, can I do that?So that only the things that will be needed by the user can be seen?
View 2 Replies
May 6, 2011
when i change the startup window on the application settings it still doesnt apply the change i made
for example i change the startup for to reservation but the startup form in execution is still the client form
View 3 Replies
Dec 1, 2010
I have an MDI child window that the title text can be changed, depending on some user interaction. How can I update the 'Window' menu in the MDI parent to reflect the updated window title?
View 3 Replies
Nov 12, 2009
Is it possible to change the spacing windows have? and if so how? By spacing I mean the space that the taskbar reserves for itself.
View 6 Replies
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
Jun 24, 2009
as title says.... ive been searching it for a long time and i couldnt find it
View 1 Replies