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...
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)...
Actually this way not always works correctly...
If I did I would use something other
For C++ from MSDN:
while ( bDoingBackgroundProcessing )
{
MSG msg;
while ( ::PeekMessage( &msg, NULL, 0, 0, PM_NOREMOVE ) )
{
if ( !PumpMessage( ) )
{...
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
I completed converter GFA->XLS (like vector graphic (report) - 1C bookkeeper program). I have used Excel object model. I have done program, but person who asked me to write it sad that it is too slowly !
Do something to increase speed !! I am looking...
Johnwm, thanks for your help,
Don't be angry with me, I am asking not to reject all suggestions, I am just looking for optimal solution..
I want to use more then one row (65535*256) * sheets = 10000000... cells
Actually I am looking for ref. to complete XLS engine if so exist.
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.