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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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...
  16. RookPSU

    Dell 17inch LCD - Dimension - WHITE SCREEN

    My sister was having a problem with her year old LCD flat panel monitor. It seemed one day the screen just turned white. If you would turn it off and then on, it would power back up with a white screen. I know it's the monitor as I hooked it up to several computers, white screen all around...
  17. RookPSU

    New Motherboard Boot Issues

    Drives are set up as master/slave. HD's are set into IDE 0 as primary master/slave. DVD-RW Drive is set to primary master on IDE 1. Power supply is a brand new Altec 430. I'm not sure about the IDE setup although I would assume if one was set to off then the DVD drive would fail to run at all...
  18. RookPSU

    New Motherboard Boot Issues

    I recently began to put together a PC for a friend of mine. All parts were brand new although they were all purchased from seperate vendors. I used an AsRock MB (maybe my first mistake) only because it was economical and I built a PC on one earler this year without a problem. Everything...
  19. RookPSU

    Running Access Query which calls Linked SQL Server tables

    I have a standalone application that I need to call an access query. It is a make table query which calls about 20 other queries which in turn reference linked SQL Server tables. Everytime I try to execute my command I receive an error: ODBC--Connection to 'SQL ServerBOBRKSQL' failed...
  20. RookPSU

    VB App Code Running Faster then Web Page Im trying to autonavigate.

    I created a VB "screen scrape" application that programmatically navigates a website in effort to extract data from a page that is a few links deep. The problem is the code obviously runs 10 times faster then that browser so the app ends up running page 4 code on page 2 because the...

Part and Inventory Search

Back
Top