Click to See Complete Forum and Search --> : C# Programming assignment


Tambo06
April 8th, 2003, 12:52 PM
Hi Guys,
I have to create a notepad web control for a callaboratory project in one of my college courses. I was wondering if someone would be kind enough to talk to me through AIM or email to help me start this project. I'm pretty new with C# and .NET.

The notepad can be very basic, no dropdown menus or anything. All I need is a text field for the user to type(Obviously), and buttons along the top for save, undo, copy, paste, and cut.

I'd appreciate any help you can offer...Thank you.

pareshgh
April 8th, 2003, 03:35 PM
just take a Form and insert richedit text box inside it and make its dock property fill. you can have 2 buttons , save/load for loading rtf files.

the editor is ready. while existing ask for file save and you can stream richedit's text.
:D:D:D
simple and sweet

enjoy
Paresh

Tambo06
April 8th, 2003, 06:07 PM
I'm not sure what you mean but some of the stuff you say, do you think you can guide me through this? Thank you.

pareshgh
April 8th, 2003, 06:40 PM
if you are looking for notepad editor that is already available , if you want i can give you sample project of that.

I thought you are doing laboratory project so gave a little sample where in you can start some stuff.

-Paresh

Tambo06
April 10th, 2003, 06:42 PM
Hey,

All I really need is pretty much a text field to type, forget the buttons b/c copy and paste and cut and stuff would already be built in the web browser. I just need to be able to save the notes that a user types. For my class project we are building a collaboratory, instead of using a Database we are saving everything in XML files. So in my case I need to enable the user to save their notes to an XML file. Each user in the colllaboratory gets one notepad, so they can add notes to only one file and constantly overwrite the existing, but never open more than one per user.

I'd love to talk to you or anyone that can help me out, cause i really need some assistance. My AIM name is Tambo06, and my email is the same....@aol.com.

If you happen to see my online please IM me.