Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NT Service with a GUI Pin
Tim Deveaux10-Jul-01 7:21
Tim Deveaux10-Jul-01 7:21 
GeneralRe: NT Service with a GUI Pin
Giles10-Jul-01 8:28
Giles10-Jul-01 8:28 
GeneralRe: NT Service with a GUI Pin
Gennady Oster10-Jul-01 21:47
Gennady Oster10-Jul-01 21:47 
GeneralRe: NT Service with a GUI Pin
Claudius Mokler10-Jul-01 22:40
Claudius Mokler10-Jul-01 22:40 
GeneralRe: NT Service with a GUI Pin
Nick Van den Abbeele11-Jul-01 0:03
Nick Van den Abbeele11-Jul-01 0:03 
GeneralListBox AddString Useage Pin
otvac10-Jul-01 4:57
otvac10-Jul-01 4:57 
GeneralRe: ListBox AddString Useage Pin
Tomasz Sowinski10-Jul-01 5:06
Tomasz Sowinski10-Jul-01 5:06 
GeneralRe: ListBox AddString Useage Pin
10-Jul-01 6:32
suss10-Jul-01 6:32 
Hello, the codegurus around the world.Smile | :)

If you have no idea of that ListBox is acutally created or not,
we can check this by GetSafeHwnd() or GetDlgItem();

if (m_MyDialog.m_ctlMyListBox.GetSafeHwnd())
or
if (m_MyDialog.GetDlgItem(IDC_MYLISTBOX))

These values isn't NULL,
we can add the string to the list box.

Otherwise, we must change the location which the code tries
to add the strings to the listbox.Cool | :cool:

Have a nice day.
-Masaaki Onishi-
GeneralRe: ListBox AddString Useage Pin
Andrew Peace10-Jul-01 12:43
Andrew Peace10-Jul-01 12:43 
GeneralADODB and access Pin
Gérald Mercet10-Jul-01 4:24
Gérald Mercet10-Jul-01 4:24 
GeneralRe: ADODB and access Pin
l a u r e n10-Jul-01 5:22
l a u r e n10-Jul-01 5:22 
GeneralRe: ADODB and access Pin
Gérald Mercet10-Jul-01 6:05
Gérald Mercet10-Jul-01 6:05 
QuestionPropertySheet and PropertyPage. Who can help ? Pin
10-Jul-01 2:31
suss10-Jul-01 2:31 
AnswerRe: PropertySheet and PropertyPage. Who can help ? Pin
Paolo Messina10-Jul-01 3:01
professionalPaolo Messina10-Jul-01 3:01 
Generalhandles Pin
10-Jul-01 1:06
suss10-Jul-01 1:06 
GeneralRe: handles Pin
Tomasz Sowinski10-Jul-01 1:14
Tomasz Sowinski10-Jul-01 1:14 
GeneralRe: handles Pin
10-Jul-01 1:22
suss10-Jul-01 1:22 
GeneralRe: handles Pin
Tomasz Sowinski10-Jul-01 1:29
Tomasz Sowinski10-Jul-01 1:29 
GeneralThanks Pin
10-Jul-01 1:38
suss10-Jul-01 1:38 
GeneralRe: Thanks Pin
markkuk10-Jul-01 21:11
markkuk10-Jul-01 21:11 
QuestionHow can i find out if outlook is running? Pin
10-Jul-01 0:10
suss10-Jul-01 0:10 
AnswerRe: How can i find out if outlook is running? Pin
Tomasz Sowinski10-Jul-01 1:08
Tomasz Sowinski10-Jul-01 1:08 
AnswerRe: How can i find out if outlook is running? Pin
10-Jul-01 1:15
suss10-Jul-01 1:15 
GeneralSOS!!! Pin
9-Jul-01 23:20
suss9-Jul-01 23:20 
GeneralRe: SOS!!! Pin
9-Jul-01 23:47
suss9-Jul-01 23:47 

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.