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 TouchToneTommy 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: cmitzel
  • Content: Threads
  • Order by date
  1. cmitzel

    Transparent ActiveX Control Repaint Problem

    I have created a new ActiveX project with one control. It is currently nothing more than the wizard generated code VC++ gave me. I have specified a "windowless" control. When resizing the control, the VB window my control is sitting on does not repaint anything and I am left with...
  2. cmitzel

    vb.net - can't use https protocol to retrieve web page

    I am trying to access a web page with the https protocol. Here's my code: Dim http As System.Net.HttpWebRequest Dim strm As System.IO.Stream http = System.Net.HttpWebRequest.Create("https://secure.website.com") strm = http.GetResponse.GetResponseStream And here's the message I...
  3. cmitzel

    Create a new class based on CObject with the ClassWizard

    I am trying to create a new class in the ClassWizard. I just want the base class to be CObject, but that doesn't seem to be an option in the list. [sad] Can someone please help? Thanx, Chris [3eyes]
  4. cmitzel

    Detect SSL Encryption Level?

    I am looking for a way to detect the SSL encryption level in my cgi script (perl, using CGI object) so that I may reject any client that isn't able to connect at the strongest level of encryption available. So far I have been able to figure out that SSL is active, but not at what strength...

Part and Inventory Search

Back
Top