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 wOOdy-Soft 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: lsugirl
  • Content: Threads
  • Order by date
  1. lsugirl

    CreateProcessWithLogonW example

    Does anyone have a good CreateProcessWithLogonW example for registering a dll as an admin a machine? I am not a FoxPro programmer. here is what I have so far but I'm getting a type mismatch error on the "CreateProcessWithLogonW" call. ******************* ******************* #define...
  2. lsugirl

    Access to registry denied

    I'm trying to register a .net dll in Foxpro 6. The user that is logged unto his machine doesn't have access to register. Sooo, I was going to use CreateProcessWithLogonW to register based on an admin. #1) does anyone have a good example of CreateProcessWithLogonW Foxpro use? I am not a...
  3. lsugirl

    Setting up SSL

    Does anyone have any good examples of setting up SSL with an external website? I have a C# dll that is communicating with an external site. Do I create some type of certificate? Do I create a web service? Where to start? Thanks in advance.
  4. lsugirl

    HttpWebResponse with internal proxy

    I have an internal proxy that is using an username/password but I need to go to a site that requires a username/password. I'm trying to create the correct HttpWebResponse to handle this situation. Does anyone have any examples? I need a web request to go through my proxy server and log into...
  5. lsugirl

    HttpWebResponse use in DLL returning "bad request" error

    I created a C# dll that get quote information from an external site. The url that is generated works through a regular browser but then I use the DLL (from an old FoxPro app), I get a "The remote server returned an error: (400) Bad Request." error. Here is the code I'm using in the DLL...
  6. lsugirl

    How do I access a new DLL in Foxpro 6?

    I am NOT a FoxPro programmer and need some help. I created a new C# dll to handle some web requests for an old FoxPro application. The existing DLL no longer worked and they didn't have the source code. So, now i have this new DLL that I which to intergrate into FoxPro. I need to have 4...

Part and Inventory Search

Back
Top