Click here to Skip to main content
16,011,428 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem in passing data in Struct from COM to VB.? Pin
Le centriste5-Jun-02 17:18
Le centriste5-Jun-02 17:18 
GeneralRe: Problem in passing data in Struct from COM to VB.? Pin
5-Jun-02 22:33
suss5-Jun-02 22:33 
GeneralComponents & Controls Pin
Le centriste5-Jun-02 14:32
Le centriste5-Jun-02 14:32 
GeneralRe: Components & Controls Pin
Michael P Butler5-Jun-02 22:55
Michael P Butler5-Jun-02 22:55 
GeneralRe: Components & Controls Pin
Le centriste6-Jun-02 6:56
Le centriste6-Jun-02 6:56 
GeneralRe: Components & Controls Pin
Michael P Butler6-Jun-02 7:42
Michael P Butler6-Jun-02 7:42 
GeneralWhy i can't see my icon Pin
5-Jun-02 14:04
suss5-Jun-02 14:04 
GeneralRe: Why i can't see my icon Pin
Michael Dunn5-Jun-02 16:55
sitebuilderMichael Dunn5-Jun-02 16:55 
m_imageList is a local variable (not a member, which is what the m_ normally indicates). It gets destroyed at the end of the function, and destroys the underlying image list too.

--Mike--
Just released - RightClick-Encrypt - Adds fast & easy file encryption to Explorer
Like the Google toolbar? Then check out UltraBar, with more features & customizable search engines!
My really out-of-date homepage
Sonork-100.10414 AcidHelm

GeneralRe: Why i can't see my icon Pin
5-Jun-02 17:29
suss5-Jun-02 17:29 
GeneralWhat's wrong with this code? Can't figure it out... Pin
redeemer5-Jun-02 13:47
redeemer5-Jun-02 13:47 
GeneralPerformance tuning the code in VC++ Pin
5-Jun-02 11:49
suss5-Jun-02 11:49 
GeneralRe: Performance tuning the code in VC++ Pin
Matt Gullett5-Jun-02 12:18
Matt Gullett5-Jun-02 12:18 
GeneralPassing structs with AfxBeginThread(..) Pin
Rickard Andersson205-Jun-02 10:44
Rickard Andersson205-Jun-02 10:44 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Paul M Watt5-Jun-02 10:44
mentorPaul M Watt5-Jun-02 10:44 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Rickard Andersson205-Jun-02 13:16
Rickard Andersson205-Jun-02 13:16 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Le centriste5-Jun-02 14:32
Le centriste5-Jun-02 14:32 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Paul M Watt5-Jun-02 15:37
mentorPaul M Watt5-Jun-02 15:37 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Le centriste5-Jun-02 17:23
Le centriste5-Jun-02 17:23 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Rickard Andersson205-Jun-02 21:46
Rickard Andersson205-Jun-02 21:46 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
_Magnus_6-Jun-02 0:03
_Magnus_6-Jun-02 0:03 
Generalcreating start menu shortcut... Pin
l a u r e n5-Jun-02 10:22
l a u r e n5-Jun-02 10:22 
GeneralRe: creating start menu shortcut... Pin
Roger Broomfield5-Jun-02 12:08
Roger Broomfield5-Jun-02 12:08 
GeneralRe: creating start menu shortcut... Pin
Ed Gadziemski5-Jun-02 12:26
professionalEd Gadziemski5-Jun-02 12:26 
GeneralRe: creating start menu shortcut... Pin
Nish Nishant5-Jun-02 13:20
sitebuilderNish Nishant5-Jun-02 13:20 
GeneralCListBox & Dialog Box :: MFC Pin
valikac5-Jun-02 9:57
valikac5-Jun-02 9:57 

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.