Re: Application Interface Options for Integration

2012-05-15 Thread Jason Keats
If I were the source system vendor I would be implementing webhooks if I cared at all about integration of my application. http://www.entechsolutions.com/hooks-and-sockets-for-web-apps If I were you I would be asking for webhooks. But, maybe, that's just me. I would probably also look at using

Re: OT: windows environment variables not working

2012-03-10 Thread Jason Keats
If you mean apart from using Tools Internet Options Programs Manage Add-ons Toolbars and Extensions then there is also http://www.nirsoft.net/utils/shexview.html HTH On Sat, Mar 10, 2012 at 7:35 PM, Peter Maddin petermad...@iinet.net.auwrote: Did you follow up on finding which

Re: OT: windows environment variables not working

2012-03-10 Thread Jason Keats
] *On Behalf Of *Jason Keats *Sent:* Saturday, 10 March 2012 5:07 PM *To:* ozDotNet *Subject:* Re: OT: windows environment variables not working ** ** If you mean apart from using Tools Internet Options Programs Manage Add-ons Toolbars and Extensions then there is also http

Re: EF4 and SQLite monitoring

2011-07-18 Thread Jason Keats
http://efprof.com/ ? HTH On 18/07/2011, at 17:09, Greg Keogh g...@mira.net wrote: On a more sensible subject ... I’ve been building an app that uses Entity Framework 4 and SQLite for the data layer. As I reported a few weeks ago, I’m quite happy with the way the two work together. I guess

Re: REST to SugarCRM from .Net

2011-07-03 Thread Jason Keats
I've no experience of SugarCRM, but a quick search turned up: http://www.sugarcrm.com/kb/system/web/soap-in-csharp/ http://code.google.com/p/candywrapper/ My reading of things is that SugarDev.Net was also using PHP ... http://www.sugarforge.org/projects/sugardevtools/ HTH On Sun, Jul 3, 2011

Re: REST call (obvious solution)

2011-06-18 Thread Jason Keats
My guess: http://weblogs.asp.net/wim/archive/2004/04/02/106281.aspx HTH On Sat, Jun 18, 2011 at 1:36 PM, Greg Keogh g...@mira.net wrote: I just realised that I don’t add that extra information manually to the Request, it’s the extra part after the uri. So if I request

Re: COM problems in Visual Studio 2010

2011-04-26 Thread Jason Keats
I tried your code (a week ago) on VS2010, but couldn't get it to fail when running as Administrator on Windows XP 32. What was I doing wrong? :-) On Wed, Apr 20, 2011 at 4:48 PM, Scott Baldwin carpenoctur...@gmail.comwrote: Does anyone know if COM Interop has changed in any way in VS2010? I

Re: COM problems in Visual Studio 2010

2011-04-26 Thread Jason Keats
or on a real XP, but I assume that it does there too). -- Ian Thomas Victoria Park, Western Australia -- *From:* ozdotnet-boun...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Jason Keats *Sent:* Wednesday, April 27

Re: Writing NULL value to MS SQL Database

2011-04-08 Thread Jason Keats
Try vbNull, rather than DBNull.Value. On Fri, Apr 8, 2011 at 9:36 PM, Darron and Kerrie dkpritch...@optusnet.com.au wrote: I have just started programming in VB.net. I am recoding an old VB6.0 program to VB.net, and having a problem with setting a database field back to null. The VB6.0

Re: WPF dialog never displayed

2011-04-08 Thread Jason Keats
There is an alternative: http://code.google.com/p/retlang/ On Wed, Apr 6, 2011 at 1:44 PM, Peter Maddin petermad...@iinet.net.auwrote: I need to display a small wpf windows that shows a progress bar while parsing an xml file and using this to add content to a flowdocument. This is done

Re: WPF dialog never displayed

2011-04-08 Thread Jason Keats
*From:* ozdotnet-boun...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Jason Keats *Sent:* Friday, 8 April 2011 9:21 PM *To:* ozDotNet *Subject:* Re: WPF dialog never displayed There is an alternative: http://code.google.com/p/retlang/ On Wed, Apr 6, 2011 at 1:44

Re: Writing NULL value to MS SQL Database

2011-04-08 Thread Jason Keats
I just tried your example. It had no problem inserting a Null using DBNull.Value. It must be something else causing your problem. Hopefully, I got it right this time - even with a hangover. ;-) On Fri, Apr 8, 2011 at 9:36 PM, Darron and Kerrie dkpritch...@optusnet.com.au wrote: I have just

Re: Attaching event to child controls of UserControl

2011-03-15 Thread Jason Keats
Did you try setting the Form's KeyPreview property to True? I would expect a well-behaved UserControl to handle the ParentChanged event. On Tue, Mar 15, 2011 at 5:22 PM, Michael Ridland rid...@gmail.com wrote: Hi I need to catch a Control-Enter keyboard input on a UserControl and any of

Re: UDP Broadcasting

2010-12-13 Thread Jason Keats
I'd try the following: http://stackoverflow.com/questions/1096142/broadcasting-udp-message-to-all-the-available-network-cards http://snipplr.com/view/28192/bind-a-socket-including-udpclient-and-tcpclient-to-a-local-network-interface-card-nic/ HTH On Mon, Dec 13, 2010 at 5:56 PM, Greg Keogh

Re: [OT] VBScript return string runtime error

2010-11-29 Thread Jason Keats
I believe that wrapping a parameter in parentheses forces it to be passed ByVal - even if you've coded ByRef. And, in VBScript, everything is a Variant (not quite the same thing as an Object) - so you may have to use CVar occasionally. On Mon, Nov 29, 2010 at 8:32 PM, Mark Hurd

Re: OT - Mathematical computing

2010-07-30 Thread Jason Keats
I came across Sage http://sagemath.org/ the other day. It's trying to be an open source alternative to programs like Mathematica - using Python to glue together a collection of libraries. It's been about 15 years since I last played with any mathematical software - in a previous life as a maths