How To Make A Window On Top
Oct 18, 2011
i have an application, which was also having socket programming for communicating (just like messaging or chat). when any one from other system sends a messages. the designated system will popup a window (form). But the issue is, if i work with any other application in maximized mode then the popup windows is going behind. Is there a method to make this windows always top (Just like the message box that appears when we use the windows NETSEND command)
View 2 Replies
ADVERTISEMENT
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
Jun 12, 2009
when i use the "anything.show" command, it will always open in a new window... How can i make it open in the same window?
View 11 Replies
May 4, 2011
I want my form to never dissapear unless instructed to do so by code. I build a desktop gadget that stays there even when multiple other windows are open, but if the "Show Desktop" button is clicked on the taskbar it will dissapear completely (until another window, whatever that might be, is opened, in which case it pops up again).Take Windows Gadgets as an example. If you click "show desktop" they do not dissapear, they are stuck to the desktop and are constant, and only dissapear when you click the exit button on the gadget. Is there a similar method i can implement for my own form so that it never dissapears?
View 11 Replies
Jul 25, 2009
I want to make a window like the solution explorer or the properties wondow and put it on a form.
View 5 Replies
Aug 11, 2009
All i want to de is make a window like this one (not for networking) just the design. MOstly the top part with the back and foward button witht teh blank spece
View 3 Replies
Jun 23, 2010
how to make a window that you cannot exit and how do you make the window log you out cause I am making a program that will act like a secondary login system
View 2 Replies
Apr 7, 2010
i just uninstalled vb2010 express beta 2 + installed vs2010pro rc1.
how do i make the immediate window visible? i tried ctrl+shift+i but it doesn't show...
View 5 Replies
Oct 16, 2009
I am currently trying to make a Window Hider. I have just started and already have problems. Public Class Form1
[Code]...
The problem is I can hide as many window's as I want, but I won't be able to Show them again. I need a way to put all the hidden window title's in a list, so that I can select a window and unhide. I think it is called EnumWindow Function. I have Google'd for hour's but have no clue how to use it at all. 2. Is it possible to pause and hide Windows Media Player? Not a Media Player Control, an actual wmplayer.exe Also I know I did copy the:
[Code]...
View 7 Replies
Apr 25, 2010
When my App open, it will download data from server.How to make a pop-up window (messagebox) saying that "Please wait..." and then auto close when download finished?
View 1 Replies
Nov 9, 2009
i need to know how too make a dialog stay attached to the side off another window.
View 6 Replies
Feb 20, 2009
I am writing a program that is navigated manly by using tabs, the tab panels (If that is what they are called) hold the vast majority of the GUI, only leaving space for the menue bar and a few rarely used window forms. So my question is this, what do I need to do/set to make the tab control (Or tab Panels) re-size with the window it is in when the user re-sizes the window?
View 5 Replies
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
Jul 23, 2009
I have a problem I have of a mistake touched a setting which make the window with the textboxes transparent I check the background but they are not transparent.
View 3 Replies
Aug 29, 2010
What is command to make window active? I want one of my windows to be on top of all other windows that I have opened so I can work with it
View 9 Replies
Apr 8, 2011
I have a .NET WinForms application that has a single form that is set as TopMost so that it runs above all windows on the desktop.This form has a single button on it to launch some other application, such as:Dim app as Processapp = Process.Start("notepad")How can I then make the app TopMost above my application which is already set to TopMost?
View 5 Replies
Feb 11, 2011
On my userform there is the typical min, max, close options in the upper right hand corner. If the user maximizes the userform can I make the WebBrowser control scale to size but never smaller than initial settings?
View 5 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
Jul 31, 2010
I am using a WebBrowser control in my application. When i try to download the file through this control, it will show a pop-up of "File Download".I tried to handle it automatically and hove done this.But now I want to hide this window and want to make whole operation at back end.
View 1 Replies
May 28, 2010
is it possible to make a button that when it is pressed it opens up a window i am using vb 2008
View 10 Replies
May 5, 2012
how do you make a fake error popup window?
View 1 Replies
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
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
Sep 1, 2010
I have so far been able to write the program that glasses the windows I want (via a global keyboard shortcut).
I now need a way to replicate Glass2k's feature which makes glassed windows stay on top of all windows irrespective of which program I switch to (more like setting a WinForm's TopMost property to True. Is there any way of doing this in .NET?
I'm prepared to get down and dirty with DllImports and all so any suggestion is welcome as long as it is in VB.NET or C#.
View 1 Replies
May 3, 2011
I am making a useful sticky program, i know Windows 7 has a similar one built in but it doesn't function the way i want. Here is an image: As you can see, i am having problems removing the coloration of the background application window. How can i make that transparent without affecting the image? My second question is, how can i dock my application window to the right hand side of the screen?
View 5 Replies
Feb 24, 2012
i made a some changes in my window application at local host , now i want same on clients machine where source code is not present only dll are present,, how i made changes there or how to make build???
[URL]
View 9 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
Nov 4, 2010
my webbrowser is getting better and better. Now, I have a minor proplem I tried to fix, but it will not work.
I am using this code to open a new window in my browser instead of the default, but when it opens the new window, it navigates to "about:blank" how can I get it to navigate to the site clicked?
Private Sub WebBrowser1_NewWindow(ByVal sender
As Object,
ByVal e As System.ComponentModel.CancelEventArgs)
[Code].....
View 5 Replies
Feb 10, 2010
Let's say I have only Notepad.exe running. No other items are on my taskbar except "Untitled - Notepad". How do I tell VB that i want it to find notepad and for example, dock itself to the left hand side of the notepad window?
View 3 Replies