| Thread | Last Post | Replies |
|
| Need Help Regarding System.Security.Permissions.FileIOPermission | 17 Apr 2006 18:58 GMT | 1 |
I am trying to develop an activex control with the .Net by exposing an interface to the com as described in the following article. http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/Act iveXInNet.aspx?ArticleID=99d9681d-84de-4d64-9c85-9ae9c15a4ee7. This ...
|
| Files Disappear When Changing Filter in OpenFileDialog | 17 Apr 2006 17:28 GMT | 8 |
I am having a weird problem and I have can't figure out why it is happening. I create an OpenFileDialog and set a filename filter. When the dialog first opens, the filter works correctly, and only the files I want to see appear in the file list box. When I change the filter to
|
| unmanaged WinSock V.S. System.Net.Sockets | 17 Apr 2006 17:12 GMT | 2 |
I am about to write a performance critical application and I wonder what is the best way to implement it... Should I use the standart Win32 winsock DLL or should I rather use the new managed System.Net.Sockets library... from bench-marking tests I have done I have reached to the ...
|
| templates exported from a DLL and /CLR | 17 Apr 2006 14:24 GMT | 5 |
In native mode I can export class template from a DLL this way: template <typename T> class TSuperType { public:
|
| Compiler / Framework bug? | 17 Apr 2006 06:35 GMT | 3 |
How to reproduce: Create a new Visual C++ CLR Empty Project Add a new C++ with the following: int main (array<System::String^> ^args)
|
| I am new to OOP | 17 Apr 2006 05:18 GMT | 1 |
/* I am new to OOP. I have problem in including an array in a class. I would like to know why the following codes can be built but can not be compiled. Thanks.
|
| MFC Migration | 14 Apr 2006 01:40 GMT | 14 |
I am thinking of migrating our MFC application to .NET using C++/CLI. My question is does a migration from MFC applications and ATL to WinForms make sense, given that XAML is likely to be the approach of the future?
|
| How to Debug a Windows Service | 13 Apr 2006 11:09 GMT | 7 |
I wrote a Windows Service in VC.NET 2005 I want to debug the solution. I tried as mentioned in the following link. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbco nintroductiontontserviceapplications.asp
|
| Need suggestion how to perform time critical operation? | 12 Apr 2006 20:45 GMT | 9 |
I am normally not an advocate of increasing the priority of a running process or of a thread but it looks like I have to choice. I'm writing a small app that plays a line-in signal via speakers using low level Digital Audio API and as you can imagine it is quite time critical. ...
|
| Outlook issues | 12 Apr 2006 19:44 GMT | 2 |
Hi, I move from using Outlook Express to Outlook 2003. In Express, when I type the first few letters of a recipients name in the To... field, the whole e-mail address will show up. THe problem is this does
|
| Linker options documentation online | 12 Apr 2006 19:42 GMT | 4 |
Is there online documentation for my version of link.exe (specifically, command line options available)? If yes, where is it? This is my version: Microsoft Visual C++ .NET 2003 7.1 69462-270-0000007-18536
|
| Release Configuration in Managed C++ does not suppress Debug Class | 12 Apr 2006 17:54 GMT | 1 |
I stumbled upon something which does not make sense "Debug class methods are not automatically suppressed by the managed c++ compiler when the project is build in release mode" Create a a Project (Windiows Forms or Console) in VS2005 using Managed C++
|
| Class View bug - fyi | 12 Apr 2006 16:46 GMT | 2 |
I have just started spending serious time in the new studio 2005 C++/CLI arena writing some code assembly that will attache to a much larger C# caode base. In keeping with the highly used namespaces in C#, I have been making sure I organise my interfaces and class into
|
| compiler errors | 12 Apr 2006 10:31 GMT | 2 |
I am new to the Visual Studio.net platform and I was trying to compile a program that I downloaded from the net and keep getting a ton of errors. It looks like it can't find some of the libraries: The list of errors is below: 'Accelerometer.exe': Loaded
|
| MSVC not linking in "unused" libraries | 12 Apr 2006 10:30 GMT | 6 |
At link time, MSVC determines some of my libraries are unused and doesn't link them into my exe. This undesirable feature causes problems when I employ the factory pattern. With the factory pattern, the app decides at run time which code to use.
|