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...
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...
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]
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...
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.