I\'m trying(very hard) to make a small HTTP Proxy server which I can use to save all communications to a file. Seeing as I dont really have any experience in the area, I used a class from codeproject.
We have a moderate size (40-odd function) C API that needs to be called from a C# project. The functions logically break up to form a few classes that will comprise the API presented to the rest of th
The question is actually pretty self explanatory but I will further clarify it. I am building a simple application to show a load [file] for 5 different types of [files]. So all these 5 forms will hav
Editing a RichTextBox control\'s text (more specifically, modifying selection font/color) programmatically seems to be tracked in the control\'开发者_C百科s built in undo stack. Is there a way, short
The initial problem is that I tried to rebuild a C++ project with debug symbols and copied it to test machine, The output of the project is external COM server(.exe file).
can someone please tell why , Great Microsoft that created C# language and now we\'re in C# 4.0 , dont have an important feature that C++\\CLI has !!,which is to directly compile and li开发者_开发技巧
i need the code to convert the string type data into integer type d开发者_如何学Cata if i have entered a numerical value in the text box.
I\'ve got two DLLs, one in written in native C++ and the other in C++/CLI. The former is injected into a process, and at a later point in time, loads the latter. While debugging, I noticed that the na
We have a large body of native C++ code, compliled into DLLs. Then we have a couple of dlls containing C++/CLI proxy code to wrap the C++ interfaces.
I have a machine which uses an NTP client to sync up to internet time so it\'s system clock should be fairly accurate.