blah blah blah is here! blah blah » Close

0
votes
1 answers

VS Designer Problems with Custom WPF Control

I created a very simple custom WPF control in Visual Studio. It's basically a GroupBox, but with a few additional properties and it subscribes two events (GroupBox_Loaded and a custom event). Anyhow, the problem occurs when I use the ...

0
votes
2 answers

c# code and GUI on VISUAL STUDIO 2008 for build deployment!!.. urgent!!

Hi... I am very new to c#... I dont really know any object oriented programming languages either... I joined as an intern in a software company.. My first task was to write a batchfile which when run, asks the user for the "remote desk ...

0
votes
0 answers

Chart using C# and Visual Studio 2010.

Hi everybody, I've been developed a software that needs to manipulate data on line chart. I can't get to enable zoom option and data selection using mouse. If anybody know something about that, thanks in advance. Denny Garcia Brazil

0
votes
0 answers

Blocks line in Visual Studio how?

Hi friends, How do I line between blocks of code in Visual Studio?. Is there any plugin or anysetting for it? Thank you in advance .. Sample image [img]http://www.c-sharpcorner.com/Forums/UploadFile/BETRAYEL/02022011111332AM/aaaaa.JP ...

0
votes
1 answers

help me all for microsoft visual c#

Hi all I m getting problem in c# classes even i didnt have the basics of visual c# so needs some basic examples for classes inheritence & multi level inheritence also give it in simple way I am an beginner not master.

0
votes
1 answers

Creating a Turbo Tax like Software

I have to develop a tool in visual Studio about a Chemical Analysis Tool kinda similar to Turbo Tax Software.This tool asks the user some questions about the chemical composition of the product and some production data during the run time ...

0
votes
1 answers

C# Count Number Occurrences. Visual Studio

Hi there. I'm new to C-sharp programming. I am making a program in Windows Form (Visual Studios) that reads a text file consisting of a bunch numbers(that would be the input data) and analyzes the text file and count how many times each num ...

0
votes
1 answers

C#/Microsoft Visual Studio: Errors Closing (X-ing Out) a Windows Form

Anybody know what the following errors are (In Microsoft Visual Studio[MVS] they show up in the output tab in Debug mode)? "A first chance exception of type 'System.Configuration.ConfigurationErrorsException' occurred in System.dll A ...

1
votes
1 answers

How do I get a label to display a variables contents?

I am busy making a Kill/Death ratio calculator, and ran into a little snag. My code is as follows: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Sys ...

0
votes
2 answers

Final year project ideas

hi im doing my final year project(Bsc) and im looking for some suggestions on what to do. I would like to develop something in c# smart device/windows mobile and xml any suggestions would be greatly appreciated. Thanks

0
votes
1 answers

Help with hiding buttons

Hey everyone, I am completely new to this forum business so I apologize if I post something wrong or something. Anyways, I am writing this program for this class and I have a Start_Screen which allows the user to select their level ...

0
votes
5 answers

Error2The name 'x' does not exist in the current context

hi all :D i am programming some sort of painting program in csharp in visual basic 2008 with an graphical user interface... now i have this problem with drawing a line, i want it to draw a line from 1 mouseclick to the other but i can ...

0
votes
0 answers

Does anyone know how to programmically write results to the Visual Studio Results Window?

Hello I am using VS 2010 pre-release. I have written an application that reads/ writes to an Excel spreadsheet using the interop library. Each one of my rows is a test case. For each row there is a PASS FAIL result. How do I p ...

0
votes
1 answers

plotting data from database in Visual C#

hi, i'm studying C# and need to plot data from database..can anyone give me any link and references to where i can start my program.. any help is much appreciated..Thanks!!

0
votes
1 answers

Read/Write XML

I wrote a function in VS C# that works fine reading/writing files to my hard drive. However, when I try to test my app inside of VS Web Developer and try to edit files contained in the project, I get non-stop "The process cannot acces ...

Feedback