Click here to Skip to main content
15,919,479 members

Comments by Sumit Makhe (Top 12 by date)

Sumit Makhe 24-Apr-12 8:06am View    
I was working on other features like pie chart etc. I also worked with threading but when I create dialog with DoModel() method it does not allow allow background processing. CreateDialog method does not create dialog. So could you please tell me how to create dialog without using DoModel?
Sumit Makhe 2-Apr-12 5:25am View    
Everything is complex. Could anyone please tell me step-by-step procedure to create a pie chart. I dont want to change values at run time. I just want to show free space and occupied space of HDD on pie chart.
Sumit Makhe 2-Apr-12 4:09am View    
thank you, I'm working on it.
Sumit Makhe 31-Mar-12 0:58am View    
I have 2 radio buttons. Each indicate each drive on my laptop. when user clicks on either of the buttons, VC++ calculates the free space on that drive. There is one list box, user can add folder in it. so when user clicks the radio button, VC++ calculates folder size. for simple folder tree user dont even notice that pause but when I add windows folder it take 8-9 seconds. so during that I want to show BUSY dialog...
you mean the solution is to create separate thread to calculate folder size? what about asynchronous functions?
Sumit Makhe 29-Mar-12 10:11am View    
I will try, Thank you..