Visual Studio :: Simple Windows Program That Would Allow Users To Calculate Their Holiday Entitlement?

Feb 5, 2010

I am looking to create a simple windows program that would allow users to calculate their holiday entitlement based on a few simple rules (length of service, job grade, % full-time). Users would use drop-down lists to select their relevant fields, and the holiday entitlement would be calculated from the values given. For example, someone at job grade '1' with 2 years of service gets 25 days a year, whilst someone else on job grade '1' with 4 years service gets 28 days. Is this sort of program possible in Visual Studio 2008?

View 5 Replies


Similar Messages:

Visual Studio :: Installing Visual Studio 2010 Pro RC In Windows Xp SP3 And Getting A Message Prompt : Invalid Windows Installer Package Contact Vendorlog File Says?

Feb 22, 2010

installing visual studio 2010 pro RC in windows Xp SP3 and getting a message prompt : invalid windows installer package contact vendorlog file says

Error Message:

[02/22/10,17:09:07] Microsoft Application Error Reporting: [2] CMsiComponent::Install() expects the setup file for Microsoft Application Error Reporting, but the file failed verification.
[02/22/10,17:09:07] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
[02/22/10,17:09:08] VS70pgui: [2] DepCheck indicates Microsoft Application Error Reporting is not installed.

View 5 Replies

Code To Write A Simple Calender Program In .net V3.0 By Visual Stdio 2008

Jul 12, 2010

I want to design it in windows application form of Visual Stdio 2008

View 2 Replies

Visual Studio :: 2010 - Finding Assemblies In Program Files Vs Program Files X86?

Jul 3, 2010

I have a VS2010 project that I want to move back and forth between an x86 and an x64 machine. On the x86 machine, several assemblies are located in Program Files, and the path of the assemblies are shown as c:Program Files...... When I move this project to the x64 machine, the same assemblies are located in C:Program Files (x86).... Is there a way that I can confugure VS2010 so I don't have to manually change the path when I move the project from one machine to another?

View 1 Replies

Visual Studio :: Create Installation Program In 2008?

May 4, 2010

I already created the project on VS2008 (windows application), now I want to make it as Installation software, whcih can bring and install at another computer;

- My project are connected to SQL Server, does it accur problem or not, when I take it to install at another PC, where have no SQL server

View 2 Replies

Visual Studio :: Ultimate A Different Program From VS Web Developer 2010?

Mar 17, 2011

Is VS 2010 Ultimate a different program from VS Web Developer 2010? or Can VS 2010 Ultimate do the same thing as VS Web Developer 2010?If I have VS 2010 Ultimate do I need to have VS Web Developer 2010 to develop web pages?

View 2 Replies

Visual Studio :: Unable To Start Program When Try To Run Web Application In 2008

Jan 11, 2010

When i try to run my web application in visua studio 2008 a error window comes out that says: Unable to start program [URL]. The system cannot find the file specified. I googled but not got the solution for this problem. I have VS 2005 and VS 2008 both on my machine. I also unistalled VS 2008 and reinstalled it but that does not solve the problem.

View 5 Replies

Could Not Find File 'c:Program FilesMicrosoft Visual Studio 9.0Common7IDEsumit Sachdeva.jpg'

Jan 15, 2010

In my web apllication ,I am saving the Photo into the DataBase.

For doing this i am reading the content of picture in byte[] as:

[code]....

I am browsing the picture from some location say C:Photo..

In the second line of code..Its throwing exception:

Could not find file 'c:Program FilesMicrosoft Visual Studio 9.0Common7IDEsumit sachdeva.jpg'.

View 3 Replies

Calculate Only System Date (visual Studio 2008)

Apr 3, 2010

I want to get only the current date and not time in asp.net( visual studio 2008). But in 2008 we have the properties associated with time like System.DateTime. How to calulate only system date?

View 4 Replies

Visual Studio :: Visual Studio/TFS Locking Windows Account?

Mar 4, 2010

I've got Visual Stuido 2008 Team Suite + Team Foundation Server + TFS Power Tools running on a Windows XP laptop. Everything uses Windows Authentication.A few weeks ago I changed my Windows password per company security policy. As soon as that happened, I started getting a problem working within TFS. I would be trying to check in or check out a file, or view the history of a file, and I would get the following error: "You are not authorized to access tfs.servername.com". Whenever I get that error, my Windows account has become locked and I need to call the helpdesk to get unlocked.

