Give The Form A Command When User Switches To Another Application?

Apr 20, 2009

let's say i have this application running, preset size. and there are other applications, like, firefox, vb, etc. in the background where i can click on them to bring them to front and use. now, when that's done, i'd like my application to minimize by it's self instead of just becoming a application that got sent to the back of another one.. the minimize is just to get me started, since i'll probably resize it to a button or so.just a squirrel looking for my nut...

View 4 Replies


ADVERTISEMENT

VS 2008 Close An Application When User Shutsdown, Restarts, Log Off Or Switches User?

Aug 30, 2010

How can i close my vb.net application when user shutsdown, restarts, log off or switches user?

View 6 Replies

Command Line Switches - Keeping Command Window Open?

Feb 24, 2010

I am using the following code to run defrag and to analyze if the C: drive requires defragmentation:

Dim analyze As Process = System.Diagnostics.Process.Start("C:WindowsSystem32defrag.exe", "C: /a /h /u /v")

This process runs through analyzing, runs it in normal mode & prints the progress to the command window.

My problem is that as soon as the process is complete the command window closes. I need it to stay open so that I can read the results.

View 3 Replies

Open Excel With Command-line Switches?

Sep 10, 2009

how to open excel with switches using vb.net, similar to what "Run.." does in Windows.. eg: this is what you would put in the "Run" ComboBox : excel.exe /r "C:ook.xls"

View 1 Replies

Give Prompt When User Clicked The X To Close Application/Window?

Apr 16, 2011

I know how to add an exit button with a prompt. However, I do not have the slightest cluse as to how I can add this same functionality to the window so that if the user clicks the X in the upper right corner, there is a prompt message confirming the user needs to exit.I added a form closing event but getting wrong results, the form closes if I click no and message window does not leave when I click yes to stay.

Code:

Private Sub frmTest_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
If (MessageBox.Show("Are you sure you want to exit?", "Close Form", _
MessageBoxButtons.YesNo, MessageBoxIcon.Question) = _

[code]....

View 5 Replies

PathName In Shell Function With Arguments And Command Line Switches

Jul 10, 2009

I'm using VB2008 Shell function to execute file with arguments. But I'm not sure how should look my PathName in Shell function with all necessary arguments and command-line switches. Without arguments: [Code]

View 4 Replies

Send Command To Command Line From Windows Form Application?

Mar 11, 2010

I am trying to send a command to the external command line (cmd.exe) from the Windows form application that I'm writing in VB.NET (using VS2008).

I can only access the external program thru the command line (its not my program) and I must do so from a form app.

I am trying to use the following code. I am able to call a cmd.exe window, but I can't pass the command line my command.

Using mp As New Process
With mp.StartInfo
.FileName = "cmd.exe"

[Code].....

View 8 Replies

Asp.net - Create A Querystring So When A User Switches Languages, The URL Changes To ?lang=NL?

Jan 30, 2012

I'm trying to create a querystring so when a user switches languages, the URL changes to ?lang=NL, for example. I have this in the code behind on homepage.master (VB, NOT C#):

Me.Request.QueryString("lang") <> Session([Global].SESSION_KEY_CULTURE) Then

Visual Studio underlines it in blue. When I hover over the left side of the statement, it says "Property Value Must Assign to the property or use its value" When I hover over the right side of the erred statement, it says, "End of Statement Expected".I'm not sure if the code I was given is C#, but when I use the Teleflex translator to check, it says "EOF Expected" and won't translate. All of this is tied into 3 classes I created, BasePage.vb, Culture.vb, and Global.vb. But I think it's just this line that's screwing everything up.

[code]...

View 3 Replies

Using Switches In A Deployed Application?

Nov 30, 2010

This may be a dumb question, but I am stumped. I wrote a simple desktop application in vb.net (vs2005) and published it via the "deploy" method. After I deployed the app and ran the deployment exe - the application runs fine. However, I have recently added some command line switches so I can run the app via a scheduled job. But I cannot find the "exe" file in order to run the application from the command line. Am I missing something or did I deploy/publish the application wrong?

View 1 Replies

Datagridview - When User Switches Around Columns It Won't Print In Current Order

Oct 27, 2011

When user clicks on a button on my form, it sends the datagridview on that form to another class that [basically] does a bunch of stuff and shows a dialog with a print preview. Everything works perfectly fine, except that if a user switches around columns it won't print them in that current order. For example, if user moves the LastName column before FirstName column, then it should print in that order, but it prints in the column order that the datagridview was originally loaded. The dgv1, is the datagridview that was originally loaded, not the current one. [Code]

View 10 Replies

Use VB Form To Supply User Credentials To Runas Command In Prompt?

Sep 28, 2006

Is there any way to use a VB form to supply user credentials to the Runas command in command prompt? I basically need something exactly the same as the GUI for RunAs but just for Internet Explorer (yes I know you can right click and go RunAs but that cant be done in this case). So the user would open this VB form, type their username and password in, hit OK and it would open Internet Explorer with their credentials (they log in under a generic account used by many people).

View 4 Replies

Run Batch/DOS Command As A Windows Form Application In VB 2008 Pro?

Apr 4, 2011

I need to stop services on three different servers then reboot them, then check if services are up and running.

View 2 Replies

Add Command Line Arguments To A Vb Express Windows Form Application?

Nov 17, 2008

Is there any way to add command line arguments to a vb express Windows form application?

View 9 Replies

C# - Send Command To A Application In The System Tray To Launch A Form For Input

Apr 26, 2010

This is what I'm trying to accomplish: I have a Point of Sale application that integrates with a credit card processesor. I wan't to remove any user interfacing logic in regards to the credit card processor in the point of sale and add it to a application that sits in the background or system tray. I want to be able to send a command to the background app to popup a form for user input.

For example: User in the Point of Sale clicks a button "Credit Card" at this point it will send a command to the background app say "ProcessCC" which will pass a transactionid and an amount , this will open a form for the user to enter in the credit card information and submit the payment to the credit card proccessor.

Reason: I need to get a padss certification and don't want to submit the point of sale to do it. Rather send the simple background app that will control any credit card processing functionality such as encryption , storing etc. I know it can be done using sockets but was hopping for an alternative solution.

View 1 Replies

Find Data Using Search Command In Form Application Like Searching A Name In Database?

Feb 24, 2012

how to find data using search command in my form application like searching a name in my database?

View 1 Replies

Get The Prime Number From The User And Give Its Factors?

May 25, 2010

i wrote some code that is suppose to get the prime number from the user and give its factors but there's some error

Dim t As Double
Dim n As Double
Dim ans As Double
Dim exp1 As Double

[code].....

View 2 Replies

Give The User The Option Of Using A Password And Sign-in Or Not?

Mar 21, 2012

I am working on an application that I want to give the User the option of using a password and sign-in or not. I have added three items to the "Settings" , these are:

1) SignInRequired (True or False)

