ChristianLinnell
|
Registered User
|
|
|
Nov 23 |
awarded | ● Necromancer |
|
Nov 16 |
comment |
404 & 501 errors with Microsoft’s Web Application Stress Tool +1. Solved my problem. Not sure how I missed that. |
|
Nov 12 |
answered | Get SYSTEM temp folder? |
|
Sep 9 |
asked | Custom sort-order in a database |
|
Aug 25 |
comment |
Outputting a GUID in VBScript ignores all text after it Ohh thank god somebody already had this. |
|
Aug 18 |
answered | Worst UI You’ve Ever Used |
|
Aug 18 |
comment |
Funny CSV format help Oh, that's very nice. |
|
Aug 18 |
comment |
Funny CSV format help I imagine half the world's software is based on non-duplication of GUIDs. Plus, the fields are not intended for GUIDs so every-day non-experimental/malicious behaviour will not result in GUIDs being entered. |
|
Aug 18 |
comment |
Funny CSV format help Yes - that's where the data is headed. |
|
Aug 18 |
comment |
Funny CSV format help Yes, but the standard for CSV is to wrap the whole field in quotes if that field contains the separator character. Escaping the character like that is non-standard and I'm hoping my parsing method will be enough to handle it. |
|
Aug 18 |
asked | Funny CSV format help |
|
Aug 7 |
comment |
What is Ruby on Rails? +1. I thought this was supposed to be a programming wiki, containing all questions from the generalised and mundane to the specific and complex. This fits right in here regardless of Jeremy's Googling ability. |
|
Jul 20 |
revised |
Array Homework Question edited tags |
|
Jul 16 |
comment |
change image I agree with Blixt. Unless your filenames are sensible enough that you could drop them in the alt text instead. |
|
Jul 16 |
comment |
change image wonders about the alt text... |
|
Jul 16 |
comment |
change image Ah but you have code :-) |
|
Jul 16 |
answered | change image |
|
Jul 9 |
answered | Next Steps After Being Fired? |
|
Jul 7 |
comment |
Why are iframes so slow? Do you see the same behaviour in more than one browser? |
|
Jul 7 |
awarded | ● Organizer |
|
Jul 7 |
comment |
What does this little bit of x86 doing with cr3? Well I can certainly relate to that! |
|
Jul 7 |
comment |
What does this little bit of x86 doing with cr3? I'm not saying your reasons for editing were wrong, I'm saying your edit could have been more useful. I'm also saying you should stop worrying so much and be happy. But alas this is not the place for this discussion, so I'll stop hitting F5. |
|
Jul 7 |
comment |
What does this little bit of x86 doing with cr3? I'm usually not one for personal attacks, but such a prude at 25? Lighten up! |
|
Jul 7 |
comment |
What does this little bit of x86 doing with cr3? I don't think [edited for content] is a valid edit. Maybe rephrasing the sentence would be apt? Especially as the majority of SO users (I'm willing to bet) wouldn't mind the original phrasing. |
|
Jul 7 |
comment |
What does this little bit of x86 doing with cr3? +1 - it's an interesting question. |
|
Jul 4 |
comment |
easy language What's the question? |
|
Jul 3 |
comment |
Listbox not completely vanishing on hide Agreed, but the behaviour is still detectable with as little as a 50ms wait time. |
|
Jul 3 |
comment |
Listbox not completely vanishing on hide doSomething only takes a second or so to run, but it updates GUI controls so it can't be in another thread sadly. You're right though - it's weird behaviour. |
|
Jul 3 |
comment |
Listbox not completely vanishing on hide Bingo. I couldn't find a Refresh method on the form object so I gave up looking. Thanks for that. |
|
Jul 3 |
asked | Listbox not completely vanishing on hide |
|
Jul 3 |
comment |
Action the keypress method after the key is typed When KeyUp is fired the textbox already has the pressed character included. I suppose I could just concatenate the textbox string and keychar in KeyPress just so the code processes the correct value. |
|
Jul 2 |
asked | Action the keypress method after the key is typed |
|
Jun 29 |
comment |
Recordset only returning 1000 records I'm pretty sure you can set it from the query - I've done it using VBScript with command.Execute before. It's just I couldn't get that working. |
|
Jun 29 |
comment |
Recordset only returning 1000 records One of those appears to refer to OLEDB, which I may have to switch to... the other seems to be a registry thing which sadly isn't an option. |
|
Jun 29 |
asked | Recordset only returning 1000 records |
|
Jun 29 |
revised |
How do I find the index of an undefined string in a List<T> modified title |
|
Jun 26 |
awarded |
● |
|
Jun 20 |
comment |
Programming Riddle: Counting down without subtracting. Yeah but he's a cheeky bastard! |
|
Jun 17 |
accepted | Is it possible to pass an executable to an MS-DOS program? |
|
Jun 17 |
answered | Providing open source support from stackoverflow.com |
|
Jun 15 |
comment |
C# Code optimization I think the question is valid in its generalised form. I find arul's answer interesting. |
|
Jun 13 |
answered | Is there too much Magic with Rails for a beginner? |
|
Jun 12 |
answered | Do you update ancient code comments that are wrong? |
|
Jun 12 |
comment |
How do I find the index of an undefined string in a List<T> Beautiful mate, thanks! Looking forward to my 3.0 upgrade so I can use those lambdas. |
|
Jun 12 |
asked | How do I find the index of an undefined string in a List<T> |
|
Jun 11 |
asked | Find out what class invoked a method |
|
Jun 11 |
answered | Is it possible to pass an executable to an MS-DOS program? |
|
Jun 10 |
comment |
Linked Access DB “record has been changed by another user” That's actually pretty much the solution I tried. I saved the record right after the sequence number was calculated. But any field changes after that cause the error during the update. I even did a Me.Refresh and it didn't work. Hell I even stored the ID, did a Me.Requery and then moved back to that ID and that didn't work either. Same error! |
|
Jun 10 |
accepted | How do I check a MySQL column to make sure it contains a value? |
|
Jun 10 |
revised |
How do I check a MySQL column to make sure it contains a value? added 56 characters in body |