This issue happens intermittantly...I could be working fine in Visual Studio for several hours and then it'll happen. Sometimes it happens several times in a row - I'll get the account unlocked, and then the next time I try to do something in Visual Studio it locks again.I realize there are a host of ways an account can become locked - believe me, I've run them all out - I don't have any services running on my machine that are tied to my WIndows account, I wasn't logged in to another computer under my old password, I don't have any mapped drives that use my old password. I'm fairly sure there's something in VS or TFS that is causing it - I can work for days without getting into Visual Studio and I don't get the issue. I use SQL Sever 2005 Express, which also uses Windows Auth, and I have no problems. The lockouts only start when I'm doing something in VS.

View 5 Replies

Visual Studio :: 2008 Standard - The Debugger Is Not Properly Installed/Unable To Start Program

Jan 12, 2010

I have recently installed VS2008 standard edition after using VS2008 express and VS2010 Express (on this same laptop) running Windows 7 Build 7100.

On clicking "Debug" the error appears:

"Unable to start program

[URL]

The debugger is not properly installed. Cannot debug the requested type of code. Run setup to install or repair the debugger."

This is for a Web Site - File System originally created in VS2008 express.

View 5 Replies

Visual Studio -- How To Test Simple Vb.net Code

Mar 23, 2011

I'm going thru an asp.net 4 book, and I'm at a part about classes and their properties and functions. But up to now, all the examples involve a web_site, with controls, code_behind files, CSS, etc. But, I get to places where I don't understand the examples, so I look out on the web for other resources. For example, I found the code below to demonstrate the "ToString" function. My problem is, I'm not sure know how to test a little piece of code like this. Can't I just open up an application or project or something, paste this in and run it?

Module Module1
Class Perl
Dim _a As Integer
Dim _b As Integer
Public Sub New(ByVal a As Integer, ByVal b As Integer)
_a = a
_b = b
End Sub
Public Overrides Function ToString() As String
Return String.Format("[{0}, {1}]", _a, _b)
End Function
End Class
Sub Main()
Dim p As Perl = New Perl(2, 3)
Console.WriteLine(p)
End Sub
End Module

View 2 Replies

Visual Studio :: Testing A Simple Web Service?

Jan 20, 2010

So I started a new solution in vs2010b2.

1. I added a WebService project to this solution.

2. I added a WebApplication project to this solution.

3. I clicked Add Web Reference

4. I clicked Web services on the local machine

5. Web Services listed on my local machine:

"There was an error while enumerating services on local machine:

Active Directory Services cannot find the web server. A possible cause for this is an incompatibility between versions of Internet Information Server (IIS) on the client and the server. Another possible cause is that IIS is not installed on the local machine, or the user identity under which you are running may not have permissions to view websites on this machine. To view websites on this machine, make sure that you run Visual Studio as administrator. On Windows Vista computers with IIS installed, make sure that
IIS Metabase and IIS 6 configuration compatibility feature is enabled."

I have Visual Studio 2010 beta and Visual Studio 2008 Professional installed on this computer. I do not have any IIS server installed. Do I require a IIS server when coding webservices+webapplications?[URL]

View 1 Replies

Visual Studio :: Moving Projects Between 32-bit Windows XP Pro And 64-bit Windows 7?

Apr 28, 2010

When I am working on projects I like to take my files back and forth between two machines.The machine at my office is running Windows XP Pro 32-bit.My home pc is brand new and running Windows 7 64-bit.I have not yet installed Visual Studio 2008 on the new home pc.My projects usually consist of a web site in ASP.net and C# often with a SQL Server 2008 Express Edition database backend.I am using Visual Studio 2008 Standard Edition (yes, I know I need to upgrade soon).

Before I received the new computer I was simply copying what I did at one machine onto a USB drive, taking it the other machine and overwriting the files that were previously there. Is it feasible to continue moving project files back and forth between computers now that one machine is running a 32-bit OS and one is running a 64-bit OS?

View 1 Replies

Visual Studio :: Calculate Sub Total Of The Extended Price Column?

