|
First
|
Prev |
Next
|
Last
Pages: 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723
CJK character I wanted to write an MFC app that deals with Unicode CJK character. But the user may input character with different coding (GB, BIG-5, Shift-JIS...), is there any way I can detect the coding and convert it to Unicode? Thanks. ... 18 Mar 2005 03:22
MFC Application and Crystal Reports I need to get Crystal reports running on an MFC application, Does anyone have an example, or know where i can find one?. I looked into http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/crsamreportbindingoptionsforwindowsformsviewers.asp But couldnt get it working, i think im missing s... 17 Mar 2005 21:10
CHtmlView COleControlSite hi, I've created my own "CCustomControlSite : public COleControlSite". My aplication uses a "CHtmlWnd : public CHtmlView". - A CHtmlView acts as a container right? - If acts like a container it must create COleControlSite? - Whow can I "replace" the creation of the COleControlSite with my CCustomControlSite? ... 15 Mar 2005 16:40
How to use Balloon Tool tips Hi All, I need to show a BALLOON tooltip for a check box in my MFC dialog. I tried out the samples from MSDN, code project etc, but the tool tip that appears is not of the BALLOON style. MSDN says that just adding TTS_BALLOON to the flags is enough. Remember i want the tool tip for a check box [or say any MFC ... 15 Mar 2005 01:05
Pls, help a beginner(MFC) Could anybody tell me what is the future of MFC? I never used that library. I just got some skills in pure C++. But some knowledgeable people are saying it's not a good idea to study MFC, because "it's going to be obsolete" and replaced by .Net. They advise me to study C# because as they say "studying MFC will... 26 Mar 2005 17:00
PumpMessage trace in debug window When debugging a C++ program in VS, I'm suddenly getting lots of "PumpMessage" messages in the debug winodw. How can I turn this off? How did I turn the PumpMessage tracing on in the first place? ... 5 Mar 2005 12:18
CListBox - MultiColumn's - How to ?? Hi All I am trying to create a 4 column ListBox . I have added the ListBox to the Dialog & set the MultiColumn property there. Using the following names could someone give me some code to, 1/ Create 4 Columns in the ListBox 2/ Load "some data" into each column in row 0 Name : ListBox Control... 5 Mar 2005 13:51
CSliderCtrl::SetBuddy; what does it do? I assumed that it functions in much the same way as the buddy window for a CSpinButtonCtrl, but I don't see it actua;;y doing anything when I slide the bar. I was testing the functionality of the CSliderCtrl to try and figuer out why I can;'t get them to work properly, so I whipped up a quick dialog based proj... 4 Mar 2005 04:10
CListCtrl not Unicode compatible? Hi, I'm trying to display some Unicode in a CListCtrl and it doesn't seem to work. I've compiled the project with the Unicode Charset setting and I have Unicode all over the application, but when I try to display some Greek chars in the CListCtrl, I only get some black squares. This is what I'm calling: list... 1 Mar 2005 18:35
Winhttp.h file Hi I want to use 'WinHttpGetProxyforurl' method to retrieve the proxy information from a pac file.But I couldnot found the winhttp.h, winhttp.lib and winhttp.dll files to compile it. please send me if any other solution to get proxy information from pac url. Any help will be appreciated. Thanks you D... 2 Mar 2005 00:17 |