votes
the "new" feedback button
I just have to say, it looks ugly compared to the rest of the site. I know it's a work in progress but that's why this feedback forum is here for right? :)
blah blah blah is here! blah blah » Close
I just have to say, it looks ugly compared to the rest of the site. I know it's a work in progress but that's why this feedback forum is here for right? :)
The site must have short term memory because it never remembers me, I gotta keep reminding it. :D So the "remember me" option doesn't seem to do anything. I'm hoping it would keep me logged in so I wouldn't have to keep loggi ...
It would be helpful to have a post preview function to see what the message would look like without having to post it yet. I know that a lot of people will probably not need it since they probably won't need/want to format anything. I alw ...
I've been really busy these past few months which kept me from participating here. As soon as that settles, I could get back to it. As for my situation, I have been using WinXP Pro with VS2008 Pro for a while now and am in the process o ...
Is there a simple way to cause a form to "request focus"? i.e., make the taskbar button flash but not give it focus immediately.
Ok, this is a simple one that stumped me. I'm trying to write some programs to verify some regular expressions that I am writing. I have the expression down fine so now I'm trying to get the c# equivalent. It looks fine to me but it turn ...
I'm not familiar with cryptography (yet) so I'm a little in the dark on this subject. Basically, I have an "encrypted" file and key. I'm trying to write a console app to "decrypt" files so they can be usable. The idea ...
What is the best way to set the default message if I were to create a new exception class? I will be deriving from the System.IO.IOException exception which will be used if a file in not in a specified format. The default message is " ...
I'm currently not on my machine right now (at school) but I'm using the express editions (C# and C++) at home and had this problem since I have installed it (after a reformat). When I try to add a reference to any application I am writing, ...
Is it ok to dispose or close an object before you reach the end of a using block? I was writing a program that would read a log file and write lines of interest into a new file. If something comes up that invalidates the data, the new fil ...