Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Delete or lock a running executable file Pin
led mike6-Nov-07 4:09
led mike6-Nov-07 4:09 
AnswerRe: Delete or lock a running executable file Pin
paaexis6-Nov-07 22:25
paaexis6-Nov-07 22:25 
QuestionDesign Fancy Buttons (Windows Forms Application (.Net)) Pin
Kunal Bajpai6-Nov-07 1:11
Kunal Bajpai6-Nov-07 1:11 
QuestionString Conversion Pin
Paulraj G6-Nov-07 0:54
Paulraj G6-Nov-07 0:54 
AnswerRe: String Conversion Pin
manish.patel6-Nov-07 1:05
manish.patel6-Nov-07 1:05 
GeneralRe: String Conversion Pin
Paulraj G6-Nov-07 1:09
Paulraj G6-Nov-07 1:09 
GeneralRe: String Conversion Pin
toxcct6-Nov-07 1:53
toxcct6-Nov-07 1:53 
GeneralRe: String Conversion Pin
manish.patel6-Nov-07 23:28
manish.patel6-Nov-07 23:28 
GeneralRe: String Conversion Pin
toxcct6-Nov-07 23:56
toxcct6-Nov-07 23:56 
GeneralRe: String Conversion Pin
manish.patel7-Nov-07 0:16
manish.patel7-Nov-07 0:16 
GeneralRe: String Conversion Pin
Nelek7-Nov-07 0:25
protectorNelek7-Nov-07 0:25 
GeneralA remark Pin
CPallini6-Nov-07 1:54
mveCPallini6-Nov-07 1:54 
GeneralRe: String Conversion Pin
Cedric Moonen6-Nov-07 1:57
Cedric Moonen6-Nov-07 1:57 
GeneralRe: String Conversion Pin
David Crow6-Nov-07 3:06
David Crow6-Nov-07 3:06 
AnswerRe: String Conversion [modified] Pin
toxcct6-Nov-07 1:46
toxcct6-Nov-07 1:46 
GeneralRe: String Conversion Pin
David Crow6-Nov-07 3:11
David Crow6-Nov-07 3:11 
GeneralRe: String Conversion Pin
toxcct6-Nov-07 3:13
toxcct6-Nov-07 3:13 
QuestionListView Pin
nitin36-Nov-07 0:03
nitin36-Nov-07 0:03 
AnswerRe: ListView Pin
CPallini6-Nov-07 0:11
mveCPallini6-Nov-07 0:11 
AnswerRe: ListView Pin
Nelek6-Nov-07 1:57
protectorNelek6-Nov-07 1:57 
AnswerRe: ListView Pin
Sam Hobbs6-Nov-07 16:06
Sam Hobbs6-Nov-07 16:06 
You could make two controls, and one will always be visible and enabled and the other one will always be hidden and disabled. That way the main (unfiltered) control does not need to be recreated each time, which makes things easier for you, Windows and the user.

I need to do the same type of thing that you are describing and that is how I intend to do it.

There are many other possibilities, depending on what you need or want to do for the user.
QuestionContext Menu problem Pin
neha.agarwal275-Nov-07 23:49
neha.agarwal275-Nov-07 23:49 
Questioncan anybody tell me how to print the datagrid.I am using ado to load the datagrid Pin
SnaKeBeD5-Nov-07 23:49
SnaKeBeD5-Nov-07 23:49 
AnswerRe: can anybody tell me how to print the datagrid.I am using ado to load the datagrid Pin
chandu0046-Nov-07 1:40
chandu0046-Nov-07 1:40 
QuestionHow could I use ffmpeg library in my MFC application? Pin
H4u325-Nov-07 23:24
H4u325-Nov-07 23:24 

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.