LionTiger4000
Programmer
Hi.
I want to do desktop to "LVS_REPORT".
However, the icon of desktop disappears in Windows2000&WindowsMe.
---
oldstyle:=GetWindowLong(hdesktop,GWL_STYLE);
SetWindowLong(hdesktop,GWL_STYLE, oldstyle and(not LVS_TYPEMASK) and(not LVS_TYPESTYLEMASK) or LVS_REPORT);
---
Please teach the method of settlement.
I multi-posted this matter. I'm sorry.
I want to do desktop to "LVS_REPORT".
However, the icon of desktop disappears in Windows2000&WindowsMe.
---
oldstyle:=GetWindowLong(hdesktop,GWL_STYLE);
SetWindowLong(hdesktop,GWL_STYLE, oldstyle and(not LVS_TYPEMASK) and(not LVS_TYPESTYLEMASK) or LVS_REPORT);
---
Please teach the method of settlement.
I multi-posted this matter. I'm sorry.