Create A Setting While Program Is Running?

Jan 8, 2011

Is there a way to create a setting while program is running?For example, have a textbox in which the user will give the name of the setting

and a combobox with 3 items: String, integer, Boolean.But these settings have to stay until you open the program again.

View 4 Replies


ADVERTISEMENT

Create New Labels During Running My Program?

Sep 11, 2011

I need to create new labels during running my program. It's something like

Dim lblTemp As New Label

but doesn't work.

View 2 Replies

Create A Printer In The Current Session Of The User Running My Program

Sep 29, 2010

I'm looking for a little assistance in creating a network printer. I will have all the information required to create it, but I'm not sure where to start looking. I just need to create a printer in the current session of the user running my program.

View 2 Replies

Setting Up A Ticker To Test For Connections While It Is Running

Apr 2, 2009

I've been developing an add-in for outlook for quite some time, and recently have been developing a method testing the connection to the database and server when launching - as well as setting up a ticker to test for the connections while it is running.The connection for the server works fine, but the database connection test does not. Originally I didn't set a timeout for the connection, and so it was very slow and the ticker would break down (as it would still be testing for a connection when the next ticker started) However Now I have set a timeout of 5 seconds, it ALWAYS says the database is connected. [code] I suspect that it opens and closes the connection 'successfully' (i.e. doesn't throw an error when it timesout of the 5 seconds?) But I can't imagine why that would be the case. Can anyone help so that if the TestCon timesout, it returns false?

View 6 Replies

VS 2008 - Setting Password On Folders Running In Background?

May 23, 2009

Is it possible to make a program, that can set passwords on folders if it is running in the background? If now I open I my schoolprojectfolder, there will come a box, where you must type in a username and password. If the username or password is wrong, det folder wont open?

View 2 Replies

VS 2010 : Program To Save Settings To Another Program Without Running The Program That Is Being Edited?

May 5, 2012

is it possible by 1 program to save settings to another program without running the program that is being edited?

View 6 Replies

Prevent Program From Running When It Is Already Running?

Jan 20, 2010

I want to prevent my program from running when it is already running.How can I do that in my vb2008 Code?

View 1 Replies

VS 2010 Program Crashes As Published Executable, Not As Program Running In Studio Or Express?

Jun 6, 2012

I wrote this VB program to be able to throw a device we developed into programming mode where we use an ATMEL Flip installer to upload new firmware. I can program one device after another running the application off of Visual Studio Express 2010 or Visual Studio 2010, but when I go to publish this file and run it on another machine, it becomes unstable and crashes after each upload. On those same computers if I run the raw unpackaged program under Visual Studio Express, the system does not crash, and I can program devices repeatedly.

View 5 Replies

See The Program Running In The Task Manager After Closing The Program?

Oct 10, 2011

have you of any ideas in why does my software in vb 2010 still exist in the task manager (process tab), after i closed the program? i noticed it when i want to delete the .exe file.

View 10 Replies

When Program Executes Must Show An Notification That Program Is Running

May 1, 2009

I want to create a program that will run every start of computer and will check if it is 9:00 AM and can only be seen at the bottom right cornner besides the clock. When the program executes must show an notification that the program is running.

View 4 Replies

Create A Form From Setting?

May 22, 2012

I want to know is that possible To Copy and create a Form (all Control) From setting. What I Means is Programmatically crate a Form that can use in anytime in Program. The Problem is, I have a form that will dynamically create all related control like Button, Text box, radios button which is read the setting from Database, But Now the problem is there are many control in form and cause loading lack because the loading of those control. What i need actually is make that loading faster.

View 1 Replies

Create A New Setting At Runtime?

Jun 21, 2010

Is it possible to create a new My.Setting item and value at runtime or does the setting already have to created? I'd like create new settings and delete settings.

View 1 Replies

Create A New Setting From Source Code?

Apr 28, 2010

Is there any way to create a new setting from source code instead of having to create the setting first and editing it later?

View 5 Replies

Setting Up A Program In VB?

Jun 18, 2012

I have a little problem with setting up a program in visual basic, could you help me out ? This is what i want to do.. I have no ideea on how to make the form in form thing..

View 2 Replies

Setting SelectedNode In The Program?

Jun 14, 2011

I'm trying to select a TreeView node with my programhy does this not work?

Dim
MyNode As
New

[code]....

View 9 Replies

Setting Up A Database Program?

Oct 8, 2009

I want to insert text into an empty database.I create a database using Access and now I want to insert text1) first I Added the data source2) I drag and drop the Fields into the dialog Form3) using dataview I inserted the database onto the dialog form4) added a little bit of code...5) Built the program and the database shows nothing...do I need to make a Query or something...bind the source

Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click

[Code]...

View 8 Replies

Create A StringCollection Setting And Manually Enter Some Data?

Jan 16, 2008

I have used My.Settings for quite some time now, in both VS2005 and now in 2008, but never noticed this behaviour yet... I must be forgetting something trivial? I create a StringCollection setting and manually enter some data (strings).I write some code to handle this, and I get it to work.

Then, I manually add some new strings (and edit the older ones) in the Settings page, save the project, and run my code again.For some reason, the last changes have not been saved... Whenever I look in the settings page, I see them there, but my code cannot recognize them..

[Code]...

View 12 Replies

