Make Forms Disappear When A New One Opens Up?

May 26, 2012

how to make forms disappear when a new one opens up?For example, I have a log in, and after logging in, the log in form disappears and my application appears.

View 1 Replies


ADVERTISEMENT

VB 2008 Express Forms Disappear

Jun 30, 2009

I just installed VB 2008 Express and started a project.When I saved it, closed it, and re-opened it, my form was GONE! When I try to click on Form1.vb, it's blank.The project still runs properly.

View 4 Replies

Make A Control Appear And Disappear?

Mar 27, 2010

I have 4 different panels, which I want to appear in the SAME spot on the form at different times. Currently, I've just got all four stacked on top of each other in the designer, and I'm toggling their visible properties to show each. This is becoming extremely difficult though, as now I have different buttons in each panel, and the panels keep getting accidentally put inside each other when I move them.

View 7 Replies

Make A Screen Disappear A Bit?

Apr 6, 2012

I am making a calendar, if I click on a day I want to make a screen disappear a bit like this:

________________________________
|12:00 |
| Mister One, Footmassage |

[Code].....

View 3 Replies

Make This Form Disappear Of 1000millisecond?

Mar 20, 2011

i have this custom i want to use as message form.. it should just display and disappear after 1 second.i add timer and enable it with interval of 1000, timer started on form load.... there and stuck. form displays but wont disappear.. how do i make is disappear.

View 9 Replies

Make Textbox Text Will Not Disappear On Button Click Event?

Apr 5, 2011

I have textbox and button1 on my asp.net webform ...I want when i click button1 then the text on the textbox will remain the same as it is ... it will not disappear .... on button click event

View 1 Replies

MS Access 07 - Use Button To Have A Combobox Appear And Selection Opens Appropriate Forms?

Jan 23, 2010

I am creating a document control system for standard operating procedures (SOP) in MS Access 2007. I have just started an online VBA class and have moderate MS Access 2007 experience. This thread is very detailed and lengthy.I have the tables set up and forms created for CREATE, SUPPLEMENT etc. I need to create a user interface so that when they open the database it pulls up a form that has buttons for "Start New SOP Process" and "Modify Existing SOP Process". Every step of writing an SOP is dated so that management can have outputs for target measures (to see why it takes so LONG to write an SOP from start to finish). After the user selects "Start New SOP Process" or "Modify Existing SOP Process" I am trying to have a Combobox appear with a drop down box of change types: CREATE, SUPPLEMENT, and REVISE.

Primary Key Explanation:Each document has a 3-part number comprising a 3-part PK. 1.001v1.0. Where 1 is (1-6) identifying what type of SOP: Document Type,.001 is the Document Series (a sequential number for each type of equipment--the 2nd SOP written for a document type 1 would be 1.002v1.0) and v1.0 is the version.

For example, lets say Document Type 2 indicates field equipment. The very first SOP written for a piece of field equipment would be 2.001v1.0. If a supplement is made to the SOP for that same piece of field equipment, then it becomes 2.001v1.1, if a revision is made to that same piece of equipment it becomes 2.002v1.0. If we buy a new piece of field equipment it would be assigned SOP document number 2.003v1.0.

After a document is changed (any part of the 3-part number is changed) the previous record is put into an archive table so that the technicians/general public have access only to the most recent version of each SOP. I am going to store them on Sharepoint with an Archive Folder and an Active Publications Folder and a link to the document is provided in the database. However, while a document is being modified (going through the SOP process of reviews and drafts) the users are going to need access to the previous version until the most recent version is approved (maybe I could have the document be archived upon completion of the Document Link control).

For each Combobox option I need a different "On Click" command to open the associated forms for each "Change Type". I have the necessary forms already grouped (using subforms and tabs) for each change type: CREATE SOP (has all of the forms needed when creating an sop), SUPPLEMENT SOP (has all forms needed when supplementing an sop), REVISE SOP (all forms for revising). I am trying to use If Then statements for this...

The modify part is the simplest. I think the Combobox for the "Modify Existing SOP Process" should consist of "Change Type" (CREATE, SUPPLEMENT, REVISE), "Document Type", "Document Series", and "Document Version". I want the "Change Type" to open up the correct group of forms with "Document Type", "Document Series", and "Document Version" finding the existing record that needs to be modified (i.e. so that the user can add dates for completed activities as the SOP process progresses: draft revisions, reviews).

