How To Hide Save Button (Automatic Process)
Jul 9, 2009
I have two button in my application. Which Is CONVERT and SAVE. I want to hide the SAVE button. I want to make it automatic where when use click CONVERT button after finish executing the action of CONVERT button the process must automatically continue with the actions of SAVE button without user clicking the SAVE button
View 5 Replies
ADVERTISEMENT
Jul 1, 2009
How are volume(s) created? Is it a manual or automatic process?
View 2 Replies
Feb 17, 2010
I am trying to get a checkbox to activate and deactivate a button. While the button is deactivated it is dimmed or faded out. While Actvated the Text and button is fully visable. I did use ctype to activate the button from the checkbox.
CODE:
I found this code in the help section online to enable & disable an inactive button but do not know how to apply this to the button.
Enable or disables the automatic generation of inactive button images.
View 2 Replies
Mar 18, 2009
How i use to save the filesWith PictureBox1 [code]...
how can i save the files in automatic format now i wannt save the files giving file name starting form 001 to unlimited.
View 10 Replies
Aug 29, 2011
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click[code]...
View 2 Replies
Jun 19, 2011
i would like to know how to automaticaly save a given chart from an excel 2007 file into a given folder with a given name ^^i have already got the vb sending the data i want to the excel, and with macros within excel to make the line chart in the excel file..
View 1 Replies
Apr 14, 2009
I have the below code in a function. It is meant to start a process hidden and return the ProcessID. The problem is when RunProcess.Start happens the window is not hidden.
[Code]...
View 2 Replies
Jun 7, 2011
I want to start calc.exe and hide it but only can start the exex but cant hide
[code]...
View 1 Replies
Feb 4, 2009
Automatic Reading From A Swipe Card Without Using A Button
View 1 Replies
Jul 4, 2010
I try to make program what press button itself. Button should be " 0 ". I searched google and tryed some ways but they didnt work.
View 9 Replies
Aug 27, 2009
how do i check in vb if a file is already open / in use? and is it possible to hide a process from task manager?
View 1 Replies
Jan 10, 2006
How can I hide a window knowing his process ID?
I am writing a program which opens another application with the "shell" command (so it's easy for me to get the procID). Once it is running I want to hide or show it when needed by pressing a button in my program...
View 3 Replies
May 18, 2012
how to hide process in the taskmanager of windows 7 in vb.net?How to hide any process in windows 7 using vb.net.
View 19 Replies
Aug 2, 2007
I have a form, with a lot of controls on it, and I make the form to be a mdi-form. When the application begins, the main form will show the mdi form, and maxmizes it.
My question is, the maxmize process of the mdi-form is showing to the user, that's very bad looking. We can see the mdi-form show itself on the screen with it's original size, and then change it's size to mazmize itself. During the process, it look like all the controls on the mdi-form are shining.
I want to hide the maxmize process to be not seen, and make the mdi-form visible AFTER it's Maxmize process. But I don't know how to do this.
I tried this:
Mdi-form.visible=0 in the form_load of the mdi-form, but I don't know where to do the Mdi-form.visible=1. I can't find the event of Maxmize process.
View 1 Replies
Jun 3, 2011
I'm using MS ACCESS for my dbase..i have a tblborrow where you can find transac_num ..now, i have in my form a label which here, you can see how many transactions you have done already(i'll name it sa lbltransacno) and a save button..what i want now is that.. every time the user save a transaction.. the lbltransacno will automatically go to its next number.. but of course.. the user should fill up the information needed.. if those are not filled up, and he click the save button.. the transaction will not be counted.. how to code it?
View 1 Replies
Jul 25, 2009
Not sure if this is the rite place for this cause im new but i wanted to now how to automatic reload a page every 2sec and make it to a button (ex: hit start then every 2sec page reloads).
View 4 Replies
Sep 23, 2008
I want to hide a game exe in task manager (win vista). I don't know how to do it,
View 6 Replies
Jul 27, 2009
I want to hide my application process in task manager using C# how it possible.
my code is
[/b][code]
Imports System.Runtime.InteropServices
Imports System.Diagnostics
[Code]....
But when i click the button to hide the process it gives an[b] IndexOutOfRange Exception for the call
View 4 Replies
May 18, 2012
How to hide process in the taskmanager of windows 7 in vb.net?How to hide any process in windows 7 using vb.net.
View 2 Replies
Sep 27, 2010
How is that possible?
View 9 Replies
Jan 13, 2011
I am trying to get a checkbox to activate and deactivate a button. While the button is deactivated it is dimmed or faded out. While Actvated the Text and button is fully visable. I did use ctype to activate the button from the checkbox.
Private Sub COMMEDIT1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles COMMEDIT1.Click
COMMFORM1.ShowDialog()
End Sub
Private
[code]....
I found this code in the help section online to enable & disable an inactive button but do not know how to apply this to the button.Enable or disables the automatic generation of inactive button images.
View 4 Replies
Jun 8, 2011
i dont no much about vb.net ..i am php developer i have just developed a mini application in vb.net i wanted to know how to hide our application from appearing in task manager...
View 2 Replies
Aug 10, 2009
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 Replies
Dec 17, 2011
Is there a way to have a button hide when a form loads if the user is running windows xp or earlier?
View 9 Replies
Nov 30, 2010
I have a button that I am trying to only allow specific people to see. So I need to unload it or hide it if they aren't the correct person or have the requirements. When I try to use btnUpdate.hide() in my else it will first allow someone to click on the button and use it then it will hide it. It's not hiding the button right away. Thats what lead me to think that maybe i am suppose to unload it some how if its not the correct user or users.
How do i unload a button if its not the correct users.
View 4 Replies
Sep 28, 2011
How do I hide a button in a form, with settings.
If the text of a label is "one" then visible,.when the text is "two "then hide the button.
I want to do this in Settings ,but i don't know how
View 5 Replies
May 29, 2011
modify code to insert the data to MS SQL and save changes when click save button for the second time?
View 14 Replies
Jun 10, 2010
Dim sw
As StreamWriter
Dim flagX
As
Boolean
[code]....
View 3 Replies
Dec 27, 2010
how to code for the save button in vb.net datagrid view by using insert into sql and update sql statements (it should be able to insert & update the data grid and save the changes) when the save button is clicked .
View 2 Replies
Jun 18, 2012
I am working on desktop application. I had created number of dynamic textbox and label and I want to save that data on clicking the save button.
View 4 Replies