Dave

765
reputation
298 views

Registered User

name Dave
member for 1 year
seen Dec 8 at 22:18
website
location Chapel Hill, NC
age 34
Stock trader
2h
awarded  Popular Question
Dec
8
awarded  Popular Question
Nov
26
awarded  Popular Question
Nov
7
awarded  Yearling
Oct
22
asked SQL Query to Show If Two Users in Same Group
Oct
21
comment Hosting YUI in SSL Site - IE Errors
do you know if there's a utility to mirror every image that's referenced in a CSS file?
Oct
21
asked Hosting YUI in SSL Site - IE Errors
Sep
30
comment SQL Query to Find Largest “Drawdown” in Table of Financial Transactions
I added a link to an image that shows a line graph that should make it easier to follow.
Sep
30
revised SQL Query to Find Largest “Drawdown” in Table of Financial Transactions
added 201 characters in body
Sep
30
revised SQL Query to Find Largest “Drawdown” in Table of Financial Transactions
added 200 characters in body
Sep
30
asked SQL Query to Find Largest “Drawdown” in Table of Financial Transactions
Sep
30
comment Location Coordinates On Computer Showing X=-32000, Y=-32000
Thanks, Jon. Can you point me to a URL the explains how you're using Program.AppSettings? I don't have AppSettings underneath my Program object.
Sep
29
comment Error Connecting to Third Party App via COM: mscorlib Exception from HRESULT: 0x80040202
Edited question with: The error occurs just before the app adds some event handlers to some of the COM objects from the third party app. It is able to successfully instantiate the objects, though.
Sep
29
revised Error Connecting to Third Party App via COM: mscorlib Exception from HRESULT: 0x80040202
Added more details on exactly when occurring.
Sep
29
asked Error Connecting to Third Party App via COM: mscorlib Exception from HRESULT: 0x80040202
Sep
25
comment Location Coordinates On Computer Showing X=-32000, Y=-32000
How would I detect the non-minimized coordinates?
Sep
25
asked Location Coordinates On Computer Showing X=-32000, Y=-32000
Sep
18
asked Why is my .zip file corrupted after an HTTP file upload?
Sep
4
comment Change Control Types (but not names) on Form with Minimal Impact
I was hoping to avoid that. ;-)
Sep
4
asked Change Control Types (but not names) on Form with Minimal Impact
Aug
28
asked Why is Databinding for a CheckedListBox “Hidden”?
Aug
24
asked How to Decide Whether To DataBind a Control or Not?
Aug
21
comment Passing Argument To Method that Requires “ref System.Array”
@Vinay - yes, it's the Sterling API. I get this when I try to do what you've described: The best overloaded method match for 'SterlingLib.ISTIPosition.GetPositionList(ref System.Array)' has some invalid arguments and Argument '1': cannot convert from 'ref SterlingLib.structSTIPositionUpdate[]' to 'ref System.Array'
Aug
21
asked Passing Argument To Method that Requires “ref System.Array”
Aug
14
comment Make an Existing Windows Form Inheritable
This works great. How can I override a method on the parent form?
Aug
14
comment Invalid Variant Operation Exception Trying to Access OleVariant in Delphi - Works in C#
I just updated the post and added the full definition of the structVTIQSnap from the _TLB.pas file. I assume that is what you mean?
Aug
14
revised Invalid Variant Operation Exception Trying to Access OleVariant in Delphi - Works in C#
Added full definition of structVTIQSnap
Aug
14
comment Invalid Variant Operation Exception Trying to Access OleVariant in Delphi - Works in C#
The TLB importer imports it as a "packed record", but the values are weird unless I modify it to be a "record". BTW, my .NET app can access the data fine without crashes. Any way to examine how VS imported it and see how the type should be defined? I also thought about seeing if Delphi 2009 might import it properly - think that's worth it?
Aug
14
comment Make an Existing Windows Form Inheritable
@Stephen - I've created a new Windows Forms Control Library" to my existing project and dragged (moved) a form to it. How do I access it from the existing project now?
Aug
13
asked Make an Existing Windows Form Inheritable
Aug
13
comment Invalid Variant Operation Exception Trying to Access OleVariant in Delphi - Works in C#
@TOndrej: This mostly works, although the program that we're comm. with crashes consistently although not right away. Their support has narrowed it down to this section of their code. It seems like this might be the culprit, although this section of code executes dozens and dozens of times successfully before the program eventually crashes. Any ideas?
Jul
7
revised New Version of Third Party COM DLL - How to Install and Keep Old Versions in Delphi?
Added more info on DLL usage.
Jul
7
comment New Version of Third Party COM DLL - How to Install and Keep Old Versions in Delphi?
Yes, Lars. That's what I'm trying to do.
Jul
7
asked New Version of Third Party COM DLL - How to Install and Keep Old Versions in Delphi?
Jul
7
awarded  Popular Question
Jun
30
asked Create a C# DLL That Can Be Imported in a Delphi App Using stdcall - Possible?
Jun
27
awarded  Popular Question
Jun
25
comment Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi App
Yes, the vendor is not very helpful at all here. I'm more than happy to admit a mistake if I find it. What are the chances that the third party app doesn't handle the "multi-threadedness" of my DLL? Is it possible it simply doesn't have the capabilities to handle it properly?
Jun
25
comment Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi App
Samuel - is there way way to tell if this is occurring in my situation?
Jun
25
comment Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi App
I'm running EurekaLog in the DLL and it's not raising an exception when the third party app crashes. As far as I can tell it's not being notified at all when it crashes.
Jun
25
asked Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi App
Jun
25
accepted App That Uses SDK BSODs in Delphi 2007 But Works in C#