September 8th, 2004 01:28 AM
Yes, it's the problem.
What I do now is I keep my exe alive as long as my AUDROS application is alive. So the icons stay correct.
Thanks.
September 7th, 2004 09:08 AM
hi gurus
I try to make an exe to change the icon of a window of an other application.
here my code :
#include "stdafx.h"
#include <winbase.h>
#include <windows.h>
September 7th, 2004 09:05 AM
Hi Gurus
I'trying to make an exe to change the icon of the window of an other application.
Here my code :
#include "stdafx.h"
#include <winbase.h>
#include <windows.h>
March 26th, 2004 02:12 AM
Thank you, Craig
Your way was the good one. In fact, I reach my goal using :
Me.Context.Response.Buffer = False
Me.Context.Response.Cache.SetExpires(Now())
With these to line, I go...
March 24th, 2004 05:15 AM
Hello All,
I would like to trap the event that occurs when the user clicks on the REFRESH BUTTON in my webform1.aspx.vb
Any idea ?
March 14th, 2003 05:30 AM
Yeeeesssss !!! I display succesfully the form. But one problem back, ten problems front (don't know if it's really correct)
The new problem is that it's know impossible to interract with the form,...
March 14th, 2003 04:08 AM
Sorry but it is still not working
I join a screen copy to show u
March 14th, 2003 01:58 AM
Well, I don't understand what you mean with 'not using correct version of ocx ' coz if I see in the html page the pink rectangle with the button...
OK, can you try on your computer this example :...
March 11th, 2003 06:44 AM
Very interresting subject.
I tried your project and it works fine. But if :
- I build the project1.ocx
- Register the test1.ocx using regsvr32
- Edit an html page to loag the ocx
When load the...
February 12th, 2003 04:03 AM
Hello All,
I am actually doing a library of subs and functions that will be use by collegues in the office.
I would like to describe, when usefull, the list of possible values available for...
April 16th, 2002 05:05 AM
Hello all
It is possible so set the style of the html tag INPUT in a style sheet (.css) and my question is :
Is it possible to set the style of the html tag INPUT only when the type of the...