Tagged Questions
0
votes
0answers
25 views
Folder's context menu item “paste” and “paste shortcut” disabled
I am fetching folder's context menu using IShellView::GetItemObject (using flag: SVGIO_BACKGROUND).
Context menu is populating fine (same as window explorer populates for folder when we make a right ...
0
votes
1answer
51 views
API or SDK for generating an AVI from bitmaps
I have an C++ VS2010 Windows MFC/GDI application, and I'd like to be able generate an AVI to create an animation from a series of bitmaps. Any recommendations for an appropriate API or SDK?
edit: ...
0
votes
2answers
46 views
MFC Application font issues - dialogs look wrongon Win2k8
My legacy application that runs on win2k3 citrix is about to be migrated to win2k8 citrix.
While testing on win2k8 I noticed UI issues that are not apparent on 2k3 - buttons are not wide enough for ...
0
votes
0answers
45 views
How can I know that threads of my application are working or hovered?
I need to write application that collect information about processes in windows. I can read number of threads and thread's id, memory that used by process. But i dont know how i can check working or ...
1
vote
1answer
71 views
CDialog - EndDialog from a MODELESS dialog?
The MS documentation (and others) "clearly" states:
... Because the normal OnOk and OnCancel member functions of a CDialog
object would call EndDialog, make sure your modeless dialog box does
...
2
votes
1answer
49 views
Is it possible to dynamically change the language of a modal dialog?
Say you have a dialog based MFC application that displays it's main dialog from the MyWinApp::InitInstance() function via calling dlg.DoModal().
Further, this application contains localized resources ...
0
votes
1answer
49 views
MFC Custom HtmlHelp
I'm doing maintenance on a legacy MFC application. When the user selects Help → Help from the main menu along the top of the app, I need my custom OnHelp() to be called. From my research, I've ...
2
votes
0answers
63 views
Focus not returning to CView after dismissing Message box
Within a derived CView class' method, I am calling the CWnd's MessageBox method. This is a docked view, not an MDI child. Upon return from MessageBox, focus goes to the Active MDI child, not back to ...
0
votes
0answers
86 views
Datagram socket programming [closed]
I am working in the UDP layer. I have a client and server. My client socket is sending the information correctly, but at my server side it is not accepting.
Also my client side code is as
int ...
2
votes
1answer
80 views
MFC colored button with native win7 appearance
I am using MFC to create a dialog project and trying to impart color to the buttons.
I came to know that the only way you can do is to make the button owner draw. OnCtlColor() does not work for ...
0
votes
3answers
87 views
Two dialogs in one MFC application
I am trying to make a dialog based MFC application , where two dialogs needs to be shown sequentially.
What that means is , once the first dialog(modal) is shown and dismissed (by pressing OK), the ...
0
votes
1answer
52 views
NetShareEnum (..) winapi not able to remove unnecessary sharefolders
For getting the share folder name i have been used the following code , here i am able to get the folder names . But the problem what i am facing is along with the share folder created by the user it ...
0
votes
0answers
21 views
need command for list out shared folder in MFC [closed]
I need to list out all the shared folders(directory) in the system along with their path .
i want a command or an api in MFC, for listing out the shared directories. please help me in this .
0
votes
1answer
39 views
Monitor/Determine when a com object is used
I wonder if any one can help me with this..
What I want to do is to put some type of trigger on a COM object, whenever this object is created/loaded and used, I want to create a log. I am fairly ...
4
votes
1answer
96 views
MFC drawn elements change after 30-60 minutes
I have an application with a completely custom drawn UI (i.e. just a bunch of filled boxes with text). After about 30-60 minutes of running time, the UI elements spontaneously change. For example, ...
4
votes
1answer
116 views
Disable Print button in HtmlHelp
I'm performing maintenance on a legacy MFC application. We have a need to disable the Print button in the Help dialog. There is no printer connected to the system and the application crashes if the ...
1
vote
1answer
49 views
Porting multithreaded window ce app to win32
I am trying to do the opposite of the usual. We have a legacy WinCE app which now needs to be ported to the Win32 platform, so that it can work as a simulator of the actual app.
I have managed to ...
0
votes
2answers
33 views
Error C2146 for win32 project
void CMainWindow::OnPaint ()
{
CPaintDC dc (this);
CRect rect;
GetClientRect (&rect);
dc.DrawText (_T ("Hello, MFC"), -1, &rect,DT_SINGLELINE ¦ DT_CENTER ¦ DT_VCENTER);
}
I ...
0
votes
1answer
89 views
Winapi radio button bevahivour
I have created a custom image drawing checkbox in WTL and I am now trying to create a custom image drawn radio button, how does the radio button work, when a user cliks one button to select it how ...
2
votes
2answers
87 views
simple winapi spin control
I am trying to make a simple spin control and edit box in WTL &/ winapi. and this does not work properly, because I only see 0 as initial value and the arrows don t work, code here:
HWND spin = ...
-1
votes
1answer
119 views
C WinAPI and C++ MFC resource
I would like to ask you guys if you know what are the best(comprehensive) books for the following topics:
C Win32/WinAPI programming;
Book or Catalog of windows functions in windows.h and all the ...
1
vote
2answers
93 views
MFC CListCtrl drag file to Windows Explorer
I am writing an MFC application.
I want to drag file from a CListCtrl in my application to Windows Explorer.
How to do that?
1
vote
2answers
313 views
Displaying all Bitmap Types from a Memory Buffer with MFC or Win32
The goal is to display bitmaps stored in memory buffers. The contents of the memory buffers are identical to disk-stored .bmp files. For performance reasons, writing these buffers to disk and then ...
12
votes
1answer
180 views
What is the correct solution to support IAccesible interface for caret movement in text editors?
I want to implement a text editor from scratch which supports IAccessible interface. I am using MFC and Win32 API.
When the caret position change in the standard text editors like Notepad, the ...
0
votes
1answer
51 views
Porting MFC to Win32SDK Application
I have 2 Application one in Win32SDK an Other one in MFC.
What should be my approach to port code on either side with minimum complication.
0
votes
2answers
96 views
Receiving Ctrl+R message when pressing Ctrl+C in PreTranslateMessage
I have an MFC dialog application that processes certain messages in PreTranslateMessage. One of the ones I'm interested in is Ctrl+R. However, I am receiving this message when I click on another ...
3
votes
1answer
81 views
Is there a better way to convert an itemidlist into a path-string than SHGetPathFromIDList()?
Microsoft supplies a class CMFCShellTreeCtrl for browsing the shell namespace hierarchy (essentially the same thing as the left hand side of an explorer window).
This control uses ...
0
votes
1answer
110 views
Replacing texts “OK”, “Cancel”, “Apply” and “Help” in Win32 property sheets
On a Win32 property sheet the texts "OK", "Cancel", "Apply" and "Help" are automatically displayed in the system's language. That can be a problem if the language of a Software is different of the ...
0
votes
1answer
76 views
Delegating OnUpdate… messages from CMainFrame in MFC
I am using MFC and have a main frame and this receives the WM_PASTE, WM_COPY messages etc from the toolbar.
What I want to do is pass this message on to the CPaneDialog which has the focus, because ...
1
vote
1answer
145 views
The MFC ComboBox dropdown button is missing after using SetDroppedWidth
This is an Windows MFC programming issue.
I have a derived CComboBox which implement its own item draw and measurement. I did a little enhancement that the drop down list width is adjustable based on ...
1
vote
2answers
141 views
how to route a message to the control's standard WNDPROC
When a standard window control (e.g. an "EDIT" control) is created, its WNDPROC is defined as part of the window class (i.e. "EDIT" has a specific WNDPROC that is designed to make the window display ...
0
votes
1answer
63 views
Is CTime nullable?
In a MFC application I like to map SQL date values (CDBVariant) to MFC CTime. Because the database entries can be NULL (value does not exist), I wonder if CTime is nullable. The remark in the MFC ...
1
vote
1answer
89 views
CRichEditCtrl::LimitText - problems with new lines
I have a DB text field, size 500, linked to a MFC dialog field using a CRichEditCtrl. I call CRichEditCtrl::LimitText(500) so you can't enter more text than the DB can handle and this works just fine, ...
0
votes
2answers
111 views
Find the position of a control in C++
I need to find the x and y coordinates of a control, but I'm not sure where to begin. The only solutions that I've found on the internet use MFC, and I want to avoid using that. So, is there a way to ...
4
votes
3answers
171 views
ATL::CImage appears to misrepresent per-pixel alpha images on certain devices
I am having a problem making alpha images print to a printer device context (real or XPS document writer). They work great on the screen context and in print preview but when I print to file or to the ...
0
votes
2answers
259 views
Determining type of MFC object from HWND
Further to this question I have decided to overwrite the PreTranslateMessage function of my main window CMainFrame to check if a WM_MOUSEWHEEL message has been sent, and if it has and the target of ...
0
votes
2answers
328 views
native C++/Win32/MFC calendar control with custom font size
I'm using Visual Studio 2010 to create a native/win32/MFC C++ application. I have a dialog in which I'd like the user to be able to enter a date. To do this, I used the CDateTimeCtrl which is just a ...
0
votes
2answers
178 views
Preventing Mouse-wheel scrolling of controls
I am developing an application using the MFC library and I am currently trying to prevent the user accidentally changing one of the combo box controls when they are scrolling the mouse wheel.
I am ...
3
votes
1answer
131 views
Why CFileDialog::GetNextPathName doesn't work when the file path is long?
Using CFileDialog class, I select multiple files placed in a directory with a long path. It's OK when I select only one or two files; but when I select three files at the same time it returns only a ...
0
votes
0answers
38 views
Shell_NotifyIcon() failes if disk space is low
I am using Shell_NotifyIcon() to add and modify tray icon. I worked fine for me.
But when c drive space is very less then it wills fails and get last error is zero.
And one more thing I observed is ...
2
votes
2answers
343 views
What is the proper approach to modern UI for Windows Desktop Apps?
I have an existing app with an extensive C++ model that I would like to hook up to a nice, modern Windows 7 or 8 UI. The current (ancient) UI for our app was developed in the early Windows XP / 95/98 ...
0
votes
0answers
117 views
WinAPI window messages appear to get stolen by plugin - how to fix?
First off, some links (for those who want to try things out by themselves): I'm loading the Proteus VX VST plugin into my host, OpenMPT. The plugin works just fine, however it seems to steal some ...
0
votes
1answer
145 views
Win32 C++ Assign/Change Accelerator Key For MenuItem While Running
I'd like to assign an accelerator key to a menu item that doesn't have an accelerator key while running in C++ and be able to change it. I've looked through the docs and MSDN and it isn't clear to me ...
0
votes
1answer
87 views
How is this folder redirection to a drive letter done?
I was wondering how does a utility like this one redirects a folder to a driver letter?
PS. I need this done with C/C++/MFC.
1
vote
1answer
52 views
Receive notifications of a pending drag-and-drop operation over my window in C++
I have an MFC dialog window with controls in it that support drag-and-drop feature. Those controls are registered to receive drag-and-drops, and that part works fine.
My question is about my main MFC ...
0
votes
0answers
153 views
WM_WINDOWPOSCHANGING and main window visibility issue
I have a large C++/MFC application that can start in two modes: 1) regular GUI mode and 2) special mode when it was started with command line parameters in which case the GUI part of the program is ...
0
votes
1answer
152 views
MFC, EndDialog, repeated dialog creation causes unexpected behavior
I need to adjust the dialog window dynamically based on its size. To do so I employ the following technique:
I load it up and get its size from the CDialog::OnInitDialog() handler.
If the size is ...
0
votes
1answer
84 views
_T(“”) macro for non-MFC, Win32 projects
I'm creating a Win32 project, and I'm trying to use TCHAR everywhere. But since it's a non-MFC project, I don't have _T defined.
How do I get it in my project?
0
votes
2answers
212 views
MFC - MDI main frame title is truncated when maximized child window has very long title
I have an MFC application using MDI, something similar to the MFC Scribble example/tutorial. When the child window is maximized, the caption/title of the main frame window is automatically adjusted ...
1
vote
2answers
263 views
C++ VisualStudio GetFileVersionInfo
i downloaded this class http://www.codeproject.com/file/VersionInfo.asp
i use it to get the file information from a few programs i currently run.
It works fine when i want to information from the ...



