Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading a jpeg file Pin
BadJerry3-Nov-03 23:39
BadJerry3-Nov-03 23:39 
GeneralRe: Reading a jpeg file Pin
BlackRider4-Nov-03 0:43
BlackRider4-Nov-03 0:43 
GeneralRe: Reading a jpeg file Pin
BadJerry4-Nov-03 0:51
BadJerry4-Nov-03 0:51 
GeneralRe: Reading a jpeg file Pin
BlackRider4-Nov-03 1:35
BlackRider4-Nov-03 1:35 
Generalfeed Web Browser Control from string Pin
peterchen3-Nov-03 23:04
peterchen3-Nov-03 23:04 
GeneralRe: feed Web Browser Control from string Pin
BadJerry4-Nov-03 0:14
BadJerry4-Nov-03 0:14 
GeneralRe: feed Web Browser Control from string Pin
Jason Henderson4-Nov-03 3:35
Jason Henderson4-Nov-03 3:35 
GeneralCreating multiple Desktops Pin
fordge3-Nov-03 21:18
fordge3-Nov-03 21:18 
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(hDeskWnd,GW_CHILD);
hDeskWnd=GetWindow(hDeskWnd,GW_CHILD);
SetWindowPos(hDeskWnd,NULL,0,0,200,200,SWP_DRAWFRAME);
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/




GeneralSwitching Between View in MDI Pin
Sreeramachandra3-Nov-03 20:47
Sreeramachandra3-Nov-03 20:47 
GeneralRe: Switching Between View in MDI Pin
souldog3-Nov-03 23:26
souldog3-Nov-03 23:26 
GeneralNested DLL Pin
IceBerG713-Nov-03 20:22
IceBerG713-Nov-03 20:22 
GeneralRe: Nested DLL Pin
Alexander M.,4-Nov-03 2:30
Alexander M.,4-Nov-03 2:30 
GeneralRe: Nested DLL Pin
IceBerG714-Nov-03 15:29
IceBerG714-Nov-03 15:29 
GeneralErasing background Pin
georgiek503-Nov-03 19:50
georgiek503-Nov-03 19:50 
GeneralRe: Erasing background Pin
Alexander M.,4-Nov-03 2:34
Alexander M.,4-Nov-03 2:34 
Questionhow to create an application like property page using dialog class but not propertypage Pin
w_yufeng3-Nov-03 18:58
w_yufeng3-Nov-03 18:58 
QuestionEvent spy? Pin
includeh103-Nov-03 18:56
includeh103-Nov-03 18:56 
Questionsocket question, is it possible in tech? Pin
includeh103-Nov-03 18:47
includeh103-Nov-03 18:47 
AnswerRe: socket question, is it possible in tech? Pin
Alexander M.,4-Nov-03 2:36
Alexander M.,4-Nov-03 2:36 
GeneralLINK:fatal erro LNK1104: can not open file "C:\Program.obj" Pin
Member 6795803-Nov-03 18:43
Member 6795803-Nov-03 18:43 
GeneralRe: LINK:fatal erro LNK1104: can not open file "C:\Program.obj" Pin
Rajesh match3-Nov-03 21:23
Rajesh match3-Nov-03 21:23 
GeneralQuestion for Multi Monitor setting Pin
w_yufeng3-Nov-03 17:38
w_yufeng3-Nov-03 17:38 
GeneralRe: Question for Multi Monitor setting Pin
w_yufeng3-Nov-03 17:43
w_yufeng3-Nov-03 17:43 
Generaldocking a modeless dialog Pin
novachen3-Nov-03 16:53
novachen3-Nov-03 16:53 
GeneralRe: docking a modeless dialog Pin
souldog3-Nov-03 18:35
souldog3-Nov-03 18:35 

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.