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

    Calling recvfrom() is failed... why?

    Private Declare Function recvfrom Lib "ws2_32.dll" (ByVal s As Long, ByVal buf As String, ByVal lLen As Long, ByVal flags As Long, ByRef from As sockaddr, ByRef fromlen As Long) As Long This API can not be called from VB... why did I get genegal protection error? Does anybody can show...
  2. TJNweb

    Is it impossible to use sendto in VB?

    Hello, I have question aboute sendto function with Socket. in msdn: ######################################################## int sendto( SOCKET s, const char* buf, int len, int flags, const struct sockaddr* to, int tolen ); s [in] Descriptor identifying a (possibly connected)...
  3. TJNweb

    How can I determine codec of video?

    Hello, my question is: How can I get information about video format (rate, length, name of codec,..) Is any concrete ideas? Thanks in advance, Juri tjn.web@mail.ee
  4. TJNweb

    EXCEL direct read/write

    Hello, Does anybody worked with Excel directly (no DDE/OLE). I am sure that somebody allredy has EXCEL engine for fast read/write xls files.. I will be gratefull for any links and examples (raw description of xls format is not enought..) tjn.web@mail.ee
  5. TJNweb

    Command line of specified process

    Does anybody can help me to get command line of the specified process or give any idea how to do this? Thanks in advance
  6. TJNweb

    Command line of specified process

    Does anybody can help me to get command line of the specified process or give any idea how to do this? Thanks in advance

Part and Inventory Search

Back
Top