First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
use of recordset
Hi, I used to work with CRecordset from MFC (VC++ 6.0) to connect to Mysql database.(via odbc connector) I think CRecordset are not easy to manipulate. - when I open a table, I think that all the table is loaded - to get a field, you have to get all the line - I don't know how make select count(*) from table and... 12 May 2008 04:06
migrate from vc6 to studio 2008
Hi, I would like to know if it is interesting for me to migrate from VC++ 6.0 (old but not too heavy) to studio 2008. I am working only in C++ (with MFC). I work also with PHP. I have seen that the editor can manage this language but I don't know if developement tools are available such as debuger, class manag... 5 May 2008 09:10
Regarding some specificity of RDP login
Hi, I'm working on a project which has its own GINA for some Windows logon customizations. It works fine for ordinary (local) logon; with Remote Desktop logon problems are encountered. I looked into the app logs and was surprised at smashing differences of local and RDP logon processes. It turned out that RDP lo... 5 May 2008 05:05
Problem in fullscreen under Vista
Hello, A new problem appear only on vista (works under XP) - When i create a popup window with an opengl context and when i set this window to full screen, like that : SetWindowPos(&wndTop,0,0,GetSystemMetrics(CX_SCREEN),GetSystemMetrics(CY_SCREEN),SWP_SHOWWINDOW); It works under XP and t... 5 May 2008 17:01
How to do a function, like quick format?
Maybe it is a stupid question. I want to do a function, like quick format I have a idea that i use "CreateFile" to open PhysicalDrive and write all zero sectors by sectors until all size over. But it will destroy all information, including MBR and FAT32 Boot Record , and spend much time to do. How to do t... 9 May 2008 09:07
screen show and print : difference
����IPicture�ӿ�����Ļ����ʾJPGͼƬ,����IPicture::Render����ʾͼƬ��ijһ����,����������ʾ��. �������ʾ�������͸��ӡ���ӡ.�ɴ�ӡ���������ʾ�������кܴ���,����Ϊ:��ӡ�IJ��ֺ���ʾ�������Լ���С�����Ǻ�, �Ҹ���ô��? ����Ҫ��ӡ��Ļ��ʾ������. лл. ��������: void CPrintMAP2View::OnDraw(CDC* pDC) { CPrintMAP2Doc* pDoc = GetDocument(); ASSERT_VALID... 5 May 2008 02:44
Trap MaxText trigger
I new to this so bear with me. Running VC++ in Visual Studio 2003 . I'd like to trap the character in the CSstring in an Edit control that triggers an EN_MAXTEXT message and move it to the next edit control in the tab order to begin that CString. It's easy to move the focus with a SetFocus() message but I can... 5 May 2008 23:15
How to: optional CString parameter
Hello, How can I make a CString parameter optional? I tried [in the .h file:] virtual CString Get(CString strURL, CString& strErrorMsg = NULL); It gives me the error Error 4 error C2440: 'default argument' : cannot convert from 'int' to 'CString & What I want to do: make the strErrorMsg parameter opt... 5 May 2008 12:19
How to maximize an MDI child window ?
Hi MFC Experts: I'm wetting a standard MFC MDI application and I have a need to make one of the MDI child windows to be able to completely maximize itself to cover full screen of a monitor. Any help is appreciated. I know I can have a dialog box to do what I want, but I'd like to try if I can do it with a n... 8 May 2008 18:48
CListCtrl, hide and edit
MFC 6.0. The Help implied that I can hide an item in a CListCtrl. But I can't find out how to do it. I'd like to be able to fill a CListCtrl with a set of data, then filter to show only a subset by hiding all those items not in the subset. Also, GetEditControl() implies (to me at least) that I can get a CEdit ... 9 May 2008 11:29
First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63