Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSTL header files Pin
Anonymous9-Sep-03 5:20
Anonymous9-Sep-03 5:20 
GeneralRe: STL header files Pin
Alvaro Mendez9-Sep-03 5:39
Alvaro Mendez9-Sep-03 5:39 
Questionhow to login NT neighbor in program Pin
wheregone9-Sep-03 5:01
wheregone9-Sep-03 5:01 
AnswerRe: how to login NT neighbor in program Pin
David Crow9-Sep-03 6:00
David Crow9-Sep-03 6:00 
GeneralRe: how to login NT neighbor in program Pin
wheregone9-Sep-03 16:49
wheregone9-Sep-03 16:49 
GeneralRe: how to login NT neighbor in program Pin
David Crow10-Sep-03 3:35
David Crow10-Sep-03 3:35 
QuestionHow to retrieve data from a list box Pin
Deepak Samuel9-Sep-03 4:51
Deepak Samuel9-Sep-03 4:51 
AnswerRe: How to retrieve data from a list box Pin
Braulio Dez9-Sep-03 5:46
Braulio Dez9-Sep-03 5:46 
Hi,

Try something like:

  <br />
  CString Buffer;<br />
<br />
  if(m_myLisBox.GetSel() != LB_ERR ){<br />
    m_myListBox.GetText(m_myListBox.GetSel(), Buffer);<br />
    AfxMessageBox(Buffer);<br />
  }<br />


Good luck with you first steps with VC++ Smile | :) , HTH
Braulio
if(m_myLisBox.GetSel != LB_ERR )
Generalusing a class in managed c# from an unmanaged c++ class Pin
morefalt9-Sep-03 4:46
morefalt9-Sep-03 4:46 
GeneralRe: using a class in managed c# from an unmanaged c++ class Pin
Joel Matthias9-Sep-03 8:21
Joel Matthias9-Sep-03 8:21 
QuestionHow do you put a table into a dialog... Pin
molin9-Sep-03 4:46
molin9-Sep-03 4:46 
AnswerRe: How do you put a table into a dialog... Pin
David Crow9-Sep-03 5:49
David Crow9-Sep-03 5:49 
AnswerRe: How do you put a table into a dialog... Pin
valikac9-Sep-03 5:50
valikac9-Sep-03 5:50 
Generaldefining _WIN32_WINNT 0x0500 in VC6 Pin
John M. Drescher9-Sep-03 4:11
John M. Drescher9-Sep-03 4:11 
GeneralRe: defining _WIN32_WINNT 0x0500 in VC6 Pin
Michael Dunn9-Sep-03 10:10
sitebuilderMichael Dunn9-Sep-03 10:10 
GeneralRe: defining _WIN32_WINNT 0x0500 in VC6 Pin
John M. Drescher9-Sep-03 10:24
John M. Drescher9-Sep-03 10:24 
GeneralCRecordset and linking ODBC Pin
coda_x9-Sep-03 4:00
coda_x9-Sep-03 4:00 
GeneralRe: CRecordset and linking ODBC Pin
cje9-Sep-03 12:18
cje9-Sep-03 12:18 
QuestionIs there analog CMemoryState in &amp;#1040;&amp;#1058;L ? Pin
vgrigor9-Sep-03 3:13
vgrigor9-Sep-03 3:13 
GeneralCFileDialog restriction Pin
JensB9-Sep-03 2:44
JensB9-Sep-03 2:44 
GeneralRe: CFileDialog restriction Pin
David Crow9-Sep-03 2:50
David Crow9-Sep-03 2:50 
GeneralRe: CFileDialog restriction Pin
RChin9-Sep-03 3:02
RChin9-Sep-03 3:02 
GeneralPreserve an MDI child frame's size Pin
Neptunex9-Sep-03 1:53
Neptunex9-Sep-03 1:53 
QuestionHow to detect variable change with no relate to place in program? Pin
vgrigor9-Sep-03 1:08
vgrigor9-Sep-03 1:08 
QuestionHow can I get all functions' name in a dll file? Pin
sonshiro9-Sep-03 0:55
sonshiro9-Sep-03 0:55 

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.