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 briby

  1. briby

    Using Excel Functions from C#

    Thanks for that - I'd found some stuff previously todo with calling the worksheetfunctions but that given me a steer on how to actually get the reference. I'm still hoping to find some code that'll do it without Excel as obv. I'd rather not have to install it on the web server. Cheers
  2. briby

    Using Excel Functions from C#

    Hi there I'm a relative new comer to .net, I have a project that is taking some calculations that are done in a spreadsheet and coding them in c#. No problem I'll just use the Math library I thought ... Except no NORMSDIST and no NORMSINV. I believe you can access these Excel functions...
  3. briby

    Checking SSL issuer

    Hi there Doing a program that is transfering data over an SSL connection (where the server issues the certificate) What I want the client program to do is check that the SSL certificate is from who it should be from (to prevent possible man in the middle attacks). How can I do this? I thought...
  4. briby

    SSL Caching problem?

    Sorry I meant caching of ssl pages is turned off
  5. briby

    SSL Caching problem?

    It's already turned off - no joy
  6. briby

    Creating an Internet Connection

    Hi there! Working on a program that will connect to the internet and am having a problem. I am detecting whether they have internet setup etc with - InternetGetConnectedState(@dwConnectionTypes, 0); - and then checking the contents of dwConnectionTypes for various values and then following this...
  7. briby

    SSL Caching problem?

    Hi, I have a bit of a strange problem. We have a web site in development which is using Digest Authentication & SSL. We have a hardware load balancer infront of the web servers but it also ensures that for the lifetime of a connection that a user's machine will hit the same web server...
  8. briby

    Efficient Queries on DB2/400

    Hi, I am a PC programmer so pardon my lack of DB2/AS400 knowledge - I'm trying to learn. I am currently trying to increase the performance of a client/server application we have written in Delphi and running queries against the DB2 tables on our iSeries. An example of a query used by the...
  9. briby

    Failing ActiveX Script Task

    Just in case anyone else out there has hit this problem The problem was to do with the version of vbscript.dll on the server - this was from IE4 but the code was using features from the IE5.5 version.
  10. briby

    Failing ActiveX Script Task

    Hi there, I'm hoping somebody may be able to give me a clue on this one. I have a DTS package that does a simple bit of VBScript which is checking for a file existing. This works fine when I run it on my PC under my user profile but it fails when it runs on the server. The line it complains...
  11. briby

    Routing mail to an external database?

    It's not actually ALL mail that we want to go to one mailbox - it's only mail that matches a particular format, e.g clientABC@ourclients.com would go to this mailbox whereas clientABC@yahoo.com would go out via the normal route (routed to the exchange server at our parent company which actually...
  12. briby

    Routing mail to an external database?

    Thanks for the the reply What we want is for all the client directed email to be routed to a single mailbox which an external application can pick-up and distribute to the clients (our clients dial-up to us directly to pickup their information). We also need a mechanism for updating the client...
  13. briby

    Routing mail to an external database?

    Hi, we currently use Lotus Notes for internal email. Our clients have an application that allows them to send email to us via a proprietary format which gets loaded into Notes by a simple delphi application and thereby gets sent to the internal user. The internal new mail form has a link to...

Part and Inventory Search

Back
Top