Please post any example for threading in MFC? - mfc

guys please post me an example for threading in MFC....it should show the progress and at the same time it should display the text,,if u anyone know some examples, please post me...

The Code Project is usually a good site to check for code examples. This example project may help.

On MSDN are these two examples about multithreading with MFC:
http://msdn.microsoft.com/en-us/library/3kk6acaf%28VS.80%29.aspx
http://msdn.microsoft.com/en-us/library/s3wsyb55%28VS.80%29.aspx
On both pages are links to download the sample source code.

Related

How does SelectionIdBuilder work?

I'm trying to understand how the SelectionIdBuilder works. I'm especially trying to understand when and how to use .withMeasure and .withSeries. The information in GitHub (here) didn't enlighten me. I can't find any real examples of code using either .withMeasure or .withSeries.
I got my visual to work, using only .withCategory, based on other visuals I saw, but I want to really understand the SelectionIdBuilder.
I'd sure appreciate an education regarding how SelectionIdBuilder works and where I might find more detailed info about it.

How to add button in UI in marmalade tool?

Please anybody tell me how to add a button as they have shown example in their tool but I am not getting that as I am new to cross platform development tool but I know to develop using Eclipse? Thanks in advance
I am a developer support engineer at Marmalade. I am not completely sure what module you are trying to use, but I recommend that you check out our documentation for IwNUI. This will allow you to add native buttons to your cross platform application:
http://docs.madewithmarmalade.com/display/MD/IwNUI+overview
Better yet, as you are new to Marmalade, why don't you try out our full game tutorial which I hope that you will find helpful.
http://docs.madewithmarmalade.com/display/MD/cplusplustutorial
Finally, if you have any other issues, you will be much more likely to get assistance at our official forums, so please feel free to visit:
https://devnet.madewithmarmalade.com/index.html
Hope this helps!

How to use django-discussion application?

I recently learned about django-discussion. I don't know it may be a great application but I couldn't find any documentation, no example anywhere on the web.
Can somebody please guide me to the right direction? How can I integrate it with other application?
According to the lists of django forum applications here and here, there are better alternatives like django-threadedcomments, djangobb or pybbm - take a look.
Plus, django-discussion is not actively developed now.
Hope that helps.

guide to translating django application (OSQA)?

I want to translate OSQA into my native language, but I'm a total newbie to Django.
I've seen that there are other questions here on SO relating 0SQA. (especially this one)
So if anyone could guide me how to accomplish this task. (I’ve done research before posting question here, but I didn’t find anything understandable)
Thank you for any answers, suggestions, tips.
You can install the rosetta package. Here are more informations and a simple step by step installation. http://meta.osqa.net/questions/11183/where-do-i-find-italian-rosetta-language-pack

What is HID_REPORT_DESCRIPTOR?

What is HID_REPORT_DESCRIPTOR and what is the use of this. I had found some definitions in web, but I don't understand. How we can use use this and how we can edit a Report Descriptor.
Please guide me, it would be appreciated.
This tutorial pretty much explains everything in detail about HID_REPORT_DESCRIPTOR.
Please do a google search before you ask a question.
A HID Report Descriptor is a description for a HID Report. :-)
It describes what a Human Interface Device can do, and how you talk to it.
http://www.usblyzer.com/usb-human-interface-device-hid-class-decoder.htm