Program Will Eventually Be Installed On The School System?

Mar 16, 2010

I am using Visual Basic 2008 express and I have created a simple database application for my y6 pupils. The program will eventually be installed on the school system but, i want to know how I can ask vb to find which folder the application was installed in and get it to return a string. Does anyone know how to do this??

View 5 Replies


ADVERTISEMENT

Project Work School Tracking System

Jun 18, 2012

i would like some help with how to start with my FINAL YEAR project work dubbed "SCHOOL TRACKING SYSTEM" . I am so much lost on how it shoud be like and what to actually do.

View 2 Replies

School Project On Taking Order System(POS) In A Restaurant Using VISUAL BA?

Jul 19, 2011

Im doin my school project on taking order system(POS) in a restaurant using VISUAL BASIC?the word visual basic is very new for me...i already do some of the coding,this system not using database,just a simple POS system..When i insert y(for yes),msgbox for order_code and order_quantity apear.but when i insert n(no),msgbox for order_code and order_quantity apear again for one time then stop.then msgbox for calc2 pop out but the value isnt right..calc2 also calculate the order_code and order_quantity,the one that apear after i strike no.

[Code]...

View 1 Replies

Make A VB Program For A School Assignment?

May 20, 2011

I have to make a visual basic program for a school assignment. I am an absolute beginner at it though, but am willing to learn.I have to make an income calculator for farmers that make giant turnips.

So basically:

1. If the turnip weighs less than 350kg, the farmer will receive $2 per kilo
2. If the turnip weighs 390 or more, the farmer gets $1.50 per kilo MINUS $180 for a maintenance fee.
3. If the turnip weighs between 350 and 389kg, it has to be sent to a paddock that costs $25 per week for lease. Turnips loose 1% of their mass per week in this paddock. When the turnip gets below 350kg it can be exported. As ships depart weekly, turnips may drop a bit below 350Kg before departure.

Create a profit calculator for the turnip farmer for a list of cattle weights.

Functional Requirements: oEnter the weight of each cow into an array oCalculate the income from each cow and store in another array oAdd up the values in the array and display total income.

View 1 Replies

Small Program To Change The School Wallpapers?

Sep 4, 2010

im new to these forums and was working on a small program to change the school wallpapers. i want the user to be able to choose the imageand not have to put it in a secific directory could anyone please advise me on how to do this

[Code]...

View 1 Replies

VS 2008 : Make A Program For School That Closes The Active Window?

May 30, 2010

I need to make a program for school that closes the active window. My application does now SendKeys.Send("%{F4}"). It works but, it also does it when there are no active windows. I want it to close only the active windows.

View 6 Replies

Creating A VB Program For School To Collect Data On Student Attendance And Populate It To A Table?

Mar 27, 2012

We are creating a VB program for school to collect data on student attendance and populate it to a table. I have all of the 'GET' statements but am having trouble creating the 'Insert' procedure. This is what I have so far. The form being used to fill the table has 4 items being recorded. 'Present' radio button marked as present, tardy or absent; StudentId, PeriodId and date. Not sure if we are on the right track. The target table is tmAttendance. There are approximately 25 rows of data on the input form.

View 3 Replies

How To Know If .net Framework Is Installed On System

May 15, 2009

I want to know if the .net framework is installed on the system if it is not installed on the system then i would like to give a message to the user about it and exit my application. The problem is if the frame work is not installed on the system the application doesn't even starts.

View 3 Replies

How To Verify That A Dll Is Installed On A System

Jul 18, 2011

I have a dll installed on my machine and want to find a way to verify this programatically with VB.Net. I have been trying to use LoadLibrary but it always returns a zero. Can someone provide a code snippet of how I might do this?

Also, if there is another way to verify that a dll is installed, without having to supply a full path, please let me know.

View 7 Replies

Access The Active X Dll Which Is Installed On System?

Jul 26, 2010

I have to access the active x dll which is installed on my system from VB.net.

I added as reference and followed all the steps as given in I have declared private mycomponent as activexcomponent.libclass and i gave constructor for this i.e. creating the object for this class in the constructor of the main form as mycomponet = new activexcomponent.libclass()

Then the following expection is coming when i tried to run the program.