The "Start New Process" is even more complicated. Each change type does more unique event procedures than just opening the forms (which I can't even figure out to begin with!!). The Combobox would still be "Change Type" (CREATE, SUPPLEMENT, REVISE), "Document Type", "Document Series", and "Document Version". However the following is what I am trying to do for each "Change Type":

When "Create" is chosen from the Combobox it will find the next record in the document series by the user selecting the correct "Document Type". I would like to add a formula so that it adds .001 to the previous record (giving the next sequential number), and force v1.0 to be entered and not able to be modified, since a newly created document can only be version v1.0. Then it would open the "CREATE SOP" form (all forms associated with "Create" compiled on one form by tabs and subforms--I already have this complete for each "Change Type") and require the user to fill out all document information controls (title, description, etc) before closing.

When "Supplement" is chosen from the Combobox it will find the most recent record by the user's input of Document Type and Document Series. I would like to add a formula so that it adds .1 to the previous Document Version. Then it would open the "SUPPLEMENT SOP" form. It would be useful if the fields for the document information controls (title, description, etc) were appended to this form but it is not necessary.When "Revise" is chosen from the Combobox it will find the most recent record by the user's input of "Document Type" and "Document Series". I would like to add a formula so that it adds 1 to the previous Document Version and forces the decimal value to be 0 (revise and create change types have to end in a "0"). Then it would open the "REVISE SOP" form. It would be useful if the fields for the document information controls (title, description, etc) were appended to this form but it is not necessary.Additional buttons I would like to have on the Main Menu Form--opened when the database is opened (includes "Start New SOP Process" and "Modify Existing SOP Process") would be:

"View All Publications" where a user can not edit anything, just gives them access to the current "active" SOP links. It would be a complete list of all of our SOPs. I think I could use a query "Retire" which would put an SOP into the Archive table/folder on Sharepoint. This would be useful in addition to the automated retiring of previous version in case we discontinue use completely of a peice of equipment or administrative procedures (yes we have SOPs for EVERYTHING!!)"Target Outputs" which would be a report showing the timeline of the SOP process so that management can see where we are spending too much time (my vote is for the design of the document control system!!)"Maintenance History" which would show all previous versions for each piece of equipment and administrative procedure."List of Archived SOPs"which would show all of our inactive SOPs, for the Quality Analysis/Quality Control person's benefit.

View 1 Replies

Make Code Run When The Application Opens?

Jan 28, 2010

How can I make code run when an application starts instead of needing an event to happen like a button being pressed or something like that?

View 3 Replies

Make A Button That When It Is Pressed It Opens Up A Window?

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

VS 2010 - How To Make A Button Opens A .bat File

Feb 19, 2011

I have a few questions. first, how do i make it so that when you open your program you can not open ctrl+alt+del = task manager? second how do i make it so that a button opens a .bat file? third Is it possible to a button open multiple Internet Explorer Windows? When i try to do this it only opens a bunch of tabs? and lastly how do I make it so that when it installs on a computer it installs straight to the start-up folder without the user knowing it, or how do you make it so it opens automatically on start-up?

View 1 Replies

Make A Button In Program That Opens It When The Computer Starts Up?

Jul 31, 2009

I wan't to make a button in my program that opens it when the computer starts up but how would I do that? I am using Visual Basic 2008 Express Edition.

View 4 Replies

Make A Program That Opens Multiple Urls In A Webbroswer Box?

Jan 16, 2012

im trying to make a program that opens multiple urls in a webbroswer box. like a url opens and after it loads that url closes and moves to the next one.

example: i have around 4 to 5 url....

[URL]

so how do i make it so after it loads google.com it moves to the next url [URL] but i wanter to do that in the same webbrower box.

View 2 Replies

Make App That Opens A Webpage And Auto-click Defined Text From That Page?

Sep 6, 2009

I wanna know if it's possible to make an application that opens a web page and auto-click a defined text from that page.

View 2 Replies

Make The Main Form Grey Out/translucent Black When A New Form Opens On Top?

Jul 9, 2010

How can I make the main form grey out/translucent black when a new form opens on top?

View 8 Replies

Make A Program That Opens A File In The Folder The Program Is Stored?

Aug 26, 2009

How do I make a program that opens a file in the folder the program is stored?

View 6 Replies

Forms :: How To Make Forms Auto Resize

Apr 2, 2009

I am creating an application and I am running 1280, 1024 Res and I want my application to be able to support any computer res. How can I do this if it is at all possible?

View 2 Replies

IDE :: Navigation Bar Does Not Disappear

Jun 6, 2010

I am using visual basic and when I try to hide Navigation bar, I am not able to, it is disabled. Ok I tried to turned it off going to "all languages", althought I unchecked the setting. It didn't disappear. I restarted visual studio, closed all open classes. It is just visual basic, when I try with c# I can hide and show it.

View 1 Replies

Labels Do Not Disappear

Feb 14, 2011

I am storing labels in a collection array called mylabels.now I want to not only remove a label from the array but also from the picturebox it is drawn on.I am trying the following

mylabels.RemoveAt(x)

but although the labels are removed from the array, even on picturebox refresh they donot disappear from picturebox.

View 7 Replies

My Progress Bar Disappear

Aug 30, 2011

I have seen this problem before but I haven't seen an answer to the question that applied to my particular case. I have a BackgroundWorker running in my VB form, as well as a progress bar and some labels. I also (if it's important) have a WebBrowser on my form, but it isn't affected by the thread.

