Neil N

5,792
reputation
701 views

Registered User

name Neil N
member for 11 months
seen 4 hours ago
website
location Plymouth, MI
age 29
If you want to talk to me on an instant messenger service: AIM: YpsiNeil Yahoo: Neil128
18h
revised How do I escape strings which contain byte data in C#?
deleted 2 characters in body
2d
answered Tips for finding things in your program that are broken that you don’t know about?
2d
answered Seamless Transitions of Scale over large distances (3D rendering)
2d
revised Are statistics automatically updated when a new index is created?
edited body
Dec
17
comment Create C# applications which are not framework dependant?
Ok, so then remove the parts you dont use... whats the issue here?
Dec
17
answered Create C# applications which are not framework dependant?
Dec
17
comment What is the meaning of the variable name foo?
Foo, in the context of a variable/class/method name in code examples, IS meaningless.
Dec
17
comment What is the meaning of the variable name foo?
why the downvote?
Dec
17
answered What is the meaning of the variable name foo?
Dec
17
answered Red-Green light indicators in C# .NET Form
Dec
17
comment Storing a million images
Nooooooooooooooooooooo!
Dec
17
comment Storing a million images
Oh God No. Please dont use a database as large BLOB storage.
Dec
17
revised How do I escape strings which contain byte data in C#?
edited tags
Dec
17
comment How do I escape strings which contain byte data in C#?
I'm curious if he was trying to paste an entire PNG as Base64 into C#. What is the limit for string literals? I tried this once back in my VB6 days and it didnt turn out so well.
Dec
17
revised How do I escape strings which contain byte data in C#?
added 206 characters in body; added 13 characters in body
Dec
17
comment How do I escape strings which contain byte data in C#?
You dont need to escape Base 64, I'm guessing you need to convert them to an image?
Dec
17
answered How do I escape strings which contain byte data in C#?
Dec
16
awarded  Great Answer
Dec
16
revised How to draw a perspective correct grid in 2D
added 4 characters in body
Dec
15
comment can not issue data manipulation statements with executeQuery()
It expects a result set from the DB is what I mean.
Dec
15
answered can not issue data manipulation statements with executeQuery()
Dec
15
accepted WinForm control to list files in a directory
Dec
14
comment Should I be concerned about .NET dictionary speed?
Should? And I meant HashSet<T> I never liked the old HashTables in .Net
Dec
14
revised Should I be concerned about .NET dictionary speed?
added 71 characters in body
Dec
14
answered Should I be concerned about .NET dictionary speed?
Dec
14
comment C# standard class (enumeration?) for Top, Bottom, Left, Right
It's worth nothing that this search could be done using the "object browser" in Visual Studio.
Dec
14
revised Practical limits of SQL-Server database.
edited body
Dec
14
revised Practical limits of SQL-Server database.
added 58 characters in body
Dec
14
answered what version of safari is the iphone os using? (as of 12/14/2009)
Dec
14
answered Practical limits of SQL-Server database.
Dec
14
comment 4-point transform images
The problem is, how do you convert the 4 points into a 3D rotation?
Dec
12
revised How to draw a perspective correct grid in 2D
edited tags
Dec
11
comment What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners!
Some of the best programmers I know started out with just "View Source" in internet explorer. And now can do assembly and C++ with the best of them.
Dec
11
revised Is it a good idea to take an MS Cert Exam?
edited title
Dec
11
answered Are there applications that can crunch numbers directly?
Dec
10
answered WinForm control to list files in a directory
Dec
10
revised Graphically template a .NET winforms application
edited body; edited tags; edited title
Dec
9
comment How do I allow CTRL-V (Paste) on a Winforms Textbox?
I believe Josh confused the | and || operators
Dec
9
comment How do I allow CTRL-V (Paste) on a Winforms Textbox?
@Josh, yes it is. See my comment on the accepted answer.
Dec
9
comment How do I allow CTRL-V (Paste) on a Winforms Textbox?
Bingo. The form itself did not have a menu, but its MDI parent did. It was the default "Edit" menu that the menu bar control provides. I removed the Edit section from the menu and all is back to normal.
Dec
9
comment How do I allow CTRL-V (Paste) on a Winforms Textbox?
A nice work around, but I would have to add code for Cut and Copy as well. I'd prefer to return to default behavior.
Dec
9
revised How do I allow CTRL-V (Paste) on a Winforms Textbox?
added 38 characters in body
Dec
9
comment How do I allow CTRL-V (Paste) on a Winforms Textbox?
I already checked that, it's set to true.
Dec
9
comment How do I allow CTRL-V (Paste) on a Winforms Textbox?
Agreed, I edited the question to reflect that.
Dec
9
comment How do I allow CTRL-V (Paste) on a Winforms Textbox?
thanks, and I edited the question, but this should have been a comment.
Dec
9
asked How do I allow CTRL-V (Paste) on a Winforms Textbox?
Dec
9
comment What’s your most controversial programming opinion?
I definitly have a Love/Hate relationship with JavaScript
Dec
9
answered Is it possible to write a program that extracts a specific melody/beat/rhythm from a specific instument from a mixed wave (or other music format) file?
Dec
8
answered Securely Transferring Users Between Web Sites
Dec
7
comment Is there any way to draw an image to use 4 points rather than 3 (perspective warp).
It is also, unfortunately, not perspective correct