Make A Computerized Examination Program Using Program?

Aug 15, 2011

How to make a computerized examination program using vb.net...

View 1 Replies


ADVERTISEMENT

Command Line Strings - Make The Program Close If The -1 String Is Sent With The Program

Feb 25, 2010

If e.CommandLine.Count > 0 Then

Dim IncomingCommand As String = e.CommandLine.Item(0).ToString

If IncomingCommand.Substring(0, 2) = "-1" Then

form1.close()

End If

End If

I am trying to make the program close if the -1 string is sent with the program. See my installer allows for me to run certain programs before it actually installs, but it doesn't shut down copies of the program itself. So I have a next startup instance set to shut the program down if the -1 is received. But if the program is not running it starts up instead. This is not desired. form1.close doesn't work. e.cancel = true doesn't work, etc etc. What can I do to make the program not start during this instance.

View 1 Replies

Screen Resolution - Change My Program's Size Correct To Make Program,  800x600 Such As Minimum?

Jun 1, 2010

I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?

View 9 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

VS 2008 Make A Program That Searches For A RGB Color And Clicks On It WITHIN The Program?

Apr 3, 2010

I want to make a program that searches for a RGB color and clicks on it, WITHIN the program.

View 2 Replies

Make A Program With A Button That Will Run .exe That Is In Same Location As Program

Oct 4, 2009

I am new the Visual Basic and just downloaded 2008, and I am wanting to make a program with a button that will run a .exe that is in the same location as the program/

View 2 Replies

Make Program Install In Program Files?

Jun 9, 2011

Im having kind of trouble looking for this info, but i created a POS program that when i install it, it install under Local SettingsApps2.0labla

So what i want to know if how can i make my system install like any other program, "Under Program Files/POSystem/" like so

View 2 Replies

Make Trial Version Of A Program In Program?

Jun 25, 2012

I am making trial version of my vb .net project but it is not counting the days , date and time . Can u plz give me any suggestions to make it correct. [code]...

View 1 Replies

Make A Program In VB That Will Bring Up Another Program?

Jun 10, 2009

Ok, so I'm trying to make a program in VB that will bring up another program (Like MSN Messenger, etc) and press a certain button on that interface (i.e. an "OK" button, or File on the menu at top). How would I be able to do this?

View 1 Replies

Make A Program Open When Another Program?

Aug 27, 2009

Is it possible to only make a program open when another program opens it? so when someone tries to open it themselfs by clicking on it, it pops up a error message?if so then how would someone go about doing this in VB 2008?

View 9 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

Make Update For Program That 'user' Can Update App Without Re-installing Whole Program?

Aug 7, 2009

Is there a way to make an update for your program that the 'user' can update the app without re installing the whole program?

View 1 Replies

Source Code Of A Computerized Registration System?

Jan 26, 2009

The Source Code Of A Computerized Registration System And Computerized

View 1 Replies

Cannot Find A Way To Make A Program That Write Make A Shortcut In Start Menu For All Users

Jun 6, 2009

I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?

View 5 Replies

VS 2008 Make Button Open A Program And Make It Windows Size?

Aug 23, 2009

How do i make my button open a program and make it windows size?

View 6 Replies

Do= Make A Program That Will Make Multiple Accounts?

Dec 30, 2010

what im trying to do= make a program that will make multiple accounts

[code]...

ok what i type in textbox(es) "1" i want it typed on a "3"{a website=www.justin.tv/signup} when i hit the "2"[button1]i really dont have any idea what im doing i know ill need to have a webrowser to load the justin.tv/signup but i have no clue what the name of the boxes are called on the webpage

View 4 Replies

Make A Program In VB Make A Sound When It Starts?

Jun 9, 2011

Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.

View 2 Replies

Make A MS-DOS Program In VB 8.0?

Jun 20, 2011

Can you make a MS-DOS program with Mirosoft Visual Basic 2008 Express Edition? I wanted to make one that doesn't have windows that pop out of Command Prompt, DOSBOX, or whatever is being used. I tried to create a message box, but it won't be like in MS-DOS! I don't know much on VB, but I need to make things all stay on DOSBOX. Here is the template that won't stay in the CLI:

Imports System.Windows.Forms
Public Class Dialog1
Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As

[Code].....

View 3 Replies

Make A Program To Log You In To Url?

Sep 12, 2010

I want to make a program, I want it so I log in to the program (Usinging my Hotmail account details),

Then after I log in, it will open a web browser and direct me to [url].., signed in.

I want to do this because, I don't like opening, up Mozzila, then navigating to Hotmail, then signing in. So this is why I want to make a program to do that for me.

View 2 Replies

Make A Web UI For Program?

Jun 5, 2009

How do i make a web UI for my program? So i can control it in the webbrowser or remotley via another webbrowser?

View 3 Replies

Make IDE In Program?

Aug 19, 2010

Would it be possible to code a IDE in VB.net? I now i can make something like CodeDom, But Would i be able to make something like Visual Studio?

View 6 Replies

Make My Program 'always On Top'?

Apr 26, 2012

I want my program to be always on top, no matter what....taking precedent over any other forms/apps...anything.....

Is there a simple code I can place into my form to do this in VB 2010, that will work with just about any program type?

View 3 Replies

Automate Examination Using Net?

May 10, 2011

I am doing examination using vb.net but my has some error .[code]...

View 1 Replies

How To Make A Antivirus Program

Sep 19, 2010

I am beginning to make a antivirus programs. tell me these basic:

1. What language should i have to use?
2. What database should i have to use?
3. Have you got any sample about sourcode of antivirus send to me.

View 3 Replies

How To Make A Gui For A Console Program

Feb 4, 2009

im would like to make a gui for a console program i use. I am able to start the cmd.exe and change to the directory the program is in. My problem is after i issue a command to the console such as cd c:myconsoleapp cmd.exe closes why is this. I would like the console to stay running so i can issure more commands to it without having to re declare streamwriter and reader and starting the process each time.[code...]

View 12 Replies

How To Make A Paint Program In VB

May 21, 2009

find a simple tutorial that show me step by step how to make a paint program in visual basic.i want to:

- draw lines
- paint circles and rectangles
- change colors
- text
- erase
- and save my painting
- upload an image

View 4 Replies

How To Make A Program Launcher

Aug 16, 2009

How do I make a program Launcher? There is 2 items. There is a textbox and a button. The textbox is for the program location and file and the button is to launch it.

View 4 Replies

How To Make A Program That Holds A Dll

Jan 24, 2011

How can I make a program that holds a dll(Ex: when i press the extract button it extracts it to the specified path)?Well, If it is not worth it, it is not fun - you say programmers are boring but i say they are worth it.

View 5 Replies

How To Make An Installer For Program

Nov 11, 2011

i would like to ask on how to make a installer for my vb.net program. Are there application that is capable of making an installer.

View 1 Replies

How To Make LAN Based Program

Jul 11, 2009

How to make a lan based program using ms access is there a exact code do I have to put in my connection string or what are the configurations should I make in the computer.

View 5 Replies







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