Make Sidebar Like Window Xp Sidebar?
Oct 27, 2011Is there a sidebar in vb.net toolbox or in component so i can add it to my form?
if there is no sidebar in toolbox or in component how i can make a sidebar ?
Is there a sidebar in vb.net toolbox or in component so i can add it to my form?
if there is no sidebar in toolbox or in component how i can make a sidebar ?
Look at this video[url]...
How can I create such a popup window that open when i Clcik on a button?
I need my application to appear on top of the desktop (and vista sidebar if possible) but under every other application that is opened. It is basically a replacement desktop in a way.
View 1 RepliesIn more detail, I am looking for a way to display the tab funcion vertically, and a way to display a specified folder that views only text files.
View 3 RepliesIf 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 Repliesi 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 Replieswhen 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 RepliesI 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 RepliesI want to make a window like the solution explorer or the properties wondow and put it on a form.
View 5 RepliesAll 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 Replieshow 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 Repliesi 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...
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]...
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 Repliesi need to know how too make a dialog stay attached to the side off another window.
View 6 RepliesI 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 RepliesHow 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 RepliesI 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 RepliesWhat 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 RepliesI 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 RepliesOn 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 RepliesI'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
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 Repliesis it possible to make a button that when it is pressed it opens up a window i am using vb 2008
View 10 Replieshow do you make a fake error popup window?
View 1 Repliesmake 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 RepliesI 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 RepliesI 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
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#.
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