System.InvalidOperationException: An
error occurred creating the form. See
Exception.InnerException for details.

[Code].....

View 1 Replies

Get A List Of Installed Web Browsers On System?

Dec 15, 2009

Is there an easy way to get a list of the installed web browsers on the system (including the path to their respective .exe)? I have a web application which uses the Web Browser Control, but I would like to give the user the ability to view their web page in any of their other installed browsers.

View 6 Replies

How To Detect Installed Games On A System

Nov 26, 2009

I am writing a application where i need to know which games are installed on a system.I have 3 ways by which i think i can detect the games

1: Scan specific parts of registry and look for key names that match with a List of Publishers. The list is manually maintained.

2: Scan the hard disk for and do same as in step 1

3: run the program in background and check for programs in memory that use a large portion of memory(which games always do) and if they use Direct X ( Which all games do except for some) then its a game.

Now i have been thinking about it and first and second method seems to be in need of a updated database ie list of publishers to make out if a particular program is game.

View 1 Replies

Does IIS Installed Libraries Include System.Collections.dll

Nov 19, 2009

I am having trouble developing an asp.net page. I can create custom collections and use them in win apps, but when i reference the system.collections namespace, the page response hangs up. No exception info is passed back or anything. The page just freezes. Is this a common problem. I am wondering if its due to the assembly not being present (but am unsure why an exception wouldn't indicate this.).

View 1 Replies

Application Requires That Assembly System.Net Version 3.5.0.0 Be Installed?

Feb 4, 2010

Getting follwoing error while installing ClickOnce VB.net application"

"the application requires that assembly System.Net Version 3.5.0.0 be installed on GAC"

View 2 Replies

Check Outlook Versions (from 97 To 2007) Installed On System?

Jun 22, 2009

I wana check outlook versions (from 97 to 2007) installed on system.how can do that in vb.net..

View 3 Replies

Detect Installed Power Packs In Target System?

Nov 18, 2010

I wanna detect the version of installed Visual Basic Power Packs in target system.How can I do it with Registry values (Windows from Win XP)?Or, How can I check the version of Visual Basic Power Packs assembly , e.g : how I can check the version of Microsoft.VisualBasic.PowerPacks assembly ?

View 1 Replies

VS 2008 - Implementing System To Check Whether Plugin Installed

Jul 8, 2009

I am trying to create a plugin system. I have the actual plugins working fine but now I want to implement a system that knows whether the plugin is installed or not. I can get the plugin name when the form is loaded (ex. "Plugin1"). I then want to check this against something to see if that specific plugin is already there (if not add it) and if it is there is it enabled. I was thinking of doing this with an xml file but thought that might be a lot of work reading and writing each value. I then thought of the My.Settings and was wondering if this is possible. I would want to create an "element" for the name and give it a value of either true or false.

View 10 Replies

Assign Hotkeys To Installed Applications, Files And Folders In A System In VB?

Jun 13, 2011

This app will allow user to select a file, folder or an installed application and then assign it a hotkey...My question is how can I get the complete path of a file, folder, or application in vb like in many application the browse button shows the complete path in a textbox, and then how this app will allow user to assign it a hotkey? And how am I going to save the path and hotkey in a database?

View 1 Replies

Assign Hotkeys To Installed Applications, Files, And Folders In A System?

Jun 13, 2011

Record keyboard inputs to open applications. This feature will allow users to assign hotkeys to

View 6 Replies

Declare An Array Which Would Eventually Hold Data?

Apr 21, 2009

How would i declare an array which would eventually hold data as follows:

Arr = [ _
[ 0, 0, 0, 0, 0, 0, 0, 0], _
[ 0,101,101,101,101,101,101, 0], _

[Code].....

View 26 Replies

Draws Text On A PictureBox Using A Font That Is Already Installed (registered) In System Fonts?

Nov 23, 2009

I'm working on a program (Under Visual Basic .NET 2008) that draws text on a PictureBox using a font that is already installed (registered) in system fonts. I'm wondering how can I perform the same but with a font that is not already installed on system, by adding this font file (*.ttf usually) to my solution explorer and use it in my program, given that this font file must be included in exe file.

View 5 Replies

VS 2008 Performance Monitor That Will Eventually Be Running As As Service

Feb 8, 2011

I am putting together a performance monitor that will eventually be running as as service. What I want to know is if the data that is reported is what I actually want: [code]

View 1 Replies

X86 App On Machine With Office X64 Installed Read Xls, Xlsx, Mdb And Accdb Files Using System.Data.OleDb?

Apr 19, 2012

Question: How do I programmatically determine which provider to use (Microsoft.Jet.OLEDB.4.0 vs Microsoft.ACE.OLEDB.12.0) when my app runs as a 32-bit process on a machine with Office x64 installed?

I'm developing a VB.net WinForms app in VS 2010 and targeting both x86 and x64.The app processes data from xls, xlsx, mdb and accdb files using System.Data.OleDb:Dim oConn As OleDbConnection = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=...")

The x64 version of the program works as expected. The x86 version works as expected on a system with Office x86.When I run the x86 version on a machine with Office 2010 x64, I get the following exception when trying to open a connection:

The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.I believe this is because I'm running Office 2010 x64 so the x86 data access components are not installed.I can get it to work for Office 2003 files (*.mdb and *.xls) by changing the provider to Microsoft.Jet.OLEDB.4.0.

How do I figure out which provider to use when running as a 32-bit process on a machine with Office x64 installed?Ideally, I'd like a function:If ProviderIsAvailableFor("Microsoft.ACE.OLEDB.12.0") Then

Else If ProviderIsAvailableFor("Microsoft.JET.OLEDB.4.0") Then

View 8 Replies

Detecting If Program Is Installed?

Mar 6, 2012

I currently have a property in my program which returns a true/false depending on if the program is "portable" or not. I need this to know if I should do a certain thing or not.

It checks if it is by checking if the registrykey the installer creates exists, here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyProgram
(And under the Wow node if the OS is 64 bit)

The problem is, I am trying to get rid of the need for admin rights, and this is the last function that needs to be fixed. But I don't have a clue on how.
Why I want this property is because then I don't need two separate versions of my program (like a set property in My.Settings which I set before I build).

The only files that differ using the portable vs the installer is one file, but the reason why I don't want to base the result on the existence of that file is because I want to warn the user if it's not there (if the program is not in Portable mode), so he can reinstall the program.

how I can check if the program is installed by an installer, without using admin

View 1 Replies

How To Check If Particular Program Is Installed

Feb 26, 2009

I'm using VB.Net 2005 Pro and want to be able to check if a particular program is installed. I've seen lots of ideas about checking files in the program files folder or scanning the registry for keywords but none of these seem particularly foolproof. Is there a way to get a definitive answer to if an app is installed?

View 2 Replies

Protect Program From Being Installed More Then Once?

Sep 2, 2010

ive been making my own programs but i want to know how to make the file being installed

View 10 Replies

Open Installed Program From Link On Web?

Dec 20, 2011

i have been searching around trying to figure out how to copy the same idea a few programs have done in the past. However I Can't remember every program that did this but a PC MMO Hunting game Called: The Hunter does this technique.Their entire system is MySQL on a server, and displayed through a website You pick your options on the website and then click "Start" and it opens the installed program from your computer up with the given parameters Quick Example In case i managed to confused you guys.

I have a Program that's just has a text box on it From a website on a server: you can Type in Your username and then click "Start" as an example of a button, which would open up my program explained above with the users name in the text box. i figure there is some type of word for this, but i can't seem to figure it out i looked into web services to see if its what i need, but i couldn't seem to figure out if it was or not.

View 1 Replies

View Installed Program List?

Nov 15, 2011

how can i view my installed program list and uninstall program from the list using vb.net 2008.

View 1 Replies

VS 2008 Where To Find The Installed Program

Nov 16, 2009

When using VB6 I could use (Windows Explorer, Programs), and find my installed program. I need to get to the database as I have entered a lot of data into it via my not quite finished program.

View 2 Replies

Check To See When Antivirus Is Installed And Updated In Program?

Oct 14, 2010

I am trying to build a program for a PC Business to check and see if an antivirus is installed, if not suggest some that are available, but im lost when it comes to trying to get my program to check and see if one is installed.

View 2 Replies







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