Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: jiazhiqiang [x]
Question 13 May 2013   license: CPOL
I use vs2008,develop a no-mfc regular win32- Dll(named DisplayTT.Dll) , which used QT library ;I also have a console32 program to use that DLL, they all use windows standard library and Use Multi-Byte Character Set.compile and link are both OK.But when I Run it with F5 in vs2008, It will...
Question 24 Apr 2013   license: CPOL
I want a assert() act like that in debug mode,any advice?(No-MFC)I have tried to undefine the Undebug macro,but the assert(0) will cause program directly return.I want it to act same with in debug mode.
C++
Question 16 Apr 2013   license: CPOL
Using delegates:I own class creates an instance of the library class on the heap and only stores its pointer.JString& JString::format( const TCHAR* formatString, ... ){ m_Imp->format(formatString,...);//the compiler warning this! return *this;}m_imp is the library class...
C++
Question 9 Apr 2013   license: CPOL
Now I dev a new libary based on another free-libary.but I also don't want the people knows My libary 's Imp details.EX.a database class in the free lib: OdDatabse.I want to Imp my own class(MyDatabase) which is same with OdDatabse.I really don't How to Do this.I hava tried...
C++
Question 12 Mar 2013   license: CPOL
I want the source of SVN,But cann't get it.https://sourceforge.net/projects/tortoisesvn/[^]Help me please.
Question 4 Mar 2013   license: CPOL
Just like the title,This is the link,the sofeware name is UltraStar Deluxe.How Can I find and download its whole source files ? thanks!https://sourceforge.net/projects/ultrastardx/?source=navbar[^]
C++
Question 25 Dec 2012   license: CPOL
struct S2{//32 long a1:2; long a2:30; LONG64 a;}; long a1:2; the colon after the long is mean what?
C++
Question 17 Dec 2012   license: CPOL
static LRESULT CALLBACK ComboBox_Proc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam){case WM_CHAR: if(VK_BACK ==wParam)//让回退正常处理 return CallWindowProc((WNDPROC)GetProp(hwnd, TEXT("Wprc")), hwnd, msg, wParam, lParam); //....when I purely pressed VK_BACK the if...
Question 14 Dec 2012   license: CPOL
BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam){ PAINTSTRUCT ps; static HWND hCtrlBlock ; static int iColor, iFigure ; switch (message) { case WM_PAINT: PaintTheBlock...
Question 28 Oct 2012   license: CPOL
As mationed above,How Can I close the CheckSpelling feature of word.Now I When the program outputing the text to word2007,in the way, The word prompt me "There is too many spelling -error "Help me.May i close the CheckSpelling feature?
Question 18 Sep 2012   license: CPOL
As the title above,I Need a free and lightweight tool to transform simple C# code to C++ code. Any suggestion? Thanks!
Question 25 Jul 2012   license: CPOL
In 2 cpp files, If I add a variable definition with the same name respectively. //1.cpp const int nTest=1; ... //2.cpp const int nTest=1; ...The complier will build successfully. but if I delete "const " it will report an error!May the reason is that const int...
C++
Question 3 Jul 2012   license: CPOL
LOGFONT LogFont; CFont * pCurFont=GetFont();//Dialog's Font if(!pCurFont) return; pCurFont->GetLogFont(&LogFont); LogFont.lfWeight=(bBold?FW_BOLD:FW_NORMAL); CFont font; font.CreateFontIndirect(&LogFont); pWndSel->SetFont(&font);I have a Button in Dialog,When I first Setfont()...
Question 27 Jun 2012   license: CPOL
Now I Do MS Office Word Automation Using C++,I Have got the Warpper class _Application,_Selection ,And other Stuff. I Find Trick :I Record A maroc and look the code of it in Word2003.Then I know How I can wirte the similar Code in C++. " Selection.TypeText Text:="11111111111" ...
Question 15 Apr 2012   license: CPOL
After I finished a program,I run it ,But found it's so slow. Using vs2008,How can I Have a Tool to find the bottleneck of the performance in which function or class.Then I can improve it.Any suggestoin? Free tool and lightweight is better!
Question 11 Mar 2012   license: CPOL
See above,it cann't DoModal() mean: it's nothing appeared! when debug mode,press F10,it's direct go down,there's no dialog occur!But if I remove the WebBrowser from the dialog in rc editor, everything will be OK!Help me!
Question 9 Mar 2012   license: CPOL
I googled and do much searched on codeproject,I cann't find a solution can display jpg and png in RichEdit,Any points is Good!
Question 9 Mar 2012   license: CPOL
I output some ole bitmap objects and text in a RichEdit control and set it to read-only.when I Left-click on it,it can get input caret and may also select one ole bitmap,I just want it can get focus(then I can vertical-scroll it)but cann't get the input caret to ensure user cann't select the...
Question 8 Mar 2012   license: CPOL
I have Sp1 patch for VS2008. Os Win7 32bit.Visual Studio Team System 2008 Team SuiteI have setted the "Debuging"->"Enable Edit and Continue" check box.My project has "(/INCREMENTAL)" switch on.But "apply code change" is always gray and disabled.I have googled but can find a ...
Question 6 Mar 2012   license: CPOL
Now I Need a control can display the text and picture,Like microsoft's word can do.The Text string and picture can be read from the Disk.Now I need a kind of control can display the text and the picture follow it.Of course may need control the format of them.I use VS2008,C++.Windows OS
C++
Question 2 Dec 2011   license: CPOL
I need to save the Keyboard Map setting,and import the setting to other pc's VC6.Help me please?or IF the IDE itself cann't support ,then some tools can achieve this or some methods to simplify this work. Thanks!
Question 2 Nov 2011   license: CPOL
extern int iNSIntl; //defined in other cppstatic int iNSIntl=2;namespace{ int iNSIntl=0;}void main ( int argc, char** argv ){ cout
C++
Question 30 Oct 2011   license: CPOL
Hello,everyone...

Page 1 of 1


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid