First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
Serial Communication Problem
Hello All, This is more of a win32 question so I am sorry if I am off-topic but I wasn't sure where to post this. Here is my scenario: I have a USB to Serial converter that is using the "Prolific" driver in order to emulate a serial port (it exposes it as COMx) so I should be able to treat it as a regular p... 9 May 2008 14:37
Prevent Dialog from Being Shown in OnShowWindow
I'm working on a modeless dialog which needs to get some data each time it is shown. If it fails to obtain the data, I want to show a message box and prevent the dialog from being shown. I've tried handling this in OnShowWindow: void CMyDialog::OnShowWindow(BOOL bShow, UINT nStatus) { CDialog::OnShowWin... 9 May 2008 13:03
AfxBeginThread hangs, but not when the application is being debugged
I have a very weird problem... In a dialog based app, when a button is clicked, I call AfxBeginThread() to create a new worker therad (not a UI one). The thread is created suspended, and after that started. The problem is that AfxBeginThread hangs every single time (both debug and release). It never returns. To mak... 9 May 2008 10:41
Vista installations (again)
In a couple of weeks I'm going to start looking at our installation again. Following a previous round of help in this group, we now use MS Visual Studio 2005's "Setup and Deployment" -> "Setup Project". All is well on XP, but I need guidance/help to build a Vista compatible install. Top of the list is ease of ... 9 May 2008 13:03
My Edit boxes are flickering when CView object is redrawing itself.
I am working on an MDI application.My Custom CEdit boxes are moving with MouseMove on client area of CView derived class. I set CMDIFrameWnd derived class(CMainWindow ) as parent to my Custom CEdit boxes which is a need. In certain conditions (due to some other drawing) CView is redrawing itself while Edit boxes ar... 12 May 2008 01:45
vc++ mfc project build is extremely slow taking hours
Hi, I have a vc++ 2002.NET MFC console exe project and it accesses a lot of 3rd party headers and libraries available on a network machine \ \dataread. Now, I do connect to that machine by Start->Run->\\dataread and entering user/pwd. Further I have declared several environment variables which are used in the Vi... 12 May 2008 22:37
CTabCtrl toggle icons
As the title reads. I have a tab control where each tab shows an icon (+text). I would like to be able to toggle the icons at will (so that all are shown or hidden). Any thoughts? ... 9 May 2008 06:33
How to create wizards with direct links to pages
I was wondering if there was a way to create wizards with direct links to pages like is done in the new project wizard in visual studio? Thanks in advance Gary ... 9 May 2008 16:12
Use MFC from non-MFC application
I have been struggling for weeks with this very problem. I need to call an MFC dll from a non-MFC application. The MFC dll was originally a working MFC appllication that I conveted to a dll. The dll works fine except that it crashes when I try to exit. David, you mentioned that you have done this successfu... 8 May 2008 10:55
Language change is not retained on language bar in mfc application
I am using Arabic workstation with English as second input language. I switch language to English on the language bar or press (Shift + Alt). I have an MFC application which contains a Dialog Box with one Edit box and one Button. I follow the below mentioned steps. 1. Ran my application 2. Changed language from ... 9 May 2008 01:51
First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60