No announcements
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky5VotesTips on Posting Good Questions
Shawn Farkas of the CLR team recently posted a great message on the .NET Development forum about asking good questions. A lot of what he says is also applicable ... -
Sticky0VotesThe scope of this forum
Hi, For general C++ questions or general development questions (unrelated to Microsoft implementation issues or features), please use your favorite general C++ or development forums ...
-
Unanswered0VotesI need help calling Invoke to get a specific prop get method.
GetIDsOfNames( IID_NULL, Names, 1, LOCALE_USER_DEFAULT, &rgDispId ); if( ... -
Unanswered0VotesUsing Session Monikers in Windows Server 2008
I need to launch a COM out proc server from a Service running in Session 0 to any other session. I have tried the sample code provided ... -
Unanswered0VotesCMFCPopupMenu and CMFCVisualManagerOffice2007 - not a good match
Hi. I've noticed that if I use the following code: CMFCPopupMenu* pPopupMenu = new CMFCPopupMenu; after issuing ... -
Unanswered0VotesSetting location URL to CHtmlView
I am having set of CHtmlView(web browser) instances in a tab control for the user to explore the web pages. In some cases, I am downloading the page content and just setting the ... -
Unanswered1VotesMissing fci.lib in Windows SDK 8.0
Error 1 error LNK1181: cannot open input file 'fci.lib' This lib was previously, in Windows SDK 7.0 avaliavle on the lib folder but is missing in ... -
Unanswered0Votesfind number of users logged in windows
Hi All How can we find out the number of users logged in windows at a time? ( if there are many users logged in using switch ... -
Unanswered0VotesActiveX in IE10, Windows 8
I have developed a ActiveX for IE, which get the <body> information. System:Windows 8 , IE 10 Desktop version. Account: ... -
Unanswered0VotesCPaneDialog Black Background
Currently I am trying to fix an issue with a dialog that for each checkbox, radio button, pushbutton and text there is a black background. I have tried doing all sorts of fixes in the .h and .cpp ... -
Answered0VotesThis function or variable may be unsafe
------ Build started: Project: App9, Configuration: Debug Win32 ------ 1> App9.cpp 1>App9.cpp(28): warning C4996: 'sscanf': This function or variable ... -
Unanswered0VotesGetVolumeInformation() shows CRC error for fresh Blu-ray re-writable
While GetVolumeInformation() API is invoked for a fresh(not formatted) Blu-ray re writable(BD-RE) , it is failed with GetlastError() =23(Data error (cyclic redundancy check) ... -
Unanswered0VotesHow can I deploy a c++ c# Wrapper, what are the prerequistories
I have found the simple sample ... -
Answered0VotesCalling C++/CLI Wrapper for Unmanaged DLL from C#
I built a C++/CLI wrapper and linked it with the .lib file of my unmanaged DLL. I created a new C# project and added a reference to the C++/CLI DLL. I am ... -
Unanswered0VotesUndeclared identifier
Here's a weird problem. I created a new dialog, and the properties page says it has ID_MSF. In the header file for the cpp code that gets called there is the ... -
Unanswered0VotesKeyboard hot keys seem to permanently lose focus
KeyPreview = true;" was in the Form constructor. It's there but the code continues to act as above. A possible problem clue: if ... -
Unanswered0VotesImage Rotation with 1 degree precision using OpenGL (intended to work in GPL)
i want to rotate an BMP image/ image Buffer with 1 degree precision in z-axis(Width & Height wont get changed) only by using OpenGL and i want to Export the Rotated image & save it as a BMP ... -
Unanswered0VotesCredential Provider to start user application just after user login
I would like to start an application which shows a full screen splash window after Windows login. So that i can hide windows Desktop from the user. According to CP ... -
Unanswered0VotesOrder that WM_KEYDOWN and WM_CHAR are sent to Window Function
#include <Windows.h> LRESULT CALLBACK WindowFunc(HWND,UINT,WPARAM,LPARAM); char ... -
Unanswered0VotesListview copy SelectedItems Clipboard
AutoScaleDimensions = System::Drawing::SizeF(6, 13); this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font; this->ClientSize = ... -
Answered0Votesentry point not found (dynamic link library kernel32.dll) SystemTimeToTzSpecificLocalTime/Ex
Hi, I try to use Windows API SystemTimeToTzSpecificLocalTimeEx, and it works fine in my machine. However, when I compile it and give the executable file to my ... - Items 1 to 20 of 43811 Next ›


