Tagged Questions
2
votes
2answers
2k views
A simple augmented reality application in C#
I would like to start a personal project that will give me a lot of new concept to learn and understand.
After some thought, I figured that an Augmented Reality related project will be the most ...
2
votes
7answers
100 views
What techniques can I apply to my project at hand?
With over a week off of work I wanted to try out a bunch of new stuff at home. What I've done is written a simple TicTacToe game that I want to incorporate things into that I've never worked with ...
1
vote
2answers
190 views
Editing an XML file?
How do I add another element/childnode to a specific parent node in an XML file?
Specifically a new video object to the media node.
I want to turn this:
<?xml version="1.0" encoding="utf-8" ?>
...
0
votes
3answers
733 views
Resources for creating a Binary Usenet client
I am interested in creating a Binary Usenet client as a personal endeavor. My initial plans are to write it in Mono - but I haven't started anything yet.
I am familiar with C# but not the NNTP ...
0
votes
2answers
532 views
Is it possible to override a method in a class in a dll file?
I've included a dll file into my windows form project.
1. Is it possible to override a particular class entirely?
2. Is it possible to add a new method to a particular class in the dll file?
3. Is it ...