Jason

3,723
Reputation
323 views

Registered User

Name Jason
Member for 1 year
Seen 2 days ago
Website
Location Long Island, NY
Age 36
Nov
19
asked Can I build an addin for Gmail?
Nov
19
comment How to force a particular .resx file to be used in a WPF DLL?
Yes, this is how we are doing it... it works when called from a WPF host, a WinForm host but not from an unmanaged host. Thanks.
Nov
18
asked How to force a particular .resx file to be used in a WPF DLL?
Nov
18
comment Is there a .NET port of Drupal?
Well... that would be ideal, no? That is pretty much what I'm looking for.
Nov
17
comment Is there a .NET port of Drupal?
Thanks... looks really cool, but I need a fully compatible Drupal solution. One day... ;)
Nov
17
asked Is there a .NET port of Drupal?
Nov
17
asked What background colors for pre-2007 toolbars in Office applications should I use?
Nov
17
comment Are there any open source or low-cost online auction software packages available?
Thanks.. but codebase seems to just have addons for eBay... not eBay source. Am I wrong?
Nov
17
asked Are there any open source or low-cost online auction software packages available?
Nov
12
awarded  Notable Question
Nov
10
asked How does Drupal provide an edit/review/publish model?
Nov
9
asked Security a single view (MVC ASP.NET) with Windows authentication?
Nov
6
awarded  Nice Question
Oct
28
comment How do I make a JSONP call with JQuery with Basic Authentication?
If I don't do this in the header, will the user be prompted for the UID/PWD when the JQuery runs?
Oct
28
asked How do I make a JSONP call with JQuery with Basic Authentication?
Oct
28
awarded  Popular Question
Oct
26
revised Microsoft Visual Studio Tools for Office. Is it worth using?
deleted 3 characters in body
Oct
4
awarded  Popular Question
Oct
2
awarded  Nice Question
Sep
22
awarded  Popular Question
Sep
18
awarded  Yearling
Sep
16
comment Which is better to use for a recurring job: Service or Scheduled Task?
Yeah, I would actually have the app run for 5 minutes (do 10 cycles with 30 seconds in between each). It is not critical if it goes longer between running instances... as long as it doesn't run MORE than once every 30 seconds.
Sep
15
asked Which is better to use for a recurring job: Service or Scheduled Task?
Sep
11
awarded  Popular Question
Sep
9
revised How to know if the VBA component of Office is installed?
added 13 characters in body
Sep
9
asked How to know if the VBA component of Office is installed?
Sep
1
awarded  Popular Question
Aug
17
awarded  Popular Question
Jul
27
asked Displaying a progress bar & text in a cell of a data grid (XAML)?
Jul
24
awarded  Popular Question
Jun
21
awarded  Popular Question
Jun
18
comment What is the maximum URL length you can pass to the Wininet function, HttpOpenRequest?
Yes, we are failing around this amount
Jun
18
asked What is the maximum URL length you can pass to the Wininet function, HttpOpenRequest?
Jun
12
comment Are there any good documents or websites that show design guidelines for XAML GUIs?
Thanks... not what I'm looking for, but very helpful nonetheless.
Jun
12
asked Are there any good documents or websites that show design guidelines for XAML GUIs?
Jun
12
asked What strategies are best for storing art assets in SVN?
Jun
11
comment Setting the owner of a dialog box in WinForms and C#?
duh... of course! Sorry about that. ;)
Jun
11
asked Setting the owner of a dialog box in WinForms and C#?
Jun
11
comment What are your experiences with Agilo for Scrum?
Thanks for the response.
Jun
9
comment What are my options for C++ DLL to call a C# DLL?
It is a C++ DLL calling a C# DLL. The C++ is used by another app. I can't alter the interface to the C++ DLL (and therefore managed C++ wrapper around it, is out of the question).
Jun
9
asked What are my options for C++ DLL to call a C# DLL?
Jun
9
awarded  Tumbleweed
Jun
5
comment Calculating the bandwidth between a client and the server?
I understand, but that isn't going to work either. This is an office, and I would have to track all the internet activity, etc...
Jun
5
comment Calculating the bandwidth between a client and the server?
@apandit: Actually, I think we are looking for different things. I'm looking to use my page as the test but I think you want a tool to give you overall production analysis. Am I correct?
Jun
5
comment Calculating the bandwidth between a client and the server?
The problem with this, is that if I continue to do it every 30 seconds, I'm going to inadvertingly kill my bandwidth (it is not great as it is). Ideally, I could be very precise and send a very little bit of payload.
Jun
5
asked Calculating the bandwidth between a client and the server?
Jun
5
awarded  Popular Question
Jun
3
asked Can I configure the VS.NET 2008 IDE to use gcc as a compiler?
Jun
3
asked Communicating with ActiveX with a GCC compiler
Jun
3
revised How to use IDispatch in plain C to call a COM object
edited tags