blah blah blah is here! blah blah » Close

1
votes
1 answers

Creating a rectangle on a graphics window

I have no idea how to do any of this? I've written a lot of math programs in C# but I have no idea how to make a graphics window. Can someone just show me minimalist code to place a rectangle on the middle of the screen? Thank's so much!

0
votes
0 answers

importing an image into a form from online

Im from python, never used visualstudio or C# before, so excuse my noobness... Im trying to create a simple application, on my form, i have a text box for a zipcode and a button that says "go!" In the center of the form, i have ...

0
votes
0 answers

C # windows application develoment for controlling a robot

[b]Dear code project members, I'm a very beginer in Visual C# and I would like you to help me with this problem, which is too simple for a high level community like you but very difficult for me. The problem: I have a text file which ...

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 ...

-2
votes
0 answers

C Sharp basics

To know more about C Sharp Basics with Examples in very easy way then please visit: http://csharpexpress.blogspot.com/

0
votes
1 answers

Help with a c# application.

[b]Okay so I'm doing a general exercise to prepare for an exam. The exercise is:[/b] [i]"Create a class called Employee that includes three pieces of information as instance variables—a first name (type string), a last name (type str ...

0
votes
0 answers

c# tcp server application which does not close connections

Guys, I am trying to create a GUI socket server. The goal is simple. 1.Open a port 2.keep sending data to the port 3.the data is given from a textbox in the gui and must be sent after the button is pressed. 4.Do NOT CLOSE THE CO ...

0
votes
1 answers

Using Binary files in a login system C SHARP

Making a program which is using .dat files and at the minute I have a registration form which saves the information in a .dat file what I want to do is use this information to be able to login with different users. if anyone can help it wou ...

0
votes
0 answers

admin vs member

protected void Page_Load(object sender, EventArgs e) { if (Session["role"] == null) { hlAdminOrders.Visible = false; hlCategoryManagement.Visible = false; ...

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

stub code?

hello all... am new to this forum... i have a doubt regarding c#, which might seem very stupid to professionals... while i was reading the pro c# book, author refers many times to stub code... i cant get to know what he means by that i ...

0
votes
2 answers

C# syntax

What am I doing wrong. I know that String.Parse is not right but I don't know the proper syntax. Console.Write("Weight of package: "); weightOfPackage = Double.Parse(Console.ReadLine()); Console.Writ ...

1
votes
2 answers

Why am I not able to start using XPath for XML?

[img]http://www.upload3r.com/serve/110810/1281559660.jpg[/img] Am I doing something wrong? I am.... so what is it? I've included Xpath. In my references (2 kinds of references I think there are, and I included this this w/e-nes ...

0
votes
1 answers

how can i link a button and tab control,on click a form is shown in the tab control?

hi I'm using c# and my problem is that I'm using tab control and i have several buttons that when i click on one of the buttons and the assigns form opens in the tab control .how can i do this linking ?? thanx Stephen

0
votes
2 answers

deploy an application created in microsoft visual csharp 2008 express edition

Hi folks, I have created a window application using microsoft visual csharp 2008 express edition.I need to deploy it so that it can be installed on any machine.. can u pl tell me the steps to do the same.When i checked the net the first st ...

Feedback