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 ...
-
Unanswered0VotesActiveX in IE10, Windows 8
I have developed a ActiveX for IE, which get the <body> information. System:Windows 8 , IE 10 Desktop version. Now there is a problem. ... -
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 ... -
Unanswered0VotesCMFCPopupMenu and CMFCVisualManagerOffice2007 - not a good match
Hi. I've noticed that if I use the following code: CMFCPopupMenu* pPopupMenu = new CMFCPopupMenu; after issuing ... -
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 ... -
Answered0VotesListview right click context menu
Hello, Anyone know how to make a context menu in a listview? I am using Winforms. -
Answered0VotesWriteFile causing exception writing location 0x00000000
I have this code and at WriteFile I get this exception: "First-chance exception at 0x7515DEE1 (KernelBase.dll) in ConsoleApplication1.exe: 0xC0000005: Access violation writing location ... -
Unanswered0VotesCollision questions
I need some help with precise collision in my game. I already got code working, but somehow it glitches up when I land on the ground. First, here is the collision code: bool ... -
Answered0VotesListView add SubItems from a text file problem
Hello, I trying to add SubItems from a text file in a listbox. I have a bug right now, Example if i have 1 2 3 4 5 in my text file it will ... -
Unanswered0VotesWindows Search Indexing
On the Disk Properties, there is a box you can check for "Allow files on this drive to have contents indexed in addition to file properties". I'm writing a program that has to check if ... - Items 1 to 20 of 43810 Next ›


