Click here to Skip to main content
15,903,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with ListView in LVS_ICON and LVS_SMALLICON mode Pin
s_k8-Sep-03 9:48
s_k8-Sep-03 9:48 
Generaldialog scroll bars Pin
Marissa1828-Sep-03 9:31
Marissa1828-Sep-03 9:31 
Generaldrawing in visual c++ Pin
Member 5541138-Sep-03 9:18
Member 5541138-Sep-03 9:18 
GeneralRe: drawing in visual c++ Pin
valikac8-Sep-03 9:41
valikac8-Sep-03 9:41 
GeneralEasier way to convert this..... Pin
RobJones8-Sep-03 8:52
RobJones8-Sep-03 8:52 
GeneralRe: Easier way to convert this..... Pin
Alvaro Mendez8-Sep-03 9:15
Alvaro Mendez8-Sep-03 9:15 
GeneralRe: Easier way to convert this..... Pin
godbert8-Sep-03 14:16
godbert8-Sep-03 14:16 
GeneralgetItemData() in CTreeCtrl Pin
Binayak8-Sep-03 8:21
Binayak8-Sep-03 8:21 
Hi,

In the tree control at the time of inserting an item I put an application specific CString data with it as following:

m_TreeCtrl.SetItemData (hItem, (DWORD) ("Hello"));

But, if I try to use GetItemData the following way, the conversion gives error. Please let me know how I can convert a DWORD into a CString:

DWORD selelection = m_TreeCtrl.GetItemData (hItem);
CString str = (CString) selelection ;
GeneralRe: getItemData() in CTreeCtrl Pin
RChin8-Sep-03 10:02
RChin8-Sep-03 10:02 
GeneralWinsock- handling multple clients Pin
Scozturk8-Sep-03 8:16
professionalScozturk8-Sep-03 8:16 
GeneralRe: Winsock- handling multple clients Pin
valikac8-Sep-03 9:43
valikac8-Sep-03 9:43 
GeneralStack messed up upon function returned Pin
DionChen8-Sep-03 8:03
DionChen8-Sep-03 8:03 
GeneralRe: Stack messed up upon function returned Pin
valikac8-Sep-03 9:46
valikac8-Sep-03 9:46 
GeneralRe: Stack messed up upon function returned Pin
DionChen8-Sep-03 9:49
DionChen8-Sep-03 9:49 
GeneralAnalyzing traffic / protocols Pin
L.Denninger8-Sep-03 8:02
L.Denninger8-Sep-03 8:02 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 10:41
Peter Weyzen8-Sep-03 10:41 
GeneralRe: Analyzing traffic / protocols Pin
Led8-Sep-03 10:52
Led8-Sep-03 10:52 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 10:56
Peter Weyzen8-Sep-03 10:56 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 11:01
Peter Weyzen8-Sep-03 11:01 
GeneralRe: Analyzing traffic / protocols Pin
Led8-Sep-03 11:20
Led8-Sep-03 11:20 
GeneralRe: Analyzing traffic / protocols Pin
SatyaDY8-Sep-03 19:16
SatyaDY8-Sep-03 19:16 
GeneralString Conversion Pin
Frank Deo8-Sep-03 6:53
Frank Deo8-Sep-03 6:53 
GeneralRe: String Conversion Pin
Dominik Reichl8-Sep-03 7:01
Dominik Reichl8-Sep-03 7:01 
GeneralRe: String Conversion Pin
David Crow8-Sep-03 7:19
David Crow8-Sep-03 7:19 
GeneralRe: String Conversion Pin
Frank Deo8-Sep-03 7:38
Frank Deo8-Sep-03 7:38 

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.