Join 307,127 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 2,048 people online right now. Registration is fast and FREE... Join Now!
Hi me of teh noobs in C#, I would like to see tutorial on windows forms, especially working with multiple forms, manipulating with the data from the controls on one form based on events from another form etc.
Come on people, I'm dieing to write some more tutorials, I need some ideas
Something I've tried to do and failed, even with the kind help of baavgai, is to create a deck of cards in C#. I used 52 textboxes. When the user clicks a button, the cards are supposed to be shuffled. The program I wrote will work, except that the cards repeat. I just can't figure out how to keep the random values from repeating.
Do you think you could write a tutorial for that? It's not homework, but an assignment that was optional for a class I have finished.
Thanks
edit--baavgai told me how to do it, but it just didn't click til now. If you do write a tutorial for this, I will compare whatever I come up with to yours and see how to improve my program.
This post has been edited by OliveOyl3471: 15 May, 2008 - 08:53 PM
Ohh psychoCoder, i got one for you. I'm creating a Customer Server Control for my CAPTCHA. Thing is, i dont know how to get the darn image to actually display. All it shows is the little square with the x in it and nothing else.
If you would like to see a certain topic covered in C# post your request here. The tutorial, more than likely, wont be written the instant you post your suggestion but someone will work on it for you.
What about a tutorial in C# in how to scan LDAP and Active Directory simultaneously for a given attribute? let's say Phone, Fax# etc
I really appreciated the tutorial on working with Images posted recently! Think you might look at doing some more in this same series? Say covering other Image Manipulations, creating Images from scratch (ie, drawing something and saving imagefile), etc?