netmon.h no such file?!
Hi All! Please I need some help, I'm trying to compile a source file that includes "netmon.h", but unfortuantly VS2012 doesn't find this header "netmon.h no such file" , Please how to get this header...
View ArticleCan we use CAsyncSocket class inside regular dll
Can we use CAsyncSocket class inside regular dll to connect, send and receive from server? If Yes then how because I have been trying it but connection is not able to get established
View Articlehow to get old netmon sdk?
Hi! Please I need the netmon old sdk, that contains the header file netmon.h , VS2012 doesn't contain this header, how to get it?
View ArticleHow to create Itemized strings for CVSListBox
Items in CVSListBox are added as CVSListBox::AddItem(CString &);Is it possible to add strings preceded by numbers in it e.g. 1 ItemA, 2 ItemB and 3 ItemC and so on. And during edit operation, user...
View ArticleCDacl::AddAllowedAce - What are the last two parameters?
http://msdn.microsoft.com/en-us/library/vstudio/ha17k2d9(v=vs.100).aspxThe documentation is sparse (to say the least) on what the parametersconst GUID * pObjectTypeconst GUID * pInheritedObjectTypeare....
View ArticleHow to solved Linker Warning- Warning LNK4098: defaultlib 'MSVCRT' conflicts...
I am trying to upgrade from Visual Studio 2005 to Visual Studio 2010.My Solution is a mix of Managed and Native code. Before Upgrade it was working perfect without any linker error and All files were...
View Articleerror C3861: 'LID_PPV_ARGS': identifier not found
i have mistake error C3861: 'LID_PPV_ARGS': identifier not foundi have this mistake from "Source :loadDOM.cpp" who is posted on site...
View Articlearranging file in day month year format
I have a text file with years in a column. like 2004 2004 2004 2004 2004 now I need to arrange the table in day, month, year format. say for january, 1 1 2004 2 1 2004 3 1 2004 any help??
View ArticleHow to add standard TCP/IP printer port
I want to add TCP/IP printer port for my printer driver. It would be similar to attached image. So, I need to know which MFC function to be used by me. Welcome in case of any links or guidance. Thanks...
View ArticleHow to elevate user rights when UAC level is set to default in OS for...
Hi,I am trying to execute “elevate.exe” (my custom application) from another application, using ShellExecute () API. In this “elevate.exe”, I am usingCStdioFile::open() API to open a system file (...
View ArticleAdding attributes to PKCS#7 envelpe
Hello, currently I'm trying to add attributes to pcks#7 envelope but I cannot find any info how to add attributes.Here is an example from...
View ArticleC++ Program for Extracting data from windows logs in different...
Hi,How we can do the filtering and save each log entry into that file format ?
View ArticleGDI error, and windows can not show a dialog when using CProgressCtrlST
I use VS2012 in windows7I draw 128 CProgressCtrlST in a windows, and a button to show a simple dialog(only has 'ok' and 'cancel' buttons)the problem is if I draw more then 35 CProgressCtrlST, when...
View ArticleCreateFontIndirect giving wrong result in windows 8
Hello, Below program is to demonstrate my problem #include <windows.h> #include <Strsafe.h> #include <iostream> #include <conio.h> using namespace std; int main() {...
View Articlehow to use InstallHinfSection to install a driver?
Greetings.I'd like to know how to install my driver , using InstallHinfSection , I tried this link : http://msdn.microsoft.com/en-us/library/windows/hardware/ff557251%28v=vs.85%29.aspx but I didn't...
View Articlehow to install driver using c/c++?
Hi! Please I need some help, I'd like to know how to install my own driver using c/c++.thanks.
View ArticleWhile left mouse button is down - repeat mouse down thing
Hello! I need help with mouse messages. I want to make function repeatedly execute when left mouse button is down.For example, when I use this code with keyboard messages, move_char(); executes...
View ArticleVS2010 Locks Up when asked to add a new MFC Class C++
Right click in the project in call view and select add new class.Select MFC from the left template column and then MFC class.VS2010 locks up never to return.Are there any work arounds other then hand...
View ArticleAuthors name
Everytime I scan my computer on virusses Hitman Pro says my projects are virusses because the Authors Name is missing. Where and how can I add my authors name in projects in Microsoft Visual C++...
View ArticleA 9999 character capacity answer buffer is filled sometimes with report that...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;namespace...
View Article