Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Windows MFC Solutions: 26 - 50 of 3296
 
Hi,  I wonder what xlFileFormat value to use when saving a file using SaveAs with .XLSX, .XLSM, or .XLSB extension in Excel Automation. Any help would be greatly appreciated. Thanks. _Work...
Explain me what exactly is the difference between LPCSTR. LPCTSTR and LPTSTR. Why do we need to use the syntax shown below to convert a string into a LV_ITEM structure variable pszText. The...
For an application suite (exes + dlls) I have been using merge modules (msm) files embedded in an installation (wise for windows). Until recently a typical manifest file would be: <?xml ve...
hi, somebody please post me how to create a mutiple client single server application using threads in vc++. the problem is iam not able to put accept() function in an infinite loop for the s...
Hello, Can anybody help me providing ten (10) - fifteen (15)  good interview questins in MFC (excluding COM)? It's urgent! Thanks pbsmbc
Hi all, I have 1 range of IP addresses ex 192.168.98.1 .. 192.168.99.10. I want to know how many addresses in this range. Do you know a function to convert a IP address to integer in Visual ...
I'm working on an MFC project. I've been copying the path of external files to a dialog edit control in this manner: void Cbackup::OnBnClickedButton4() {      CFileDialog l_SampleDlg(TRUE,NUL...
Trying to connect to MySQL from Visual C++ 6 (Windows MFC Application) Hi, I'm trying to connect to a MySQL database from C++. First I downloaded mysql++-1.7.28.tar.gz from here --> http...
hi i'm looking for MFC tutorial like Scribble but in Visual Studio 2005. I found the scrible tutorial only in Visual Studio 6.0. Is there a Scribble tutorial in Visual studio 2005? Do you...
Hi there,     I am looking for a routine to have my program sleep for 10 or 100 microsecnds without using full processor use.   I saw some good topics already posted but they use full proce...
HI,      How to convert a CString data to int. Suppose I have char* bytearray; CString data; CString CSbytearray(bytearray); data = CSbytearray.Mid(1,4); Now,I need data in integer f...
Hi, is there someone who has already done a simple calculator in Visual C++. What I need is a sample, which does +, -, *, /. Not more. If yes, please note a message here and send the com...
Hi there, I'm implementing my 1st dialog box in Visual C++ 6 and I'm struggling. I've got a project : It's an Outlook add-in which adds a button to Outlook. I want to display a window when ...
Hi All, Can any body give me a solution in which I need to post/send BN_Clicked message using SendMessage or PostMessage methods I have tried like this. But they are not working. SendMe...
I'm seeing this value in an access violation that occurs when my program is trying to clean up after itself.  All of my "delete <some pointer>" statements are wrapped in an "if(<some pointer>)...
How do I add a bitmap to an MFC Dialog?
hi all,  My dialogB has a combo box and a save button. For initialization, if the combo box is empty->  Save is disable. IT works perfectly.  However, when user type it, how can i make Save...
Hi, I have problem with creating windows service...I write a program which is trying to run another exe file as a windows service...However, I keep getting 1053, error code, when I attemp t...
The format: DT_CENTER|DT_SINGLELINE|DT_VCENTER will draw my text centered horizontally and vertically only if DT_SINGLELINE is specified.  If I specify DT_WORDBREAK  instead so that word...
Hi experts, The question title says it all... Basically I will need a little bit of UI - and I'm wondering if I need to run under a specific user account in order to access a database. T...
I have machine A and machine B runing win-2000 and they are independent.Machine A is connected to the Internet through my service provide("Dishnet" phno-172341) by dial up connection same way ...
Hi I keep on getting this error for no reason at all. It goes and comes on its own. I cannot run my application as of now. fatal error C1853: 'Debug/Software.pch' is not a precompiled hea...
Hi friends ... there is a problem i am facing ....  want a for loop to wait for about 100 ms in every loop ...the loop draws a particular image using opengl. for (.....) {    .........//...
I have downloaded Microsoft SDK. Then I have moved all the files from C:\Programmer\Microsoft SDK\include to C:\Programmer\Microsoft Visual Studio\VC98\Include Then I have in my program w...
Hi experts, I am a little confused.. I am trying to include into a mfc dialog-based project a child window created with CWnd class, but I can't get this code working: CProp::CProp(CWnd*...