Sending image with HttpSendHttpResponse api
Wed, 17 Mar 2010 05:51:01 -0700
Hello,
We are trying to setup our httpapi server exe program.
We send the response using HttpSendHttpResponse api.
In our EntityString we include the image with ;
"<img src="http://myserver/mybus.JPG" height="100" width="100" >"
Where "mybus.JPG" is in the same address as the our server exe program.
U ...
|
How to password protect network (internet) access/connession?
Mon, 15 Mar 2010 14:48:01 -0700
Hi,
I'd like to write a small program to password protect any network
(especially internet) access connection.
So whenever a service, program, application tries to connect/access internet
it will ask for a password...
Could you help me please?
Thanks. ...
|
winsock2 server help.
Sun, 14 Mar 2010 11:29:01 -0700
Well I have been studying Winsock2 from msdn for the past few weeks tring to
understand it. Using Visual C++ Express Edition 2008 here. So far I managed
to understand how to make a simple client/server connect then send some test
data such as char* then close.
Then I have been looking at the v7.0\Samples\ne ...
|
Multicast stop getting data after 240 seconds
Thu, 11 Mar 2010 06:31:01 -0800
I wrote a UDP multicast application and it stops after 240 seconds in windows
xp. But it works fine in windows vista and windows 7. In our network, we are
using IGMP snooping. So If I turn off the igmp snooping, my programm will
work too. But we need to turn it on, in order not to disturb wireless network.
...
|
Unknown IP address
Wed, 10 Mar 2010 20:52:51 +0200
I have to communicate from my PC with a device that runs Windows XP, has no
keybord and disply. Problem is that I don't know its ip address. I thout to
run WIreshark on my PC but I don't know whats the best ip address and mask
that I should set in my PC to asure that the sniffer would "see" the
packets.
Can ...
|
ERROR_WINHTTP_CONNECTION_ERROR on WinHttpReceiveResponse
Tue, 9 Mar 2010 15:11:01 -0800
I am trying to write a test to test our login process. After several hundred
web requests to the authentication server, I receive the
ERROR_WINHTTP_CONNECTION_ERROR on the callback to the WinHttpReceiveResponse.
At first I was calling send repeatedly on the same HINTERNET request object
using
WinHttpSendR ...
|
How to receive network messages with minimum delay
Tue, 9 Mar 2010 08:45:02 -0800
We need to insure a high volume messaging application receives tcp messages
without any delay. The application runs on a machine with 8 hyperthreaded
cores. We would like the application to be able to respond to incoming
messages with sub millisecond response time. Would setting the priority of
the process ...
|
|
|
Making programs more Vista/7 compatible
Mon, 08 Mar 2010 18:51:13 +0200
I maintain a couple well-behaved Windows 32 bit program that need to be made more
Vista and 7 compatible. The programs run just fine when set in Windows XP
compatibity mode in Vista and Windows 7 (both 32 and 64 bit versions). Without
the compatibility mode the programs report an error immediately when write acce ...
|
connect() succeeds, but 3-way handshake is RST by server
Wed, 3 Mar 2010 11:51:01 -0800
Hello there.
I am experiencing a strange problem with TCP on a windows 2008 server. The
situation is as follows: I am opening a lot of connections to a socket that
is in the listen() mode. Now, some connections succeed, but some appear to
succed, but immediately fail on the initial send.
A wireshark tra ...
|
LSASS.EXE cpu usage high during remote WMI calls (Windows 2008 Ser
Wed, 3 Mar 2010 01:40:01 -0800
I am writing an application that makes WMI connections to remote computers
frequently. On Windows 2008 Server, this leads to performance problems: the
system gets very slow and LSASS.EXE has a CPU usage around 80-90 percent.
This does not occur on Windows 2003 and Windows 2008 R2.
From various web postings I ...
|