Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Windows MFC Solutions: 101 - 125 of 3999
 
I'm going on an interview and I need to brush up on my MFC.  Does anyone know a web site where I can get some good interview questions? - Thanks.
Hi Experts, I would like to redirect the output of a command line program to a file using hStdOutput. However, while the program happily displays its output in its dos window, the file is no...
How do I convert a char array to a CString in Win CE? The following code only copies the first 126 character of buf into tmpStr. char buf[512]; loadBuffer(&buf); // fill entire buf with d...
Hi all, I have created a modeless dialog derived from ATL's CAxDialogImpl.  The dialog has a WebBrowser control (Internet Explorer). If a webpage is loaded in the control, keystrokes do ...
How to convert an Unicode CString to STL::string? Thanks
I have two CEdit controls on a dialog, I have assigned CEdit variables to each.  They are used to enter a user id and password so they are only single line edit controls.  I just want to get t...
I want to add a multiline text into a subitem of my listview. The lines separated by "\r\n". Is it possible?
How to convert from CImage to HBITMAP? CImage image; HRESULT sc=image.Load(stringload); HBITMAP hbmp=image.Detach(); This doesn't work! Any solution to this is very welcomed! The op...
I am writing a small chat program and i want to show some special charcaters like icons of smiley faces in yahoo messenger chat windows show..how can i achieve this ? i know this character ...
Hello I have 5 string tables in my MFC app (English, french, german, italian and spanish) Now when the app is run on for example a german version on windows. Though not tested though I ...
When I programmatically check a radio button as described here: http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23119601.html It crashes in Debug mode but n...
I have trouble in understanding the use of OpenRequest of CHttpConnection and SendRequest or SendRequestEx of CHttpFile.   Let say I want to do something like: https://website.ca/ABroker?Ex...
I'm interfacing with an active X thing, and I don't know much about this stuff.  The object has a property which seems to be a _bstr_t.  I want to get that string and use it in VC++/MFC prefer...
I have a CStatic , CButton on a Dialog box.  I click the CButton to call a CColorDlg choose the color and set the background color of CStatic.  But, even ReDrawWindow(), UpdateWindow() is no u...
How do I get the current system time into a member variable? I tried using CTime::GetCurrentTime() but that returns the elapsed time since Windows95 was started. I also checked out the GetSyst...
i have a little problem, when im working on an encryption algorithm thing and im facing a problem that is not really related to the alg. itslef, well here is a code of what im taking about: ...
How do you connect an Access 2000 database with MFC (Visual Studio 6.0) using ADO?
Hello...I'm trying to save an image that I captured to the clipboard to a bitmap image. and i've been unable to do so....I can open MS Paint and paste to save my image (Therefore I can confirm...
Is it possible to capture the message when the application loses focus and regains focus ? Please attach a snippet of the calls  if possible. Thanks
I wish to change the color of the textof a radio button when the mouse is aronud it. I catch the WM_MOUSEMOVE and then I set focus on the button. yet I can't find the way to change the butto...
Hi experts, I used EXCEL9.OLB type lib to create excel9.cpp and excel9.h to be used in VC++6. The program is the run on a PC having Excel2002. As long as I make the spreadsheet visible to g...
Hi Experts, Does anyone know how to build boost for VS 2008? Many thanks, Mike
Hello, Experts:  I need your help !  you may think my question is very strange, but I have to solve this because my client stick to this feature.  my situation is, I have a CListCtrl in my ...
ok i am trying to see if a file exists befor i copy it on both ends.... if a file is going to be overwriten then make a backup of it and if the source file dosent exist then just quit there an...
Hi, I would like to know how can i programmatically extract frames from an AVI and MPG movie to JPG and GIF files. I'm creating a tool that plays JPG or GIF files as a movie, and need to gi...