| Thread | Last Post | Replies |
|
| Large Object Heap Compaction in Framework 1.1/2.0? | 15 Mar 2006 17:43 GMT | 3 |
I read on some message board that i can't find anymore saying that the Large Object Heap is compacted in Framework 1.1 or 2.0. Is this true? I can't seem to find any ms documentation that said this was fixed. Is large object heap fragmentation still going to be a problem in ...
|
| Instance name Default of Form | 15 Mar 2006 17:42 GMT | 3 |
I am trying to find out the name of the default form and if Im doing this right Form2 ( is startup form, not form 1 ): public class Form2 : System.Windows.Forms.Form
|
| Windows Server 2003 SYSTEM Account | 15 Mar 2006 17:25 GMT | 2 |
I have written a Windows Service component in C# which manages processes on the server. The code is required to terminate these processes when they timeout. The Windows Service runs under the SYSTEM account. I check in code whether the user belongs to the Administrators group ...
|
| Entering asterisk in Label text | 15 Mar 2006 17:21 GMT | 2 |
I am trying to put an asterisk in the Label text property but the asterisk doesn't show up in the correct place. If I enter "* hello" in the text property (using the designer property pages) the label is displayed as "hello *". If I enter "3 * hello" the label
|
| Out of the Box Microsoft Feature - Tricking out your application questions | 15 Mar 2006 17:13 GMT | 3 |
I've been studying the Tricking out your applications code at microsofts website http://msdn.microsoft.com/coding4fun/inthebox/trickedoutapp/default.aspx
|
| Display Negative numbers in DataGrid | 15 Mar 2006 17:09 GMT | 5 |
I've DataGrid which the user can enter numbers, when it comes to possitive numbers I have no problem, But when I enter negative numbers instead of writing -x it write x- (the minues sign is on the right side instead of the left),
|
| Interop problem (.NET 2.0) | 15 Mar 2006 17:09 GMT | 1 |
I need to load in my C# .nET 2.0 application an dll (not COM)written in Delphi. The dll has a function which returns a pointer to an IModule interface defined in that dll. How do I declare my delegate and call the unmanaged function?
|
| ZIP files in C# | 15 Mar 2006 17:06 GMT | 13 |
Are there any utils/tools to zip files at runtime in C#? Thanks Necqui
|
| DataGrid | 15 Mar 2006 17:03 GMT | 2 |
I am trying to put the selected cell in the datagrid into a textbox(using currentcellchanged event). ---------------------------- DataGridCell currentcell;
|
| QueryStatus Implementation | 15 Mar 2006 16:55 GMT | 2 |
Can somebody say how to implement IOLECommandTarget's QueryStatus in C#.My problem is to handle a toolbar button click.. Thanks and Regards, Sudha.
|
| C# and working with website | 15 Mar 2006 16:53 GMT | 1 |
we currently have a website built using asp.net (1.0375) and c#, site was built about 2 yrs or so back. We wanted to write a console application that would be able to simulate a user, this way we can have it send us an email if the site has any issues. essentially we want
|
| Problem on close form | 15 Mar 2006 16:49 GMT | 1 |
Hi, i have a strange problem, i have a windows application with a datagrid and a save and cancel button. In the datagrid, i have checked in the currentcellchanged() one condition and i show a message with MessageBox.show() if condition is true and if i show this message, when
|
| MultiSelect ComboBox? | 15 Mar 2006 16:25 GMT | 4 |
Alright everyone, I've managed to stump this group 2 or 3 times now. Don't let me down on this one ;) I have a combo box that lists a number of tests to be run. The user would like the option of being able to select several of the items in the ComboBox
|
| Debugging referenced assembly? | 15 Mar 2006 16:24 GMT | 2 |
I have a project which references a DLL on a network share. The dll on the network share is one built by our integration server and I have the source code for it. I'm trying to debug a problem that arises in the current project, and
|
| Express Question | 15 Mar 2006 16:21 GMT | 1 |
I just installed express and found out that it won't connect to any of our production Sql Server 2000 data or Sql Server 2003 MSDE (my local development db). Another one of our developers installed Sql Server 2005 express with the c# 2005 express and couldn't connect to his ...
|