Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCListBox Pin
Davitor26-Mar-09 19:59
Davitor26-Mar-09 19:59 
AnswerRe: CListBox Pin
Cedric Moonen26-Mar-09 21:11
Cedric Moonen26-Mar-09 21:11 
GeneralRe: CListBox Pin
Davitor26-Mar-09 21:41
Davitor26-Mar-09 21:41 
GeneralRe: CListBox Pin
CPallini26-Mar-09 21:46
mveCPallini26-Mar-09 21:46 
GeneralRe: CListBox Pin
Cedric Moonen26-Mar-09 21:48
Cedric Moonen26-Mar-09 21:48 
GeneralRe: CListBox Pin
Cedric Moonen26-Mar-09 22:01
Cedric Moonen26-Mar-09 22:01 
GeneralRe: CListBox Pin
Davitor26-Mar-09 22:19
Davitor26-Mar-09 22:19 
GeneralRe: CListBox Pin
Cedric Moonen26-Mar-09 22:28
Cedric Moonen26-Mar-09 22:28 
(I'm gonna reply to your original message that you deleted)

MsmVc wrote:
Plz help me


Help yourself and read the article I linked to you. Threading is not a simple subject that can be explained in 3 lines. If you want to use multithreading and understand what you are doing, then you'll need to spend a bit more time than asking a question on a forum.



MsmVc wrote
Yes m_listba is global variable.


That's really ugly, you should make it a member of your dialog class. You can't access it from your thread so why making it a global varialbe ?
And by the way, the "m_" suffix is usually applied to class member variables (m for member). If you use it on a global variable, it is totally confusing.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: CListBox Pin
Davitor26-Mar-09 23:03
Davitor26-Mar-09 23:03 
GeneralRe: CListBox Pin
Cedric Moonen26-Mar-09 23:13
Cedric Moonen26-Mar-09 23:13 
GeneralRe: CListBox [modified] Pin
Davitor26-Mar-09 23:19
Davitor26-Mar-09 23:19 
GeneralRe: CListBox Pin
CPallini26-Mar-09 23:56
mveCPallini26-Mar-09 23:56 
GeneralRe: CListBox Pin
Cedric Moonen27-Mar-09 0:23
Cedric Moonen27-Mar-09 0:23 
GeneralRe: CListBox Pin
Davitor27-Mar-09 22:06
Davitor27-Mar-09 22:06 
GeneralRe: CListBox Pin
Christian Graus27-Mar-09 0:01
protectorChristian Graus27-Mar-09 0:01 
GeneralRe: CListBox Pin
CPallini27-Mar-09 0:38
mveCPallini27-Mar-09 0:38 
QuestionRe: CListBox Pin
CPallini26-Mar-09 22:35
mveCPallini26-Mar-09 22:35 
GeneralRe: CListBox Pin
Sophiya Chen26-Mar-09 22:26
Sophiya Chen26-Mar-09 22:26 
QuestionUrgent: How to ignore any other input except keyboard in an application [modified] Pin
Rakesh Pahwa26-Mar-09 19:32
Rakesh Pahwa26-Mar-09 19:32 
AnswerRe: Urgent: How to ignore any other input except keyboard in an application Pin
David Crow27-Mar-09 3:20
David Crow27-Mar-09 3:20 
Question[Message Deleted] Pin
Purish Dwivedi26-Mar-09 19:18
Purish Dwivedi26-Mar-09 19:18 
AnswerRe: URGENT ::: detecting language pack Pin
_AnsHUMAN_ 26-Mar-09 19:29
_AnsHUMAN_ 26-Mar-09 19:29 
AnswerRe: URGENT ::: detecting language pack Pin
CPallini26-Mar-09 21:48
mveCPallini26-Mar-09 21:48 
GeneralRe: URGENT ::: detecting language pack Pin
Cedric Moonen26-Mar-09 21:49
Cedric Moonen26-Mar-09 21:49 
General[Message Deleted] Pin
Purish Dwivedi26-Mar-09 22:38
Purish Dwivedi26-Mar-09 22: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.