blah blah blah is here! blah blah » Close

0
votes
2 answers

C# coding

is it possible to write a text in a richTextBox and send it over to another richTextBox and save it there, so next time I enter the program, all I saved is there?

0
votes
0 answers

how to parse a wz file

Ok, here's a gist of what I'm trying to figure out how to do. 1) Parse 2 separate wz files. 2) In File 1, if hideName exists in a child directory, skip over to the next parent. Gather a list of IDs (which should be the name of the paren ...

1
votes
11 answers

Save/Load Class

q12
349

SaveLoad_File.cs [url]http://www.sendspace.com/file/11pq8w[/url] Warnings_File.cs [url]http://www.sendspace.com/file/31yohm[/url] _______ Im still a learner so... i need a lot of help. Actually there are 2 classes (SaveLoad_File.cs a ...

1
votes
4 answers

Save panel as image

Hello, Short and simple question: [b]How to save the drawing (contents) on a panel as an image?[/b] Thanks in advance! Best regards, Sam

0
votes
0 answers

Saving text to a file in c#

Rick_A
761

I have some text in my web application that I need to store to the file system. Is there a way to dynamically figure out the root of the application, and then save to a folder I have created earlier for attachments? I need this to be ...

Feedback