Make App Only Do Something The First Time That It's Run?

Feb 2, 2010

okay, so i'm making a program in visual basic, and I have multiple forms. I want one of them to be the startup form, but ONLY the startup form, the FIRST TIME it is run on that computer. The next time, and the rest of the times the startup form is my login form.

View 2 Replies


ADVERTISEMENT

How To Make Autosubmit Button From Time To Time

Nov 5, 2011

I need some code that will trigger button1 automatically every 1 minute. Is it possible to make in Visual Basic .NET ???

View 1 Replies

Make The Grid View Button(Time In) Invisible Until The User Press Time Out Button - ASP.NET

Mar 20, 2009

i 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 Replies

Make .net Run In Compile Time?

Oct 12, 2011

Basically I am creating a program and would like it to run in compile time as opposed to the standard run time?

View 1 Replies

Make A Time Server Using Vb 6.0?

Sep 19, 2009

i need to make a time server using visual basic 6.0 but i don't have

View 1 Replies

Make Multi-selection Each Time?

Jul 7, 2011

[code]...

now I wanna know how to make multi selection each time

View 2 Replies

Make My Function Pause For A Certain Time?

Mar 8, 2012

I am facing an issue. Actually what i am doing is that i am tryin to store certain values in a database. A function is such that it calculates 5 values and stores them in a database. While storing them in the database it displays them in a textbox on the form. Now i want to display them one by one which it does. But it does it so fast that i can only see the last value that it enters in the database inside the textboxes.[code]...

View 9 Replies

Make ONLY One Selection Possible From The Checkedlistbox At A Time?

Oct 29, 2009

How can i make ONLY one selection possible from the checkedlistbox at a time? If i have already selected one and if i select another item the previous item should be deselected.

View 1 Replies

Make Real Time Chart?

Feb 22, 2011

Make real time chart?

View 1 Replies

Make The Game Tick Over In Time?

Feb 4, 2011

I'm in the process of designing a game, how can i make the game tick over in time?

First thought would be a timer but is this the correct way?

Also I'm looking at building this game in WPF, By memory WPF does not have the timer control, what would you do then?

View 5 Replies

VS 2008 Make A Message Appear On The First Time?

Sep 12, 2009

I was wondering whether it was possible for a message to show up only on the first time the user runs the program.

View 2 Replies

Forms :: How To Make Form To Wait For Some Time

Nov 9, 2010

I am trying to fetch some specific data from a file which is updated frequently. So, i am trying to make my form wait till i get a particular data. i am using Threading.Thread.Sleep(10000)to wait and again check the data.

but form is getting hanged (showing NOT RESPONDING)

How can i make my form to wait for some time?

View 1 Replies

How To Make .exe Run At Specific Time Besides Using Task Scheduler

Jun 8, 2011

I'm wanting to create a small application that will allow me to schedule a machine to shutdown at a specific time. Any suggestions on how I can make this .exe run at a specific time besides using the Task Scheduler?

View 2 Replies

How To Make Only One Windows Form Show At A Time

Feb 16, 2012

i have a combobox that has 3 cases. case "0" opens a dialog saying, "Not a valid choice"but case "1" and case"2" open up there own separate forms. (FormMain and Form3)How do i make it so if Form3 is open FormMain Can not be opened, And a messagebox appear saying so. I do not just want the ".hide" function. I already have that set.I have tried a few differant things, none of which worked. And i tried them in the formload and in the combobox selected index

View 3 Replies

Label Says 500 How Can I Make It Go Up By 2 Each Time A Timer Ticks

Oct 13, 2009

if a label says 500 how can i make it go up by 2 each time a timer ticks?

View 20 Replies

Make .net Takes Two Arrows Keys At The Same Time?

Jun 1, 2011

in my program i have a timer, and every 5 sec (for example) i send a string by serial.i have to read every key pressed between each 5 sec and send a number that tells me what i am sending.what I've done is to send 1 as long as up key is pressed and send 8 as long as left key is pressed and send 9 as long as both are pressed.when i run my program, the first time i press up and left at the same time and i keep them pressed, the serial send me the first time 9 and then ignores the up key and send me 8 always.and sometimes send me 9 and after that always send me 1 and ignores the left key..the point is that vb ignores the first button i press even if i keep pressing it..what should i do to make vb.net takes two arrows keys at the same time?