2) UserID (string)

3) Password (string)

My problem is that I'm not sure where I should put the code. Should I use a module and set it as the opening form, or shall i put the code in the first form the viewer sees, which I tried and due to other situations the form has several different appearances, a this is causing a problem.

View 2 Replies

Give Messagebox When User Types Letter In Textbox?

Mar 16, 2009

I need code which will give messagebox when user types letter in textbox, when he types number all is ok

View 2 Replies

Application Should Give Indication While Shut Down?

Jan 9, 2011

I need to set my application to save entry (e.g LoggedOff) to database if application shuts down abnormally, like power failure or anything else like that.

What event should be fired to achieve this?

View 2 Replies

DB/Reporting :: Give User A List Of Names And When Gets Clicked It Will Show All Details In A Report

Dec 11, 2008

Ive been trying to figure out what report I should use as it appears I have crystal reports built in and also have Microsoft Report Viewer in this VB 2008.What I need to do is give the user a list of names and when a ame gets clicked it will show all the details in a report.I have loaded a ListView Control with the names from my database and this is letting the user pick a report so I can get the name and ID number of the record to show this way and just need to figure out how to get that record onto a report and what report to use?Ive done similar in VB6 but have never looked at .Net. The data is comming from an access database.

View 2 Replies

Application That Allow User To Create Form?

Feb 28, 2009

I have a button named button1 on form 1 I want it so when I click this button1 it will automatically make another form say form2 with say I dunno a textbox1 on this form2. The reason for this is because I want to make an application which will allow a user to create a form with certain things on it (what ever they choose).

View 6 Replies

VS 2008 - Make An Application That Would Give The Source Code Off A Web Page

Jun 5, 2010

I'm trying to make an application that would give me the source code off a web page. But so far I have nothing.

View 39 Replies

VS 2010 : Create A Program That Rolls A Dice A User Generated Number Of Times And Give The Frequencies Of The Numbers That Come Up?

Oct 26, 2010

I need to create a program that rolls a dice a user generated number of times and give the frequencies of the numbers that come up.I cannot for the life of me figure out how to get the frequencies?

View 5 Replies

Create User Control For Vb Form Application?

May 27, 2009

I want to create User Control for vb form application.

View 3 Replies

Forms :: When The Form Is On Top, User Cannot Access The Other Application In The Windows

Apr 13, 2010

I only managed make the form always on top. But what I want is when the form is on top, user cannot access the other application in the windows.

For example : Some messagebox won't let users access the other application until the users hit the OK button.

View 1 Replies

Make A Form Show When A User Uses My Application For First Time?

Apr 10, 2011

How do i make a form show when a user uses my application for the first time and only shows that time.

View 4 Replies

Windows Form Application, When The User Clicks X On The Top Right Corner?

Jul 5, 2010

I want to run some code when the user exits the current window, how can I do that?

View 1 Replies

Give Chat Buzz Effect In Form?

Sep 4, 2009

Is there any possible to give chat buzz effect in vb.net form

View 1 Replies

Give Transuclency To Images Inside A Form?

Jul 27, 2010

I'm trying to give transuclency to images inside a form, and to forms (not with opacity)Example 1: There are two images with the same size and on the same place, and one of them has 50% transparency.

Example 2: A form has a transuclent background image with multiple transparency values - 30% on it's first half and 80% on it's second half

View 8 Replies

Pictuebox Go Outside The Form When Give It A Picturebox.left?

Apr 6, 2009

why the pictuebox go outside the form when I give it a picturebox.left=me. width-picturebox.width?it has to be in the form border I don't understand How this happen

View 3 Replies







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