Search:
Type: Posts; User: akgalp
Search :
Search took 0.03 seconds.
can anyone here have help on this?
http://www.codeguru.com/forum/showthread.php?t=500181
Hi All,
We need to to develop a Silverlight client which is to be connected to a c++ server. The server already have a native client and the communication is done in binary( internally a sequence...
Thanks for the reply
The up key event is generated, but is not captured by the hooked app. only down event is captured.
Hi gurus,
my problem is related to keyboard event synthesis on an application which uses low level keyboard hooking.
application A uses LL hook to capture the function keys and posts messages...
October 7th, 2009 07:02 AM
Hi All,
Please see the attachement.
What is the API for getting the range of year value.
It seems GetLocaleInfo doesn not return that.
Thanks in advance
September 9th, 2009 08:09 PM
yes, but this woudn't capture directx rendered images, and that's why we turned to WME.
any help on this part?
September 9th, 2009 07:52 AM
thanks
The 'fast' is around 15-20fps ..
yes that i understand. but how to get raw data using WME?
September 9th, 2009 05:26 AM
Hi gurus,
I have used windows media apis to capture desktop and store as movie files.
now i need to capture desktop screen using media apis, but need the output as bmps ( not as movie files, but...
Ok thanks, i'l have a look at it, and possibly return ;)
Hi gurus.
i'm trying to use a named pipe instead of a file in a c# app:
the c# app is expected to act as a client. and i have a c++ app running as server.
the c# app original expected a file...
Hello gurus.
I'm trying to capture video from webcam.
My aim is to capture the stream and send it to another program.
I started with the "DxPropPages" sample available with directshow.net...
December 30th, 2008 11:56 PM
December 30th, 2008 12:31 AM
i modified the code to use win api
for( int nProj = 0; nProj < g_params->nTotal_Projections; ++ nProj)
{
//fseek(fileArray[nProj],lBeginOffset* sizeof(float),...
December 29th, 2008 09:41 PM
like this
nTimeStart = GetTickCount();
// load the input buffers
for( int nProj = 0; nProj < g_params->nTotal_Projections; ++ nProj)
{
//... data...
December 29th, 2008 09:29 PM
i have seen that, larger the read block , better the throughput. but in this case i cannot increase the block size, because i already have around 600MB of pinned memory.. any increase will increase...
December 29th, 2008 03:58 AM
tried that .. but, was out of luck.. the delay is in "read" part. the crt-winapi overhead is far lower.
the fseek is for next file.
iocp? do you believe it will be faster?
Thanks for the...
December 29th, 2008 01:58 AM
Hi,
I have been searching this forum for fast file reads, but didn't find anything suited for me.
ok, here is the scenerio
we have around 500 files, each with around 6.7MB ( all files are raw...
October 9th, 2008 05:48 AM
hello all
please see the code below
i'm a newbie in perl.
use File::stat;
print "Content-type: image/jpg \n\n";
October 2nd, 2008 10:40 PM
err.. :eek: my mistake.. added it.. still error persists. :confused:
yes
September 30th, 2008 07:39 AM
Hello All,
I got a code snippet for writing binary files in (iis) server.
Function SaveBinaryData(FileName, ByteArray)
Dim BinaryStream
Set BinaryStream = CreateObject("ADODB.Stream")
September 8th, 2008 12:53 AM
September 5th, 2008 08:37 AM
hmm.. well that was good..
well i tried in another method .. seems to work, but now another problem
function DeleteExpiredRows()
{
var table = document.getElementById("Study_List");
...
September 3rd, 2008 10:47 PM
Thanks for the response.
But, no there won't be any user interaction with the cell.
I'll try to explain more.
First, this is not a web appln, rather it would be an hta.
i'm creating table rows...
Click Here to Expand Forum to Full Width