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...
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...
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...
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...
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...
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...
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...
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.
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.
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?
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.