Hello,
I am a beginner in C# programming and I need help for two C# problems. The first problem is to make an application that has a ComboBox control, a TreeView control, and a button control and a RichTextBox control. The ComboBox control displays all the devices of the system (hard drive partitions).
The user can choose one of the devices from the list, after that the treeview control shows a tree of folders for that device. In the treeview control appears all the folders and only files with a. txt
The user has the option to select the file and examine its contents in a RichTextBox control, pressing the button.
The second problem is to make an application that accepts a string (the text box control) and then based on that string wright captcha text (text that is so distorted that can barely read) and displays it in a picturebox control.
Your help shall be appreciated very much. Thanks in advance.
1 reply to this topic
#1
Posted 24 April 2011 - 02:32 PM
|
|
|
#2
Posted 25 April 2011 - 07:52 AM
Do you have a specific problem with your code? Post the code that you have written so far and show us where you're having trouble so we can give you some meaningful help.
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









