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...
...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) socket.
buf...
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.
But I want to use direct writing because I need to put about 100000 records at once. As you can see it will take about few day to complete this operation...
I need to find fastest way to do that.
Anyway, thanks for example.
Good way it is create procedures in OCX and attach it to you project. So you will able execute code before your form loaded and after it already unloaded
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
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.