Click here to Skip to main content
15,892,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Difference Between CListCtrl and CListView Pin
laiju27-Mar-04 11:32
laiju27-Mar-04 11:32 
GeneralRe: Difference Between CListCtrl and CListView Pin
Gary R. Wheeler28-Mar-04 13:43
Gary R. Wheeler28-Mar-04 13:43 
GeneralGet The Frame Object Pin
ali khalilvand27-Mar-04 4:57
ali khalilvand27-Mar-04 4:57 
GeneralRe: Get The Frame Object Pin
Prakash Nadar27-Mar-04 6:09
Prakash Nadar27-Mar-04 6:09 
GeneralSetting the cursor Pin
dolph_loe27-Mar-04 3:04
dolph_loe27-Mar-04 3:04 
GeneralRe: Setting the cursor Pin
Branislav27-Mar-04 19:27
Branislav27-Mar-04 19:27 
GeneralRe: Setting the cursor Pin
dolph_loe27-Mar-04 23:22
dolph_loe27-Mar-04 23:22 
GeneralRe: Setting the cursor Pin
dolph_loe27-Mar-04 23:26
dolph_loe27-Mar-04 23:26 
Weee! I got it right. I only needed to cast the cursor to (LONG_PTR) and not reference it:

SetClassLongPtr(GetDlgItem(IDC_COLORDISPLAY)->GetSafeHwnd(), <br />
GCL_HCURSOR,<br />
(LONG_PTR) cursor); 

GeneralProblem with Win32 Pin
Dev57827-Mar-04 2:43
Dev57827-Mar-04 2:43 
GeneralRe: Problem with Win32 Pin
Prakash Nadar27-Mar-04 3:50
Prakash Nadar27-Mar-04 3:50 
GeneralRe: Problem with Win32 Pin
kmy_ra27-Mar-04 9:20
kmy_ra27-Mar-04 9:20 
GeneralRe: Problem with Win32 Pin
Jijo.Raj28-Mar-04 0:01
Jijo.Raj28-Mar-04 0:01 
GeneralImproving code Pin
uus9927-Mar-04 2:26
uus9927-Mar-04 2:26 
GeneralRe: Improving code Pin
Maximilien27-Mar-04 5:09
Maximilien27-Mar-04 5:09 
GeneralRe: Improving code Pin
uus9927-Mar-04 5:44
uus9927-Mar-04 5:44 
GeneralRe: Improving code Pin
Rick York27-Mar-04 19:13
mveRick York27-Mar-04 19:13 
GeneralRe: Improving code Pin
uus9927-Mar-04 23:31
uus9927-Mar-04 23:31 
GeneralBug in CSplitterWnd Pin
Konrad Windszus27-Mar-04 2:18
Konrad Windszus27-Mar-04 2:18 
GeneralRe: Bug in CSplitterWnd Pin
Gary R. Wheeler27-Mar-04 3:33
Gary R. Wheeler27-Mar-04 3:33 
GeneralRe: Bug in CSplitterWnd Pin
Prakash Nadar27-Mar-04 4:37
Prakash Nadar27-Mar-04 4:37 
GeneralRe: Bug in CSplitterWnd Pin
Gary R. Wheeler27-Mar-04 5:35
Gary R. Wheeler27-Mar-04 5:35 
GeneralRe: Bug in CSplitterWnd Pin
Prakash Nadar27-Mar-04 6:07
Prakash Nadar27-Mar-04 6:07 
GeneralEnumprocess Pin
firke_vishu@math.net27-Mar-04 1:19
sussfirke_vishu@math.net27-Mar-04 1:19 
GeneralRe: Enumprocess Pin
Prakash Nadar27-Mar-04 1:31
Prakash Nadar27-Mar-04 1:31 
GeneralRe: Enumprocess Pin
Gary R. Wheeler27-Mar-04 3:41
Gary R. Wheeler27-Mar-04 3:41 

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.