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 Wanet Telecoms Ltd 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: *

  • Users: RealQuiet
  • Content: Threads
  • Order by date
  1. RealQuiet

    WCF Messaging Hub Serialization/Deserialization

    We have a WCF messaging hub. A publisher sends a message object to a method on the service, and the service distributes the message to subscribed recipients. The message object includes a MessageData property of type object. We have defined an class to which the publisher and subscribers...
  2. RealQuiet

    Role Based Security - DB Authentication

    I am trying to limit access to certain areas of my site based on roles. I am not using Windows Authentication (not practical in this situation), and I'm running into some problems. I authenticate the login info against a database, retrieving associated roles for that user, and then creating a...
  3. RealQuiet

    ASPNET Process Problem

    I have a web application that must send a request to a web site via SSL with a client certificate. I have written the code for this, but I get an error saying that a trust relationship could not be established. If I put the same code in a Windows app, it works great. I have done some...
  4. RealQuiet

    Launching external program from Service

    I have a Windows service that monitors a directory for a file. When the file arrives, I need to launch Access and do some things with that file through a macro. I am successful at doing this from a command line, but something goes wrong when I incorporate this into the service. I am using...
  5. RealQuiet

    Underscored AccessKey on Button

    How can I underline the accesskey on a web forms button? I am looking for something similar to the old "E&xit", but it takes the "&" literally.
  6. RealQuiet

    VB Code using ADO Returning Too Many Records

    I am using Access 2000 and have a stored query which is a union of three other queries. When I just run the query, it gives me the results I expect. However, in a code module using ADO, it is returning more records than just running the query manually. If I change the code to use a DAO...
  7. RealQuiet

    .Net Late Binding Forms

    I am writing an MDI application that dynamically builds a menu structure from a database. In order to do this, I need to late bind the child forms based on the menu information in the database. This is what I have so far. Dim frmTemp as New Object Dim asTest as System.Reflection.Assembly...
  8. RealQuiet

    Help! Search Optimization For Large Table in SQL 2000

    I have an application that lets the user search an account table by name. The search can be performed with "Begins With" or "Containing" Clauses. The Top 100 search results are returned to the form and are narrowed down as the user types additional characters. I am using...

Part and Inventory Search

Back
Top