Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to declare a SomeType &var in the header file? Pin
Christian Graus25-Jul-02 15:47
protectorChristian Graus25-Jul-02 15:47 
AnswerRe: How to declare a SomeType &var in the header file? Pin
pépé26-Jul-02 2:52
pépé26-Jul-02 2:52 
GeneralRe: How to declare a SomeType &var in the header file? Pin
ns26-Jul-02 3:43
ns26-Jul-02 3:43 
QuestionHow to get server side system time? Pin
Tida25-Jul-02 11:07
Tida25-Jul-02 11:07 
AnswerRe: How to get server side system time? Pin
jmkhael25-Jul-02 11:58
jmkhael25-Jul-02 11:58 
AnswerRe: How to get server side system time? Pin
Joaquín M López Muñoz25-Jul-02 12:03
Joaquín M López Muñoz25-Jul-02 12:03 
AnswerRe: How to get server side system time? Pin
Carlos Antollini25-Jul-02 12:17
Carlos Antollini25-Jul-02 12:17 
QuestionCan I call OnItemChanged by force? Pin
nss25-Jul-02 10:47
nss25-Jul-02 10:47 
I have a problem that I think might get sorted out if I forcibly make the OnItemChanged handler of my listctrl execute. Thing is if I called it like: myListCtrl.OnItemChanged( ...), I have no clue what to pass in in the argument list. How can one trigger the OnItemChanged event to run, if you "selected" (highlighted) an item with code, instead of by pressing on it? To select the key i used:

m_list1.SetItemState( 0,LVIS_SELECTED | LVIS_FOCUSED , LVIS_SELECTED | LVIS_FOCUSED);

This apparently doesnt run the OnItemChanged function....

Please help!
Thanks,
ns
AnswerLVN_ITEMCHANGED, but whats the way to send this message? Pin
nss25-Jul-02 11:20
nss25-Jul-02 11:20 
AnswerRe: Can I call OnItemChanged by force? Pin
Shog925-Jul-02 11:57
sitebuilderShog925-Jul-02 11:57 
GeneralOverriding Context Help button Pin
esapp42025-Jul-02 10:30
esapp42025-Jul-02 10:30 
Generalprintpreview Pin
Anthony988725-Jul-02 8:44
Anthony988725-Jul-02 8:44 
GeneralRe: printpreview Pin
Chris Losinger25-Jul-02 8:56
professionalChris Losinger25-Jul-02 8:56 
General<code>delete this;</code> Pin
Le centriste25-Jul-02 8:10
Le centriste25-Jul-02 8:10 
GeneralRe: <code>delete this;</code> Pin
Joaquín M López Muñoz25-Jul-02 8:20
Joaquín M López Muñoz25-Jul-02 8:20 
GeneralRe: <code>delete this;</code> Pin
Len Holgate25-Jul-02 12:25
Len Holgate25-Jul-02 12:25 
GeneralPrinting lists Pin
hyakugei25-Jul-02 8:02
hyakugei25-Jul-02 8:02 
Generalclass drop down...function completion Pin
jimNLX25-Jul-02 7:52
jimNLX25-Jul-02 7:52 
GeneralRe: class drop down...function completion Pin
Chris Losinger25-Jul-02 8:38
professionalChris Losinger25-Jul-02 8:38 
GeneralCComboBox question Pin
JennyP25-Jul-02 7:10
JennyP25-Jul-02 7:10 
GeneralRe: CComboBox question Pin
Joaquín M López Muñoz25-Jul-02 8:08
Joaquín M López Muñoz25-Jul-02 8:08 
GeneralKnock My Socks Off Pin
Ken Mazaika25-Jul-02 7:03
Ken Mazaika25-Jul-02 7:03 
GeneralRe: Knock My Socks Off Pin
Joaquín M López Muñoz25-Jul-02 7:15
Joaquín M López Muñoz25-Jul-02 7:15 
GeneralRe: Knock My Socks Off Pin
includeh1025-Jul-02 7:25
includeh1025-Jul-02 7:25 
GeneralRe: Knock My Socks Off Pin
Len Holgate25-Jul-02 12:27
Len Holgate25-Jul-02 12:27 

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.