blah blah blah is here! blah blah » Close

1
votes
1 answers

File Decryption not working properly

Wrote myself a small password management utility that is supposed to support encryption of a master password file. Everything seems to work fine, and no exceptions are thrown during the entire encrypt/decrypt operation. However upon trying ...

1
votes
2 answers

InnerText of an XML node into a Dataset

I've written a segment of code that is intended to parse the contents of an XML document, and for each node matching the title of an index from a combo box, place the node with all of its corresponding child nodes into a Dataset which in tu ...

0
votes
3 answers

C# Beginner, questions on some starter projects I'm doing.

Hello all, Learning C# and decided that for my first applications outside the realm of 'tutorial stuff' I would make some things that I would actually use. So I decided on a password manager and a file archiver. My questions are mainly r ...

0
votes
0 answers

How do I put specific XML elements into A Dataset?

As noted in my earlier question I'm working on a simple password manager for one of my first legit C# applications. I've gotten the code to the point where it'll take user input and create and append to an XML document with the various user ...

Feedback