Jun 10, 2010

How to calculate Sub Total of the extended Price Column

View 3 Replies

Visual Studio :: Run A Simple Console App On Win7 VS2010?

May 19, 2010

I'm trying to run a simple console app on Win7 VS2010.

Here's the code:

using (FileStream stw = new FileStream(@"c:OrdersToday.pdf", FileMode.Create))

View 9 Replies

Visual Studio :: Web Developer Error "Unable To Start The Program 'http://localhost:1098/NTTC'?

Sep 29, 2010

Every time I click the start Debugging button on the toolbar, or select it from the menu, I get the message:

"Unable to start the program 'http://localhost:1098/NTTC'.

View 4 Replies

Referring Links For CSS And Other Simple Styling Ways Used With Visual Studio C#?

Oct 30, 2010

yes can search google but there are thousand of results

by your experience which links give the best for a beginner who has to make some website using it within a month.

i mean the styling, the ways to style the footer (you knw the copyright message)using vs08 c# aspx

View 1 Replies

Visual Studio :: In A Web App Project The Compiler Does Not Recognize Simple Controls

Mar 7, 2011

In VS2008 I create an empty Solution "CmsWork" with a new Web App Project "CmsWork" and add a Web Form "TestForm1.aspx".

From Toolbox I add a TextBox and then in codebehind try to refer to it in Page_Load. Intellisense and compiler both say TextBox1 does not exist in the current context. Tried referencing the control as TestForm1.TextBox1 and CmsWork.TestForm1.TextBox1 --
same error. wtf?

TextBox1 shows up fine in Design View and is labeled "TextBox1". What does Design View know that Code View and the compiler don't? Adding code to call FindControl and typecast to a TextBox works fine, but shouldn't be necessary. Controls can be referenced by ID in a codebehind in a Website project. Why not in a Web App project? This should just trivially work. I must be missing something EXTREMELY simple. I've tried restarting VS2008 normally and with "devenv /resetsettings" -- no effect. Reboot: no effect.

This is VS2008 Development Edition under Windows Server Enterprise SP2, with no VS add-ons, extensions, etc.

Aspx page:[Code]....

Codebehind:[Code]....

Build output:

Error 82 The name 'TextBox1' does not exist in the current context C:Users...DocumentsVisual Studio 2008ProjectsCmsWorkCmsWorkTestForm1.aspx.cs 14 4 CmsWork

View 1 Replies

Visual Studio :: Install Visual Web Developer 2010 On Windows Vista?

Jun 7, 2010

try to install visual web developer 2010 from web installer,http://www.microsoft.com/express/Downloads/#2010-Visual-Web-Developer once installer screen pop up, it stated that it is not supported for windows vista platform. However, previously before formatting pc, it has successfully installed once.

View 1 Replies

Simple Program That Has A DATE OF BIRTH In It

Jan 4, 2010

I need to make a simple program that has a DATE OF BIRTH in it. Now, i have to get it retrieved through access and show on the dropdownlist. Anyone has any idea..? oh.p.s I have to get the DOB out using DateTime.Day, DateTime.Month and Year.

View 6 Replies

Visual Studio :: Debug A Multi Thread Program To See Local Variables Of Each Thread Using 2008

Jan 27, 2010

How can we debbug a multi-thread program to see local variables of each thread using visual studio 2008.

View 1 Replies

Visual Studio :: 2008 VSS @ Windows 7?

Mar 14, 2010

either a freeware or lincesed tool for version control that would work with VS2008 on windows 7 Professional edition (32-bit).

View 3 Replies

Visual Studio :: Windows 7 Not Functioning Well?

Jan 3, 2011

i have VS 2010 and also VS 2010 Express in buth software when i run my web form application it take max usage of CPU and RAM and my windows 7 not functioning well i try to re install windows 7 and also my VS but i still have the same problem.i got this problem today i just wanted to ask you is this a bug in VS or i got virus?

View 1 Replies

Visual Studio :: Can't Create New Database In Windows 7

Mar 26, 2010

I used Visual Studio 2008 in Windows 7. The problem is, I cannot create new database (make new connection). Is it that I have to install any software or tools to support or repair the problem.

View 7 Replies







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