Search:
Type: Posts; User: matze42
Search :
Search took 0.02 seconds.
February 23rd, 2007 04:44 AM
Hi there,
I have a problem with printing unicode text.
In my (UNICODE) Application I have to print a protocoll directly to the printer. I do this via OpenPrinter() and then WritePrinter() with...
November 20th, 2006 05:02 AM
Hi,
i have to write and read Blob Data from an SQL-Server Database.
Currently i do this with a Stream by Saving and Loading the data to a local File ( usualy a temp-file ).
As the Blob Data...
Hi FoodBard,
thanks for reply.
I already references the projects.
I think the problem is the IDE, which loads the dlls and don't releases it.
Matze
Hi,
I have some trouble with a C# controls dll and the Visual Studio ToolBox.
( Visual Studio 2003, .NET 1 ).
The Situation is:
I have one c# dll with some usercontrols in it.
I have ...
Hi,
our company currently plans to get accredited by
ISO 9001 quality-management standard ( in germany ).
Softwaredevelopment is a great part in our business.
Now the question came up, if...
March 31st, 2006 02:10 AM
Hi Shuja Ali,
... Perfect. It works.
Thank you very much.
Greetings,
Matze
March 31st, 2006 01:41 AM
Hi there,
i'm having a little problem with capturing Tab- and Arrow Key Events.
I have a Form with some controls on it.
Now i set the focus to one control ( something inherited from...
October 18th, 2005 07:33 AM
Hi Victor, hi humtpydumpty,
thank you very much for your fast replies.
GetFileVersionInfo is difficult to use, as first i have to find out where IE is installed ( also take into account which...
October 18th, 2005 06:23 AM
Hi there,
i'm looking for a way to retrieve the current version of the Internet Explorer
from a CHtmlView ( or from other sources ).
Backround is:
I want to use direct printing (without user...
August 5th, 2005 01:52 AM
Sure, but Microsoft says in MSDN:
Note The gethostbyname function has been deprecated by the introduction of the getaddrinfo function. Developers creating Windows Sockets 2 applications are urged...
August 5th, 2005 01:42 AM
Hi sankris,
try "getaddrinfo" ( WinSock 2 ).
For details see the MSDN or ask again.
Hope this helps,
Matze
Hi loic,
is this what you're looking for ?
http://www.sysinternals.com/Utilities/Portmon.html
Greetings,
Matze
Hi,
if you can use Win-API, take a look at "ReadDirectoryChangesW" in the MSDN.
This works fine and uncomplicated.
Hope this helps,
Matze
Hi Arjay,
like described above i first try to signal the thread to finish itself, by setting the stop flag.
And then if its not ended in between 5 sec. i terminate it via TerminateThread.
The...
Hi Kuphryn,
first, thank you very much for your interest in this subject.
second, i did a little mistake in my last post.
sure it must be:
while( GetExitCode() == STILL_ACTIVE )
{
Hi kuphryn,
if you mean the part
if ( !WaitForStopped( 5 seconds ) )
{
// Terminate if not stopped
Terminate();
}
Hi kuphryn and wxuf,
thank you for reply.
I try to describe it with some (pseudo) code:
// The base class
class CBaseClass
Hi,
i encountered a strange error in my application.
As the whole code is quite too complex to post here, i try a short version
of the problem.
First, I have a thread, which calls an...
Hi usman,
sorry for responding but now, but i was very busy the last weeks.
But now i have time to deal with this subject again.
The thing with the PrintDialog is exactly my problem, as...
April 22nd, 2005 07:18 AM
... sorry,
but just to keep thread alive.
Matze
April 21st, 2005 07:44 AM
Hello,
is there any way to print a XML-Document associated with Stylesheet ( XSL ) via
ShellExecute ?
i.e. like HTML
ShellExecute( hWnd, "print", "File.html", NULL, "Dir", SW_... );
......
March 21st, 2005 08:59 AM
OK, works.
Although i'm almost sure, it didn't work the first time i tried it. :confused:
Thank you very much,
Matze
March 21st, 2005 08:53 AM
AHA !?!
I will try this.
Copying the Ressource-Template worked.
But where can I past it ?
Matze
March 21st, 2005 08:34 AM
Hi gstercken,
This way works.
But only if i create a new (empty) Dialog, copy the binary-data of my source and overwrite the binary-data of my target with the copy.
As a remark: One should...
March 21st, 2005 06:59 AM
Hi,
i have a mfc-dll with some dialogs in it.
Now i want to make a little redesign, and having another mfc-dll, in which
i want to have some of the dialogs of the first mentioned mfc-dll.
...
Click Here to Expand Forum to Full Width