| Thread | Last Post | Replies |
|
| How to wait while sublassing takes place? | 04 Nov 2006 14:07 GMT | 6 |
I have a loop to wait for a new window which is opened by an other program, something like this, <doStartAnOtherApp > busy=true
|
| TransparentBlt and PNG Files | 03 Nov 2006 22:14 GMT | 14 |
I've been using the TransparentBlt API for a number of years to composite together a series of DC layers -- no problems there. My question is that I know have a PNG file with a transparent background. I need to cut out a portion of this image and
|
| Set the thread token in VB | 03 Nov 2006 12:31 GMT | 1 |
Originally, the the problem occurs with impersonation when creating a COM+ object from a VB COM object, which in turn is created on the ASP.NET page. The solution is described in http://support.microsoft.com/kb/q248187/
|
| Windows Process | 02 Nov 2006 18:13 GMT | 2 |
I am searching a function of windows api for displaying running process (processes ??? sorry i'm french!!!). For example, i want to know if the application which the name is "db.exe" is running or not, for displaying error message in my application.
|
| IPicture to Byte Array | 02 Nov 2006 14:00 GMT | 1 |
I need to 'convert' an IPicture obj into a Byte Array. I think that CopyMemory API could help me about this, but how can I get the size (number of bytes) to copy by CopyMemory? I know that vb .NET provides MemoryStream type, that could be useful in
|