Click here to Skip to main content
15,916,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalfinding out whether process is running Pin
mariuszpopiolek7-Nov-02 22:23
mariuszpopiolek7-Nov-02 22:23 
GeneralRe: finding out whether process is running Pin
Daniel Turini7-Nov-02 22:38
Daniel Turini7-Nov-02 22:38 
GeneralRe: finding out whether process is running Pin
mariuszpopiolek7-Nov-02 22:51
mariuszpopiolek7-Nov-02 22:51 
GeneralVS.NET GUID autogeneration trick Pin
Jörgen Sigvardsson7-Nov-02 22:10
Jörgen Sigvardsson7-Nov-02 22:10 
GeneralRe: VS.NET GUID autogeneration trick Pin
Daniel Turini7-Nov-02 22:34
Daniel Turini7-Nov-02 22:34 
GeneralRe: VS.NET GUID autogeneration trick Pin
Jörgen Sigvardsson7-Nov-02 22:40
Jörgen Sigvardsson7-Nov-02 22:40 
GeneralColumn width of a list view control Pin
Daniel Strigl7-Nov-02 22:07
Daniel Strigl7-Nov-02 22:07 
GeneralRe: Column width of a list view control Pin
Joan M7-Nov-02 23:33
professionalJoan M7-Nov-02 23:33 
Create another listCtrl that handles that message and that's all.

1. Create new class.
2. Select MFC class.
3. choose the CListCtrl as the base class.
4. implement the pretranslatemessage function in that new class in order to filter/handle the allowed messages. (use the spy++ in order to get the messages you want to eliminate.)
5. include your header file in the dialog/view you want to use it.

6. (if you are using a dialog), insert a normal listctrl in the dialog editor.
7. assign a variable to that listctrl and in the type of the variable choose your new class.

that's all.

(I suppose you'd know al those steps, and probably they are not the best ones to reach your purpose, but doing this you'll have all the data needed in order to be able to do it...)

Hope this helps.
GeneralRe: Column width of a list view control Pin
Daniel Strigl8-Nov-02 0:01
Daniel Strigl8-Nov-02 0:01 
GeneralRe: how can i access from c++ to dbase database? Pin
Vagif Abilov7-Nov-02 22:05
professionalVagif Abilov7-Nov-02 22:05 
Questionuse *.fon font? Pin
alex147-Nov-02 21:35
alex147-Nov-02 21:35 
QuestionHow to change CString data to CString data(in Hex format)? (And change back) Pin
ooosawaddee37-Nov-02 21:08
ooosawaddee37-Nov-02 21:08 
Answeranother question Pin
ooosawaddee37-Nov-02 22:27
ooosawaddee37-Nov-02 22:27 
GeneralRe: another question Pin
jhwurmbach7-Nov-02 22:57
jhwurmbach7-Nov-02 22:57 
GeneralRe: another question Pin
jmkhael8-Nov-02 2:42
jmkhael8-Nov-02 2:42 
QuestionDoes WinCE support ownerdraw list view controls (CListCtrl)? Pin
Daniel Strigl7-Nov-02 19:57
Daniel Strigl7-Nov-02 19:57 
Questionwho to change dll ?? Pin
maxyi7-Nov-02 18:15
maxyi7-Nov-02 18:15 
AnswerRe: who to change dll ?? Pin
Christian Graus7-Nov-02 18:28
protectorChristian Graus7-Nov-02 18:28 
GeneralRe: who to change dll ?? Pin
maxyi7-Nov-02 21:47
maxyi7-Nov-02 21:47 
GeneralRe: who to change dll ?? Pin
Vagif Abilov7-Nov-02 22:18
professionalVagif Abilov7-Nov-02 22:18 
AnswerRe: who to change dll ?? Pin
roboo7-Nov-02 18:32
roboo7-Nov-02 18:32 
AnswerRe: who to change dll ?? Pin
benjymous7-Nov-02 23:06
benjymous7-Nov-02 23:06 
GeneralRe: who to change dll ?? Pin
Christian Graus7-Nov-02 23:15
protectorChristian Graus7-Nov-02 23:15 
AnswerRe: who to change dll ?? Pin
includeh108-Nov-02 2:08
includeh108-Nov-02 2:08 
GeneralRe: who to change dll ?? Pin
maxyi14-Nov-02 2:44
maxyi14-Nov-02 2:44 

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.