Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralD3DXCreateTextureFromFileInMemory Pin
eugi27-Jun-04 4:53
eugi27-Jun-04 4:53 
GeneralSetScrollInfo Pin
pie27-Jun-04 4:28
pie27-Jun-04 4:28 
GeneralRe: SetScrollInfo Pin
Johan Rosengren27-Jun-04 4:51
Johan Rosengren27-Jun-04 4:51 
GeneralRe: SetScrollInfo Pin
darkbyte27-Jun-04 4:55
darkbyte27-Jun-04 4:55 
GeneralRe: SetScrollInfo Pin
pie27-Jun-04 5:09
pie27-Jun-04 5:09 
GeneralRe: SetScrollInfo Pin
darkbyte27-Jun-04 14:39
darkbyte27-Jun-04 14:39 
GeneralRe: SetScrollInfo Pin
pie28-Jun-04 0:16
pie28-Jun-04 0:16 
Generalhelp needed to get desktop selected/highlighted shortcut Pin
sumon200227-Jun-04 3:27
sumon200227-Jun-04 3:27 
i want to get the information and icon of shortcut of desktop by selecting with mouse. i get the list view of desktop shortcut and also i can get the selected index number of shortcut. i am using VC++6.0 and windows 2000 professional. "what i want is to get the icon image and icon name and shortcut link file name". the following code i am using. Mouse hooking is not needed.

HWND hWnd = ::FindWindow("Progman", NULL);
if (NULL != hWnd)
hWnd = FindWindowEx(hWnd, NULL, "SHELLDLL_DefView", NULL);
if (NULL != hWnd)
hWnd = FindWindowEx(hWnd, NULL, "SysListView32", NULL);
if (NULL != hWnd)
{
UINT count = ListView_GetSelectedCount(
hWnd
);
INT mark = ListView_GetSelectionMark(
hWnd
);
int nItem = ListView_GetItemCount(
hWnd
);
... ... ...
}
GeneralRe: help needed to get desktop selected/highlighted shortcut Pin
David Crow28-Jun-04 3:17
David Crow28-Jun-04 3:17 
Generalconnection detection& closing the port Pin
shahrokh nabavi27-Jun-04 1:38
shahrokh nabavi27-Jun-04 1:38 
Generaldll linking error Pin
Rajg27-Jun-04 1:16
Rajg27-Jun-04 1:16 
GeneralFastest way to read entire file into memory Pin
georgiek5026-Jun-04 22:03
georgiek5026-Jun-04 22:03 
GeneralRe: Fastest way to read entire file into memory Pin
Rein Hillmann26-Jun-04 22:16
Rein Hillmann26-Jun-04 22:16 
GeneralRe: Fastest way to read entire file into memory Pin
georgiek5027-Jun-04 7:00
georgiek5027-Jun-04 7:00 
GeneralRe: Fastest way to read entire file into memory Pin
palbano28-Jun-04 4:57
palbano28-Jun-04 4:57 
GeneralRe: Fastest way to read entire file into memory Pin
Neville Franks26-Jun-04 23:08
Neville Franks26-Jun-04 23:08 
GeneralRe: Fastest way to read entire file into memory Pin
John R. Shaw28-Jun-04 19:19
John R. Shaw28-Jun-04 19:19 
GeneralRe: Fastest way to read entire file into memory Pin
georgiek5029-Jun-04 10:36
georgiek5029-Jun-04 10:36 
GeneralQuery on WH_KEYBOARD Experts help Pin
26-Jun-04 21:15
suss26-Jun-04 21:15 
GeneralRe: Query on WH_KEYBOARD Experts help Pin
Jörgen Sigvardsson27-Jun-04 11:12
Jörgen Sigvardsson27-Jun-04 11:12 
GeneralRe: Query on WH_KEYBOARD Experts help Pin
Member 115017627-Jun-04 17:59
Member 115017627-Jun-04 17:59 
GeneralRe: Query on WH_KEYBOARD Experts help Pin
Jörgen Sigvardsson28-Jun-04 2:13
Jörgen Sigvardsson28-Jun-04 2:13 
GeneralRe: Query on WH_KEYBOARD Experts help Pin
gamitech27-Jun-04 11:48
gamitech27-Jun-04 11:48 
GeneralRe: Query on WH_KEYBOARD Experts help Pin
Member 115017627-Jun-04 18:17
Member 115017627-Jun-04 18:17 
Generalabout IO Completion Ports Pin
regale26-Jun-04 17:02
regale26-Jun-04 17:02 

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.