Setting Up A Quote Calculation Program?

Apr 10, 2012

I'm setting up a quote calculation program for my business.I'm just a beginner with Visual Basic (2010 Express) and am finding it very interesting.I already did some reading and followed the tutorials but I'm getting stuck with my program now.

[Code]...

Make it possible for users to enter necessary data in the "new quote" screen. The data needs to be written into the database table of "new quote"Make it possible for users to lookup previously made quotes in the "open quote" screen. I want them to be able to select a quote based on "quotenumber" or "customername".They then must be able to select a quote, which will open a new window with all quote information from the tables. This information needs to be editable and savable to the databaseGenerate a PDF of a "finished" quote and mail it as attachment to a customerthe "customer information" table contains information for the quote concering address and name of customer. I want this so that users can select a customer in the "quote screen" and all other data will be filled in automatically. I also want that users
can give in a new customer in the quote screen and that that customer will be saved in the "customer information" table.point 4 is also applicable for the "material information table".

View 1 Replies

VS 2008 : Setting Up Quiz Program?

Apr 3, 2009

I'm trying to make a quiz application with Visual Basic at the moment. I want to write a routine that asks five questions to which the answer must be either Yes or No. It must add up the number of Nos and if the number of Ns is less than two then print out �pessimist�, otherwise print out �optimist�.I'm only at the very beginning stage of the program, I've created the design of it but I'm not too sure whether the code concept for the radio buttons is right. How can I expand on this?

Public Class Form1
Inherits System.Windows.Forms.Form
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim numberOfNos As Integer = 0

[code]....

View 8 Replies

Create A Timer While The Application Is Running?

May 16, 2012

I want to create a timer while the application is running. For example, the form has TextBox1 and Button1. When Button1 is clicked, the timer will be enabled and will print the current system time in TextBox1 every 10 seconds. The timer will be disabled when the Button1 is clicked again. How do I implement the timer and its events? An example with both Windows Forms and Silverlight would be great.

View 7 Replies

Create Control In A Tabpage When Running

Feb 18, 2010

How can i make a control in a tabpage when y program is running i got this [code]but this doesnt create it in the tabpage

View 1 Replies

Set A Form Topmost Setting Only For One Commercial Program?

Mar 27, 2011

Is it possible to set a form Topmost setting only for one commercial program?Say my program is A and commercial program is B... I want Topmost setting for program A will only work when I working on program B, and when I switch to other program than program B the Topmost setting for program A back to false.

View 2 Replies

Setting Form Location Property Within Program?

Feb 9, 2010

I have a single form that I would like to move across the screen with my VB program. Of course it's simple to set the location X and Y property for compile time using the properties tab, but I want the form to move as the program runschanging the coordinates within a for-next loop.I can easily get the X and Y coordinates of the form within my program by using X = me.location where X has been dimmed as type point.console.writeline(X) will appear as {X=20, Y=40}. for example

View 2 Replies

Program Not Running Same

Oct 12, 2011

I had the battle system 60% worked out. Went to play some Dragon Age, when I came back nothing was working as the way I left it. I don't know what happened.The richtext box is supposed to disaply the attack monster description, and then it's name, the amount of damage it does. I had it so that I could attack, be attacked, and display damage, and attack discription of both player and monster. when I opened my project to work on it again, hardly anything was working right.[code]

View 9 Replies

Running Cmd From Program

Apr 26, 2011

im a wrtiting a simple vb.net problem that when a button is clicked it launches the command prompt.all i need it to do is open cmd on a buttonclick. i have used [code]this works fine if i substitute iexplore.exe for cmd.exe but when i try to run cmd i get an error message below.

View 1 Replies

Running One Program From Another?

Sep 11, 2009

I am writing a program (that i have recieved a lot of help with) that creates input files for another program. The bridge between the two programs is a program that has been named the task manager as like the windows task manager it shows what tasks are being done/have been done/are about to be done (or executed)

What i would like to know is how can i run the already installed bridge program from my program? Do i need to run it by opening the executable that contains it? Or by declaring the bridge program as a type/structure/class and going from there to open it?If you're not living on the edge, you're taking up too much room

View 2 Replies

Create A Dump File For A Running Process?

Jul 5, 2010

In Windows 7 if I launch Task Manager and select a process (eg:Notepad.exe) I can right click on this and select "Create Dump File".

This creates a dump of the file to my hard drive.I would like to do this programmatically.

View 5 Replies

How To Create TXT File When Running Setup Project

May 13, 2009

I'm trying to do a setup project with VS2008 for my VB .NET application. I would need to create a text file into the installation directory based on the answers the user who installs the program gives. Idea is that I need to have the installation path variable in a text file so that I can read it. And also some other directory specifications too.

I could do the following:
Write the wanted information to the window registry and after the installation is ready, create another application that is run at the end of the installation to create these files.

View 5 Replies

VS 2005 : Setting Uninstall Option In Program Folders?

Jan 27, 2010

how to add the Uninstall option in the Start--> Programs, during setup and deployment of an application?

View 4 Replies

Allow Only One Program Running At Specified Time?

Jan 21, 2010

we have this situation, we need to 'force' user to do stock opname at specified time, so when the time has arrived..the stock opname program will run while their current running is'freeze' until the opname is done..

View 10 Replies







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