| Thread | Last Post | Replies |
|
| How to reverse engineer the whole source tree with VS 2005? | 25 May 2006 23:00 GMT | 1 |
I have a VS 2005 C++ project including a bunch of files under multiple folders. For example: - project root - file1.cpp
|
| restrict growing VM of a process | 25 May 2006 22:18 GMT | 2 |
My program is non-leaky, I've checked on that. More virtual memory is allocated to it by the system then is required by it. I'm filling a linked list which grows in size to around 1GB (at this point the VM is around 2GB)
|
| trying to invoke shell command on IE 6 | 25 May 2006 18:55 GMT | 2 |
I'm trying to print an Adobe forms file (.fdf) using system.diagnostics.process in a windows service. The problem is, IE is the program that launches that file type & Verb = "Print" doesn't work in IE. IE launches OK but crashes when the verb is invoked. Does anybody know how to ...
|
| Thread safe - What does it mean? | 25 May 2006 17:33 GMT | 3 |
I'm wondering what this exactly means when I see it describing class in MSDN. "Any instance members are not guaranteed to be thread safe." What does this mean exactly & how could an "un thread safe" instance affect an application.
|
| Updating InitializeComponent | 25 May 2006 16:38 GMT | 1 |
I have a user control that raises an event in the hosting page. I setup the control and wired up the event in InitializeComponent(), and everything is working fine, that is until VS re-creates InitializeComponent() when I add or delete controls in the page. I know that the ...
|
| Serialization Surrogates | 25 May 2006 14:14 GMT | 1 |
I have a class that contains a field that is a System.Drawing.Pen. I need to be able to serialize the class but since the .NET Framework does not have the Pen marked as serializable I must create a surrogate class that handles the serialization instead. So here's my class:
|
| Accessing Active Directory | 25 May 2006 14:04 GMT | 2 |
I'm having a problem accessing Active Directory, the problem is that I need to access the passwords of the user to validate a login that i'm doing. I have access for the usernames but not to there passwords. Can anyone help me
|
| Referencing dlls in my c#project | 25 May 2006 13:39 GMT | 3 |
Hi there. Im developing a c# app and i have a solution with some projects: the main project which generates the executable file and some other projects which some of them im compiling generate dll's which my main project needs to run.
|
| Check if SP2 of windows is installed | 25 May 2006 13:34 GMT | 3 |
How can I check what is the Windows version and if it is Windows XP, is SP2 of Windows XP installed? Regards Hamed
|
| Q: .Net Framework - Upgrade v1.1 to v2.0 or skip v1.1 altogether ? | 25 May 2006 13:26 GMT | 5 |
I've been looking high and low, but nowhere is this simple question answered... This concerns .NET Framework v1.1 vs. v2.0. Does .NET Framework v2.0 include v1.1, + SP1, + post-SP1 bug fixes/new
|
| developing an appl | 25 May 2006 13:06 GMT | 1 |
Can any body help me, by providing some suggestions or any sample source code for developing "attendance register" weapplicatio using ASP.net with VB.net Thanks in advance
|
| Required: Sr Developer with Strong knowledge of SQL Server, ASP.NET. Experiencein Java or C++ and Windows OS | 25 May 2006 12:19 GMT | 2 |
Required: Sr Developer with Strong knowledge of SQL Server, ASP.NET. Experiencein Java or C++ and Windows OS Pass the resumes with contact details and rates to: bala@eprocorp.com Location - NJ
|
| Reading MS EXCEL data into SQL SERVER | 25 May 2006 12:00 GMT | 3 |
In my windows application, I have created excel.application object and read the excel data. I saved the data to sql server also. The problem Iam facing is when I create an instance of excel.application object, Microsoft excel process is being created and
|
| 1.Default button runtime 2. App running after unistall | 25 May 2006 10:57 GMT | 3 |
I am working on C# using vs.net 2003. I have faced two interesting problems. 1. Dynamically setting Default Button: I created a form and used it in various contexts. On basis of the context,
|
| Is it possible to write a .net dll using win32 api? | 25 May 2006 09:07 GMT | 2 |
Hello,everyone! I have been working on a project using vb.net and ComponentOne.net.The c1 component is really cool and fast.How did they build those component?
|