View 1 Replies

IDE :: Asterisk Character Does Not Disappear From Tab

Jun 4, 2009

When I open "My Project" in VB WPF Project, then make changes and save, then character "*" doesn't disappear from tab.

View 1 Replies

IDE :: Windows Disappear At Run Time

Sep 3, 2009

I use VB 2008 Professional. Initially, when I'm in debug mode all the windows are visible: The Solution explorer, Server explorer, Auto window, the tool box, etc. Suddenly, whenever I'm in debug mode only the code editor is visible. I have tried opening them from the View and Window Menu but they don't show up until I exit the debug mode.

View 2 Replies

Splash Screen Disappear?

Jan 25, 2010

I have splash screen with three buttons.When i run My application after sometime splash screen disappear. Actually what i wanna do when user click button then splash screen will close otherwise not.I don't wanna use timer.

View 4 Replies

Add Controls To A Form Fails Because They Disappear

Jun 10, 2010

I have an add-in that creates a form, adds controls to it, then tries to add some more. But on the second attempt to add controls, they disappear. If I have an error in my code that gets displayed in a message box I can see the new controls behind it. When I click OK they disappear. If I have no error and step through the code, they are there according to properties, although I can't see them because the form will not display while in debug mode. When the program finishes, th controls that were created are gone. Perhaps I am selecting the form to edit wrong.Too bad there isn't any documentation (or any than can be found) that describes how to do this.[code]...

View 5 Replies

Asp.net - Textbox Values Disappear On Postback?

May 11, 2012

I have an asp.net page with a button that adds an additional row to a gridview for input to the database. The gridview consists of 3 textboxes(template fields), when I add a row the information already entered somehow disappears on the postback. I want the button to add additional rows without disspelling the data in the other rows, until I hit the submit button. Here's my code

Private Sub AddNewRowToGrid()
Dim rowIndex As Integer = 0
If ViewState("CurrentTable") IsNot Nothing Then

[Code].....

View 1 Replies

Controls Disappear On Form Restore?

Aug 22, 2010

I experience very strange behaviour of a windows form written in VB.NET 2005.
The form contais DataGridView with data.

I minimize the form to Windows task bar, then I restore it. The form appears, but the DataGridView and other controls are not displayed. In order recover from this situation, I need to resize the form or maximize it.

View 3 Replies

DataGridView Row Headings Disappear On Tabpage2?

Feb 16, 2010

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[Code].....

View 4 Replies

Entered Text Disappear At Combobox?

Aug 11, 2010

I have an application that uses the editable dropdown combobox (comboboxstyle.dropdown)

But when I run the application, whenever I entered a new value that is not in the list, it disapears when i focus to other cells.

View 1 Replies

Icon To Disappear After Application Is Closed

Jul 31, 2009

My winforms app puts a little icon in the taskbar next to the clock while it's running. how do i make it disappear when i close the program in vb.net?

after the application is closed and i put my mouse over it, it disappears.

View 3 Replies

Lines Disappear When Form Is Minimized?

Nov 19, 2011

I have made a drawing program. It draws a line when you click in the form, but if the form is minimized or another window is on top of it, the lines disappear partially.

Here is the

Dim FormMiddleX As Integer
Dim FormMiddleY As Integer

[Code]....

View 16 Replies

Spaces From A Text Automatically Disappear?

Aug 31, 2011

VB 2010 SOLVED: 1: How can i let the spaces from a text automatically dissappear?Like when I paste 999 277 883 it turns out to 999277883 without a click.

2: Is it possible to click on a link in WebBrowser1 and make the clicked link appear in WebBrowser2?

View 11 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved