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 seyed

  1. seyed

    Winsock Control

    Hi,<br> <br> No this doesn't work. The MS Winsock control cannot be used like this.<br> <br> To confirm try it and you get errors about the object no being initialised when trying to access its methods/properties.<br> <br> However, I have a Class module that does this now and I'll mail to...
  2. seyed

    Winsock Control

    Its ok I've fixed the problem by using the winsock.dll directly.<br> <br> If anyone wants a Class module that does mail me: seyed@mailandnews.com
  3. seyed

    Converting BSTR's to char *

    Try something like:<br> <br> USING_CONVERSION;<br> TCHAR* myStr = W2A(yourBSTR);<br> <br> Look up W2A and other ATL &quot;string conversion macros&quot; under the MSDN.
  4. seyed

    Opening Applications with VB

    Shell(PathName, WindowStyle) As Double<br> <br> The return should be zero if successful.
  5. seyed

    Replication over web

    Hmmm. Not entirely sure whether there is something more specific but heres a couple of ways I can think of:<br> <br> 1. Ensure the SQL7 database uses TCP/IP and create a DSN entry on the machine with the Access database. Then simply use ADO to perform the synchronisation from your VB app (make...
  6. seyed

    NTFS Security for ASP pages on a Web Server ???!!

    If you want to restrict access to parts of the same website there are several ways to do it depending on some factors:<br> <br> 1. NT Challenge / Response:<br> If potential viewers will use NT machines only, implement standard NTFS security on the directory (or even specific files), go to the...
  7. seyed

    Winsock Control

    Hi,<br> <br> Can the winsock control be used in a Class module? If not, can I still (somehow) use it in an ActiveX DLL? And if not can someone tell me where / how / what I can use to make TCP/IP connections to a server from an ActiveX DLL.<br> <br> TIA.<br> <br> Seyed.
  8. seyed

    Stupid but how do I get version information on COM object

    Basically I want to know the current version of a ATL Object from within the object.
  9. seyed

    Winsock Control

    Hi,<br> <br> Can the winsock control be used in a Class module? If not, can I still (somehow) use it in an ActiveX DLL? And if not can someone tell me where / how / what I can use to make TCP/IP connections to a server from an ActiveX DLL.<br> <br> TIA.<br> <br> Seyed.

Part and Inventory Search

Back
Top