Jon Tackabury

4,441
Reputation
306 views

Registered User

Name Jon Tackabury
Member for 1 year
Seen 3 hours ago
Website
Location Canada
Age 29
I'm a software developer living in Canada. I work with .NET on a daily basis, but dabble in anything else I can get my hands on.
Nov
16
awarded  Popular Question
Nov
16
awarded  Popular Question
Nov
4
awarded  Popular Question
Nov
2
answered TODO: comments are not showing up in the Task List
Nov
2
awarded  Taxonomist
Nov
2
accepted WinForms Volume Slider/Trackbar User Control
Oct
2
comment When is mono a good choice over .net?
+1 for the ".NET-esque" comment. It isn't 100% the same as the Microsoft .NET Framework, but it's pretty close.
Sep
28
accepted WMI error with a simple query in C#
Sep
25
awarded  Notable Question
Sep
24
answered WMI error with a simple query in C#
Sep
24
asked WMI error with a simple query in C#
Sep
22
comment Starting a new process with arguments
This won't work with paths that have a space in them.
Sep
22
asked Starting a new process with arguments
Sep
16
awarded  Popular Question
Sep
11
comment Retrieving Delphi Window Handles
Thanks, I was afraid of that. :(
Sep
11
asked Retrieving Delphi Window Handles
Sep
10
awarded  Notable Question
Sep
8
comment Visual Studio 2008 error while debugging an app with “uiAccess=true” in the manifest
I am running VS as an administrator using the technique you described. This isn't a prompt asking me if I want to run the application, VS is telling me it can't run it and not providing any more information.
Sep
4
answered StreamWriter not writing to an existing file
Sep
3
comment what are the biggest software project in .NET?
@Jeff: Is there really 1 "right" answer to this question? I doubt that.
Sep
3
comment what are the biggest software project in .NET?
Big can mean just about anything. His question is very vague, so I took "big" to mean popular/high traffic.
Sep
3
answered what are the biggest software project in .NET?
Sep
3
comment what are the biggest software project in .NET?
You need to be more specific in your question, and this should definitely be a wiki question.
Sep
3
revised Visual Studio 2008 error while debugging an app with “uiAccess=true” in the manifest
deleted 6 characters in body; edited title
Sep
3
comment Convert TLB file to assembly with custom assembly information
Those options are definitely not in the VS2008 version. Do you know if an assembly generated with the 2010 version of tlbimp will work with a VS2008 app?
Sep
3
asked Convert TLB file to assembly with custom assembly information
Sep
3
asked How to modify an assembly’s version number after build?
Sep
2
comment Transparent Winform with image
That's true, but I needed something that was backwards compatible with Windows XP.
Sep
2
comment Stored Procedures vs Parameterized Queries
As a follow-up, I tend to prefer parameterized queries only because I find them easier to maintain. This is just personal preference though, and YMMV.
Sep
2
accepted Transparent Winform with image
Sep
2
answered Transparent Winform with image
Sep
2
comment Show only most recent date from joined MySQL table
@Gorgapor: Good call, I've updated the title.
Sep
2
revised Show only most recent date from joined MySQL table
updated title
Sep
2
comment Show only most recent date from joined MySQL table
Would this query work when there are no content records for a document? I would still like it to list the document, and just return null for the dateAdded and content fields.
Sep
2
revised Show only most recent date from joined MySQL table
edited tags; edited title
Sep
2
comment Show only most recent date from joined MySQL table
Thanks for the name. Whenever I have a SQL question, I never know what to Google for, which makes it more difficult to find a solution. :)
Sep
2
comment Show only most recent date from joined MySQL table
Is it possible to return documents that have no associated content records yet by changing this to an outer join, or will that change the behaviour? Also, can this return the contentID and content fields as well by including them in the select, or will that mess it up?
Sep
2
asked Show only most recent date from joined MySQL table
Sep
2
awarded  Popular Question
Sep
1
comment Visual Studio 2008 error while debugging an app with “uiAccess=true” in the manifest
Is anyone willing/able to reproduce this problem? I would love to know if it's just me, or if it's an actual issue with VS2008.
Aug
27
comment How to access a document’s HTML in Firefox using IAccessible
I solved it using the first example here, and recursively processing each node until we reach an HTML node. Then the innerHTML call will succeed.
Aug
27
awarded  Popular Question
Aug
26
asked Visual Studio 2008 error while debugging an app with “uiAccess=true” in the manifest
Aug
26
comment How to access a document’s HTML in Firefox using IAccessible
I'm not linking against the xulrunner libraries, I'm using the objects generated from the supplied .IDL files. I used MIDL to generate the .H files from the .IDL. I'm wondering if maybe the IID_ISimpleDOMNode value in the .H files is wrong, but I'm not sure how to verify it.
Aug
24
comment Troubleshooting an infinite redirect in a web application
LiveHTTPHeaders is exactly what I was looking for - thanks!
Aug
24
asked Troubleshooting an infinite redirect in a web application
Aug
24
answered Can i use Paint.NET API to embedd it in Winforms application?
Aug
24
awarded  Nice Question
Aug
21
answered How to access a document’s HTML in Firefox using IAccessible
Aug
20
comment Convert Interface IDL file to C#
Something usable in C#. Something that will compile.