blah blah blah is here! blah blah » Close

0
votes
1 answers

Need help with C# Program.

Hey can someone help me program this problem. I am supposed to to switches, loops, or if/ else statements. Much appreciated. ] Paper, Rock, Scissors In this lab, you will create a program to play the game paper, rock, and scissors ag ...

0
votes
1 answers

How to link to classes in c#

[code] namespace BankForms { public class Account { #region Private details private string name; private string address; private int accountnumber; private strin ...

0
votes
1 answers

C# Receive mail message & use the contents of it

Hello, I working on a workorder application for a small call center. Before we started working on it we tested a ton of web applications and other work order software. One feature that stuck out the most was the ability to create a wo ...

1
votes
1 answers

Changing the display.Text attribute from within a method

MickW
151

Hi, I'm designing a calculator using WPF and have basically set up a method to be called when the calculation buttons are pressed. Within this called method i am trying to changed the calculator's display text but I'm getting an error sa ...

0
votes
1 answers

sp.net c# search function? add friend function? help!

I need to create something which is like an Add friend function in my website which works like this: 1) User types in name of the person he wants to search in the search field and clicks enter 2) on the same page, the search result will c ...

0
votes
1 answers

Issues Deserializing ListBoX Items

Hello again :) This time I'm having some issues with deserializing some items that I've serialized from a listbox. Here is the serilization code: [code] StringBuilder sb = new StringBuilder(); fore ...

0
votes
1 answers

Radio Button reset to checked on button click

MickW
151

Hi, I've been trawling the net for a while now and can't work out how to do this. (No doubt it is annoyingly simple). I have a windows form with a number of radio buttons in a group box that a user can select. When they hit the "Cle ...

Feedback