Click here to Skip to main content
15,917,731 members

Comments by Albert Wen-Jie Feng (Top 12 by date)

Albert Wen-Jie Feng 30-Jan-13 5:29am View    
Thank you for your replay.
Albert Wen-Jie Feng 4-Oct-11 10:17am View    
Thank you!
Albert Wen-Jie Feng 4-Oct-11 10:15am View    
oh, this's true. but I want to to know if there is a way that I can adding data out of the OnInitDialog() function, which means if I can let the listbox object exsit before I fill it up with the data, thus I can update and add different data when necessary at any time and any where. would you give me some suggestion?
thank you!
Albert Wen-Jie Feng 4-Oct-11 10:04am View    
Thank you very much. I want to know if I can create a way to let the listbox object exsit before I use it which like I can declare an array without initializing, but I can assign data for it when necessary. Would you give me some sugestion? thank you!

Albert Wen-Jie Feng 3-Oct-11 3:24am View    
Oh, yes, When I move the part of adding data to the OnInitDialog() function, the programm can work constrainedly, but this is not the result I want, which means I have to add some unrelative parts to the Dialog class. Is there a better solution? thank you!