Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RookPSU

  1. RookPSU

    Flex Data Retrieval and Object Creation -- Help!!

    Here's the situation... I pull customer records from a server, say 10,000. I use a proprietary framework to do so. I essentially call a query built into the framework and in a matter of time I'll have, say, a nice ArrayCollection filled with 10,000 customerDTO objects... the only problem is...
  2. RookPSU

    I can't think of the word...

    I think the word I was going for was isomorphic. I appreciate you all chiming in though.
  3. RookPSU

    I can't think of the word...

    It's a system design property. It's also an adjective, not a noun.
  4. RookPSU

    I can't think of the word...

    Does anyone know the fancy engineering term for an API or system that despite having a separate structure or form accurately replicates or provides the EXACT same functionality set as the application or system it is modeled against? I may have even butchered the definition but the term has...
  5. RookPSU

    Shared COM Interop

    I'm not sure the correct way to go about this. I have a .NET solution comprised of an .exe and a .dll project. Both of these projects reference the same two COM .dll's and therefore create two different sets of Interop files which are created under their respective project root directories...
  6. RookPSU

    Strong Name / Authenticode COM .DLL

    I just strong named the Interop's and authenticoded both. I appreciate the help though.
  7. RookPSU

    Strong Name / Authenticode COM .DLL

    I've been working with .NET for a while but i've never had to utilize the GAC or work with strong names much. Long story short, I have 2 legacy COM libraries written in VB6 (one that references the other) that a vendor recently purchased. They came back however and said that they saw a...
  8. RookPSU

    Alternative for ANSI-SQL INTERSECT in Jet

    Below are two queries which if combined with a UNION give me all customers who are overdue OR have purchased Floor Plans. I need to modify this query to pull all customers which are Overdue AND have purchased floor plans. The ANSI-SQL Intersect command would work perfectly however I am unsure...
  9. RookPSU

    Communicate with OL COM Add-In from disparate process (standalone exe)

    So I have a Outlook Com Add-In and from an external standalone application I want to send a message to it forcing it to invoke a certain process. Is this possible. Normally I would just subclass the target application and send it a Win32 API message but in this case the process is running...
  10. RookPSU

    WebServices - Client-Side COM.DLL deployment.

    Still new to .NET and especially WebServices I am slowly stepping through a little service piece I put together. What is the .NET equivilant to a client side ActiveX control and what's the standard way of deploying it. Can you initiate a client side install via a WebService or will it have to...
  11. RookPSU

    Remove icon from VB6 form but leave Close

    I preface by saying I genuinely appreciate PS42's contributions however the are in a sense "work arounds" which, while coming close, don't achieve the appearance I am looking for. I'm confident because I've seen the form presentation before.
  12. RookPSU

    Remove icon from VB6 form but leave Close

    Thanks, but I'm confident there is a legitimate way to achieve this. I don't want the thin border style nor do I want the form title to be seemingly indented due to a transparent icon.
  13. RookPSU

    Remove icon from VB6 form but leave Close

    How do you achieve this? I want to remove the icon from my VB6 form without removing the control box, specifically the close (X) button. API Call?
  14. RookPSU

    Create VB6 Merge Module using VS.NET Setup & Deployment?

    I have a VB6 project that I need to encapsulate in a merge module. The VS.NET setup is the only app I have that provides that functionality. Can I use it even though my VB6 project contains no .NET elements whatsoever?
  15. RookPSU

    .NET Com Interop Deployment

    I have a .NET application which runs off of a handful of .NET assemblies (.dll's), each of which - more or less - facilitate a common group of several of my own COM dll's. (And to make things worse, some of those COM dll's reference other COM dll's within that group as well). The combination...

Part and Inventory Search

Back
Top