March 27th, 2013 02:43 AM
March 25th, 2013 11:11 PM
~~ BUMP ~~
I am searching the web for examples for WritePrinter as well.
One more question to add to the above.
Is the secure printing (mentioned above) anything to do with GDI vs XPS printing...
March 24th, 2013 11:50 PM
February 14th, 2012 10:15 PM
HI forum,
This is just to give an update on the issue, in case it would be of help to someone.
The Firewall - Idle session timeout - was set to 3600 seconds (1 Hr) hence the packets were...
January 31st, 2012 04:58 AM
The syntax is different
See what I Quoted about uCommand ..
HH_KEYWORD_LOOKUP
HH_HELP_FINDER etc
But as per the example in the link i gave, the third parameter is HH_GET_LAST_ERROR
January 31st, 2012 04:44 AM
Oops : My Bad
You are right.
I should have atleast looked in my code :)
Any exapmple? . or piece of code on how to use the HH_GET_LAST_ERROR
January 31st, 2012 02:13 AM
The Syntax for HtmlHelp says
BOOL HtmlHelp( HWND hWndMain, LPCTSTR lpszHelp,
UINT uCommand, DWORD dwData )
.. and our program uses the following options while callin the help in uCommand .....
January 30th, 2012 11:50 PM
Hi Forum
I have the following code ...
hHtmlHelp = HtmlHelp( hWndHandle,
szHelpFileName,
uiHelpCommand,
January 22nd, 2012 10:23 PM
.. sorry for the repost that i did here
There was some problem with the browser.
January 22nd, 2012 09:20 PM
Hi Paul and Mike
We are grateful for the responses.
I am post my existing winsock settings that I have acquired.
trace file created:
Type = 1 Buff = 4096 Prot = 4 Timeout = 20 Retries = 1 ...
January 19th, 2012 01:14 AM
Thanks paul,
Can you tell me what do you mean by more information other than trace ?
Information about TCP/IP settings etc.
What are these information and how can I collect them?
or do you...
January 17th, 2012 02:30 AM
Thanks for all the replies ...
I will be posting the code.
Meanwhile what are the external reasons that the windows socket can fail?
-- coz the time out for this error is Exactly 1 hour......
January 17th, 2012 12:36 AM
Thanks for the reply
yes I am checking the return codes and the program closes gracefully.
There is no crash, just the program closes on either side.
socket error param code = 10053 in the...
January 16th, 2012 10:21 PM
Hi forum,
We have a client and Server application, connects via Winsock.
The Setup:
My server is running on a Windows 2003 machine and my client is running on a windows XP
Problem:
After...
November 8th, 2011 03:38 AM
Hi forum.
I have the following code inside one function.
if ((my_os_resource_handle = OpenSemaphore(SEMAPHORE_ALL_ACCESS,FALSE,"Global\\ABC32$SEMAPHORE$%c")) == NULL)
{
error...
September 13th, 2011 01:14 AM
Friends I am close to resolving the issue ...
Just wanted to post my reply so that it may help someone ...
for one ... in my code above ... the "GetDesktopWindow()" .. can fail in some vista...
September 9th, 2011 07:45 AM
Hi paul
Thanks for the responses
Actually I am keen on knowing if there are any settings in vista that can add / relax restrictions ...
For E.g.
Enabling UAC can put restrictions on system...
September 9th, 2011 04:22 AM
Since we do not face this issue here, we havent tried ..... we havent asked the customers as well .......
But we would be keen on reproducing and fixing the issues related to vista ...
September 9th, 2011 02:55 AM
Hi victor .....
Thanks for the reply..
Our application shows hangs at random times and at random calls .......... at one time the crash dump would show image related operation, we fixed that...
September 9th, 2011 02:01 AM
Hi forum.
THIS IS NOT RELATED TO VC++ programming directly ....
The issue I have is that our application is hanging in some vista machines in customer sites that we do not have access to those...
September 6th, 2011 06:45 AM
Thanks for the reply.
Is there any documentation that says this API calls will have problems in vista etc ?
Was searching online for quite sometime.
The symptom i see is that this API takes...
September 5th, 2011 10:18 PM
Hi
This problem is only seen in one customer (only vista) machine ....
When the customer clicks help from the main window. the help CHM window is displayed but as a window with no contents .....