Make A Minimize Button?
Aug 22, 2009how do i make a minimize butten, but i dont want the main form one,is it me.minimize or is it somthing else
View 1 Replieshow do i make a minimize butten, but i dont want the main form one,is it me.minimize or is it somthing else
View 1 Repliesam trying to make a normal button as minimize and exit ... I want three different picture for example button with exit:
1) Stable opened window has exit_1.png
2) When you mose-over it it display exit_2.png
3) When you mouse-leave it display again standard exit_1.png
4) When you press it (click) it display exit_3.png => this situation i dont know how to solve in Visual Basic
My code:
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
Me.WindowState = FormWindowState.Minimized
[Code]....
I want to create another minimize button. Can I make this ? If answer is yes, give you me a code
View 4 RepliesI Want To know when my dialog displays and i press the minimise button on the dialog how to resume the form ??
View 2 Replieslike subroutiines can be minimised, can you minimise several subroutines all at once? i was thinking if it did exist it would look something like this [code]that way there would be a minimise button on the vitualsection line and you could click it to minimise code quickly which would be useful when you have hundreds or even thousands of lines of code.
View 2 Replieshow 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 RepliesI have a button that will Minimize the program to the system tray. How would it to look something like the picture on the bottom when the Notify Icon is clicked once or right clicked?
View 3 RepliesI'm using VB 2010 and simply want to have a button on the form that says Minimize.I want the form to minimize to the task bar or the notification section .I've looked at other ideas, but the code is for prior versions of VB (2003 and 2005) and some for C #Could you please email me some sample code to handle this?
View 4 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 am creating a VBA application using Excel 2007 and would like to make virtually all of the standard Office and Excel menus invisible to the user and present to the user only my custom menu controls. I have been successful in doing this for all objects on the Ribbon as well as those on the Microsoft Office Button Menu, with the exception of the "recently opened files list" box, that also has the "Excel Options" and "Exit Excel" buttons on it. Can anyone tell me the name of the object for this control so that I can make it invisible?
Here is the relevant snipit of XML code that is in my CustomUI.xml file:
[Code]...
How to make a link button visible after another button has been clicked in asp.net(vb) in button_click()
it says error as "Object reference not set to an instance of an object."
i've done this in my code
Protected Sub InsertButton_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Dim receipt As LinkButton = FormView1.FindControl("LinkButton1")
' receipt.Enabled = "true"
[Code].....
How to make glossy button in Vb.Net?
or
how change button background on mouseover?
I have button1 and button2.When button1 is pressed, I want the color of button2 to switch between white and red every second until it is pressed.
View 1 Replieshow to make the button move when arrow button is pressed
View 1 RepliesHow do i make my button open a program and make it windows size?
View 6 RepliesI wanna ask how to code to make a button make a sound out when pressed? Can you add sound files to it, like a mp3 file?
View 3 RepliesI have a few questions:
1. how do I make a button press a certain button in another application? (i.e - for example it goes to application "iexplorer" and press insert, home, a, b, or other button in the keyboard)
2. How do I make a virtual keyboard (for example a button opens form 2 or 3 and when you click on a button in the keyboard it goes to a certain text box in form 1)?
I have a button that will type a message saying 'hello' in a message box, (if clicked on). And I want to know how to make another one that will change it to say 'Hello Word' (when clicked on ).[code]...
View 11 RepliesCall Button1_Click(sender, e) This works but it only clicks button 1
and yes this does not work.
Call Button2_Click(sender, e)
How can I make a Button be in front of another button or behind it? If I want the Button2 to be in front of Button1?
View 6 RepliesI would like my ToolStrip button to actually look like a button instead of this flat thing that is the default. I would also like for it to depress when the user clicks on it, just like a standard Windows form button. I've spend a couple of hours searching
View 4 Repliesi want to make the Grid view Button(Time In) invisible until the User press Time Out Button. Once the user press the Time Out Button,Time in Button must be shown
View 2 RepliesI am trying to make an application with a start button and a stop button on a stop watch program. These are the codes I am using but my seconds on the stop watch don't start.
Public Form Dim intSecond As Integer = 0
Form 1
Private
Dim intSecond As Integer = 0
intSecond +=1
[Code]...
After I write my code and try to run the program, the seconds will not start,
I dynamically create buttons on a form and use the button text as ids so that I can pass that to an SQL query to pull saved data about that button when necessary, but I also use an image over buttons that have information saved about them. What I need to know is how do I keep the text on the button from appearing when there is an image assigned to that button? By default vb.net shows both the text and the image and no TextImageRelation values allow for the image to take precedence. I tried changing the text color to transparent, but the outline of the text is still visible through the image. Is there anyway to keep the text value as it is but just show the image on the button?
View 2 Repliesim trying to code minimizer for my game because i usually talk on instant messangers and i have to go back and forth. In addition it takes a while for me to go in the game after talking to my friend. Because of this i thought it would be easier if i can get a program to minimize it so i can talk and play. (when i mean minimizing i mean making it smaller size) I used search and google and it only shows the forms minimizing.
View 1 RepliesI'm trying to write a program and am having some major issues. I've written a decent program but people are complaining about some of the cosmetic issues. I have very little experience with code (maybe 10 days of frustrating Internet research).
Here A few issues that i have that keep popping up over and over.
I'm writing the program to work through excel. We run Microsoft office 2003 and I'm just getting to VB through excel (by clicking alt+F11).
I'm trying to get the user for to minimize, but there are a lot of commands and properties that for some reason I dont have (.hWnd) (WindState) (Menu Editor) that keep popping up in various VB6 forums.Here's the about info I got from VB:
VB 6.5.1024
Forms3: 6510.500
[edit] I'm trying to do is to get my form to show up on the task bar so that it can be alt+tab to and such.
I am currently working on a application with consists of two AppBars (GUI-wise and client-side). I would like to give the user the option to hide/show both AppBar. I am using the standard app bar code as described, for instance, here:[URl]...how this is possible? It would need to be a function like minimize/maximize for standard windows forms, except I am using AppBar windows (don't ask why, I have inherited the code).
View 3 RepliesLet say I have Program A and B... and I want my A program to be minimize when minimize program B.
View 5 RepliesMy second question is about how to minimize all the active application and except my application and show the desktop.
View 4 RepliesHow do you maximize a external minimized application that is already running?
iMatthiWare
MatthiWare N°1 .NET Freeware & Shareware site! Title: Project leader, Owner @ MatthiWare Current project: MW Virtual Desktop Contact: Admin@matthiware.net.ms Website: MatthiWare " MatthiWare... What else?!? "