blah blah blah is here! blah blah » Close

1
votes
2 answers

C Sharp Combination

Hi everyone I'm trying to create all possible combinations without repetitions. I need to create 3 numbers with values from 1-10 with no repetitions. Ex: 1-2-3 1-3-4 1-2-4 1-3-5 2-3-5 and so on..... I need a ...

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

1
votes
1 answers

C sharp program to control a device by ethernet.

MickW
151

I've been tasked with trying to write a program to control a device via ethernet cable. Does anyone know of a good site that explains how to do this? I've been trying to find something online with no luck so far.

0
votes
1 answers

DateTime Serialization & Deserialization issues (invalid datetime)

Hello everyone. I'm serializing some controls and so far things are working well except for DateTime picker controls... Every time i try to read in the serialized DateTime control it tells me its an invalid format. The specific err ...

0
votes
1 answers

keydown event in panel

hi i want to create a cursor in my panel and move it through the left right keys. but there is no keydown event in panel. so wats the alternative to do it. ie when left is pressed a method is called. thanx in advance

1
votes
1 answers

ResX Files Newbie

(redirected from csharpfriends.com) Hello! I'm going to be adding resource files to my project. I read up on Baml but saw that it wasn't "production ready", so I'd like to learn about ResX. My problem thus far has been fin ...

0
votes
3 answers

I need help on C# please?

I am write small project and I stuck on some of code. Can you guys help me on coding ? Let me explain you what I am trying to do. I am trying to uphold an address book, this address book should hole up to 25 entries, must store data with a ...

Feedback