Description:
Microsoft Visual C newsgroup.
|
|
|
windows shutdown notification
|
| |
Is there any way to make MFC application being notified at windows
shutdown event.
I have tried WM_QUERYWNDSESSION message but it didn't help.
Can anybody send me code to do that??
|
|
printing problem with windows api
|
| |
I have tried to print some lines through writeprinter method in
virtual printer (as a pdf file in cutepdf software). But this fails.
Although i am able to print with CDC. At some place i have read that
this is general problem with this function u have to use CDC.
Is there any solution to this problem?... more »
|
|
MS Visual Studio 2010 "Change Icon" - please help
|
| |
Guest OS: Windows XP Pro SP3
IDE: MS Visual Studio 2010
I have MS Visual Studio 2010 in Quick Launch but
the color scheme of the default icon for
the IDE makes it camouflaged (due to lack of contrast).
Where can I find more icons for MS Visual Studio 2010?
I searched but without success.... more »
|
|
Incrementing slider control values in 0.01 step
|
| |
Hi every one,
I can not figure out how i can increment the value of my slider
control in 0.01 step. What's happening is that the step seems to be
0.08 instead of 0.01
BOOL CTestDlg:: OnInitDialog()
{
...
m_Slider.SetRange(0,1000); // from 0 to 10
m_Slider.SetTicFreq(1);
SetDlgItemText(IDC_SLIDER_VALU E, _T("0"));... more »
|
|
timecode synchronization
|
| |
Hi,
I want to create a MFC application which receives a midi timecode by a
usb-midi-device for synchronization purpose. Under control of this
"timecode clock" I want to transmit some data packets by serial
ports.
In my solution, I`ll spend an UI-thread for transmitting the serial-
port data as well as another UI-thread for receiving the midi timecode... more »
|
|
Hide main window leaving task bar icon, MFC dialog showing
|
| |
A class based on CWnd is my main window. From this, it is possible, by clicking on various parts, to start MFC dialogs. At this time, I want the MFC dialog to be visible, the main window to be invisible, and the icon from my main window to remain in the task bar. I cannot seem to accomplish these all at once.... more »
|
|
Critical section-Updating the Dialog from Workerthread
|
| |
Hi every one,
I have a dialog application with a start button, a slider control, an
edit box where the value of the slider control will be displayed and
another edit box where the result of some operations made from a
workerthread will be displayed. When moving the slider, the new value
of the slider should appear in the corresponding edit box and the... more »
|
|
GetClassLong always fails in when access app using Remote Desktop client
|
| |
Hi All, I have an application where I need to take icons of window using GetClassLong which works OK. But when ever I try to access the same application using Remote desktop client (RDP client) this function fails every time. Can you please let me know the reason for this and if possible can you please let me know the solution for this ?... more »
|
|
|