Click here to Skip to main content
15,888,270 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Is there anything on g++ around here? Pin
J. Dunlap11-Nov-03 17:21
J. Dunlap11-Nov-03 17:21 
AnswerRe: Is there anything on g++ around here? Pin
ZoogieZork11-Nov-03 17:34
ZoogieZork11-Nov-03 17:34 
GeneralRe: Is there anything on g++ around here? Pin
nssone11-Nov-03 17:41
nssone11-Nov-03 17:41 
GeneralUSB USB! Pin
closecall4-Nov-03 13:59
closecall4-Nov-03 13:59 
GeneralRe: USB USB! Pin
Norman Fung15-Jan-04 6:38
Norman Fung15-Jan-04 6:38 
GeneralI hate SPAM ! Pin
Blake Miller4-Nov-03 5:58
Blake Miller4-Nov-03 5:58 
GeneralRe: I hate SPAM ! Pin
Heath Stewart10-Nov-03 5:44
protectorHeath Stewart10-Nov-03 5:44 
Generalmultiple desktops Pin
fordge3-Nov-03 21:20
fordge3-Nov-03 21:20 
Well we ve all seen the multidesk freeware that helps group together windows and hides them suposedly as seperate virtual desktops.
Well it only helps in uncluttering the taskbar and nothing else

and basically all it does is group together window handles to either hide or show right

so i basically thought it as pretty lame

I was trying on how to build an app to indeed create virtual "MULTIPLE DESKTOPS"

where when switching between desktop indeed changes the icons on the desktop themselves

a feature that linux desktops serve

coz my desktop really does get pretty cluttered
----------------
if ive stated my objective clearly enough could anyone give me pointers on how to get the icons/objects in the desktop window

from spy++ ive found that the real desktop window is a SysListview32
so basically its a ListCtrl

thinking abstractly therefore its a ListView window whosn in LARGE ICONic view

so all i need in my program is the group the different icon elements in the list ctrl right

only i cant seem to do this
-----------------------------
any pointers on how i can do this??

or do u have any other ideas
if my basic premise is flawed please correct me

attaching a lame source snippet by which u can RESIZE the desktop window
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
HWND hDeskWnd;

hDeskWnd=FindWindowEx(0,0,"Progman",NULL);
hDeskWnd=GetWindow(hTmpWnd,GW_CHILD);
hDeskWnd=GetWindow(hTmpWnd,GW_CHILD);
SetWindowPos(hDeskWnd,NULL,0,0,200,200,SWP_DRAWFRAME);
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
GeneralRe: Great Idea ,but the solution.............so help.. Pin
Colin Angus Mackay7-Nov-03 14:38
Colin Angus Mackay7-Nov-03 14:38 
GeneralStartup Pin
collincode28-Oct-03 19:44
collincode28-Oct-03 19:44 
GeneralRe: Startup Pin
Niels Penneman8-Jan-04 10:57
Niels Penneman8-Jan-04 10:57 
GeneralEnterpriseServices Pin
ycswyw27-Oct-03 9:53
ycswyw27-Oct-03 9:53 
GeneralRe: EnterpriseServices Pin
Curtis Adams27-Oct-03 15:49
Curtis Adams27-Oct-03 15:49 
Generalintercept wm_char messages Pin
percyvimal21-Oct-03 21:38
percyvimal21-Oct-03 21:38 
QuestionWhat's foreach-able? Pin
DaveOwens21-Oct-03 3:19
DaveOwens21-Oct-03 3:19 
AnswerRe: What's foreach-able? Pin
Jeremy Kimball24-Oct-03 5:52
Jeremy Kimball24-Oct-03 5:52 
AnswerRe: What's foreach-able? Pin
Colin Angus Mackay29-Nov-03 17:47
Colin Angus Mackay29-Nov-03 17:47 
QuestionInterested in a Template Parser? Pin
J. Dunlap20-Oct-03 13:08
J. Dunlap20-Oct-03 13:08 
Generaltetris project Pin
yorkmac15-Oct-03 14:26
yorkmac15-Oct-03 14:26 
GeneralRe: tetris project Pin
ZoogieZork16-Oct-03 5:40
ZoogieZork16-Oct-03 5:40 
GeneralArticle Request: Datagrid Pin
sunny12313-Oct-03 0:32
sunny12313-Oct-03 0:32 
GeneralRe: Article Request: Datagrid Pin
Guillermo Rivero13-Oct-03 3:25
Guillermo Rivero13-Oct-03 3:25 
GeneralRe: Article Request: Datagrid Pin
sunny12319-Oct-03 22:32
sunny12319-Oct-03 22:32 
GeneralRe: Article Request: Datagrid Pin
John M. Drescher20-Oct-03 12:50
John M. Drescher20-Oct-03 12:50 
GeneralEmoticon window like the one in C# Pin
Ph@ntom10-Oct-03 11:53
Ph@ntom10-Oct-03 11:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.