View 4 Replies

Make A Car Run Same Time Beginning And Any One Can Win Using The Random Function?

Nov 17, 2010

[Code]...

Inherits System.Windows.Forms.Form

[Code]...

View 2 Replies

Make A Form With A New Webbrowser Control On It Every Time?

Apr 26, 2009

How can I make a form with a new webbrowser control on it every time?

View 13 Replies

Make A One Time Password Protected Login?

Apr 3, 2009

On form1.load it loads up form2.... Form1 is not enabled unless form2 is completed right. If completed right remember not to show form2 and enable form1.

View 11 Replies

Make A Random Time Before Start Talking?

May 20, 2010

I just made an auto talker but i wanted to know if its possible to make a random time before it start talking. Exemple: Instead of just talking every 2 seconds, make it random between 2 - 8 seconds so he can talk at 2 seconds then the second 7 seconds then 3, 5, 6, 7, 8 etc......

View 3 Replies

Make A Timer Pause For The Amount Of Time?

Sep 25, 2010

I could only find this answer for c++ and C# so how do I make a timer pause for the amount of time , for example 4 seconds.

View 2 Replies

Make An Application Expire Within A Certain Time Period?

Oct 17, 2009

I have looked through couple of threads about making the trial application to be expired within certain time. Most of the advice is to set a timer and store it in somewhere in the system with encrytion. Then later decrypt and compare with the date installed in the system.

View 12 Replies

Make Button Unclickable For X Amount Of Time?

Jun 22, 2010

I recently created a mail form for my program users to use if they have questions, etc.. Sadly, the mail form is easy to abuse. People can just put "A" as the e-mail and password and go right ahead and send an e-mail to me. This is why I want to add a delay so that users can only open the e-mail form once a day so that I can get a lesser amount of troll-mail. Is there a way I can make it so when a user clicks on the button to call the Mail form, it will make the button unclickable for X amount of time?

View 16 Replies

Make Child Forms Working At The Same Time?

Feb 9, 2010

In this example I want the loop button works in all mdi child forms at the same time; now in the first mdi child form it will work, but when getting a new mdi child form with that, it will stop in the first one!

View 3 Replies

Make Label1 Visible For A Specific Time?

Nov 26, 2011

I have a form which contains the following :

1. Textbox1
2. Button1
3. Label1

Label1.Text = "Updated Successfully"
Label1.Visible = False

Now what I want to do is, when I Enter something on Textbox1 and click Button1, Label1 should be visible and blinking.

Label1.Visible = True

But, when I type something on Textbox1 again (before even hitting Button1), Label1 should not be visible anymore and continues this way.Another way is to make Label1 visible for a specific time, say 5 seconds (blinking) and goes invisible. I prefer the first one though I would love to learn both?

View 2 Replies

Make Lines Or Boxes In Design Time?

Jun 9, 2011

I have to make a lot of retangular boxes to make my program neat but i'm having a problem of adding boxes. I tried using the draw event in the tab page but everytime i scroll it will draw the lines again and messes up everything. Also when making a line greater that the tab page, autoscroll won't work.

Is there a way to make lines or boxes in design time?

View 7 Replies

Store Code In DB And Make It Runable At Run Time?

Dec 30, 2010

I am building privilege module.

And i have a table to store privilege and vb_code as the following

privilege: frmStaffCreate

vb_code: frmStaffCreate.visible = True

How to make the vb_code string to be runable at run time?

View 5 Replies

VS 2008 - Make A TCPClient And Be A TCPServer Too At A The Same Time?

Apr 23, 2009

Can anyone tell me how to make make a TCPClient and be a TCPServer too at a the same time

View 1 Replies

VS 2008 Make Label Format Time 9:59:59?

Feb 9, 2010

We are designing the GUI of a microwave where a user can hit the numeric buttons 0-9 and create the time they want their item to cook. I have everything complete and ready to be submitted, but the only thing left is getting the label that displays the entered time to look like it is in a clock format.

Right now you enter the digits and it puts them like this: 95959

I am trying to get it to always enter it like this: 9:59:59

View 27 Replies

VS 2008 Make The Value Of Date And Time Picker

Mar 19, 2010

How can I make the value of the DTP to be 19/03/2010 0:00:01am instead of 19/03/2010 3:57:29pm

View 2 Replies







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