| Thread | Last Post | Replies |
|
| Finding if a file is less than 24 hours old | 13 Jul 2007 15:28 GMT | 3 |
Is there a simple way using the File class to see is a file is older than 24 hours?
|
| Create installation pack. | 13 Jul 2007 15:18 GMT | 1 |
How to create installation pack for user to install ? I remember there is a command in VB6, after ran it, it can auto prepare the pack. Thanks!
|
| Dynamic Settings | 13 Jul 2007 15:04 GMT | 2 |
I am trying to create dynamic settings in a .NET 2.0 C# application. I need to be able to store settings on the user, but I do not know how many settings are necessary at design time because the settings are determined by a business object that is loaded into the app of which ...
|
| Reflection issue with a plug in project. | 13 Jul 2007 13:59 GMT | 1 |
I've knocked up a quick plug in project (actually it's 6 projects, but more on that in a moment). This project is referenced by a shared add in (used for Excel). The issue I have is that when I iterate through the DLL's in the plug
|
| Marshal.PtrToStringAnsi() Memory Leak? Options | 13 Jul 2007 13:54 GMT | 1 |
I've been noticing a memory leak with the following sample code snippet. Can someone please advise. Have a C# Winforms app with the following code on a button-click event.
|
| Intellisense is not working in VS 2005 IDE! | 13 Jul 2007 13:03 GMT | 5 |
Intellisense is not working in VS 2005 IDE.How can I enable the intellisense ? Thanks, Chandan kumar
|
| Service install -- The specified service already exists | 13 Jul 2007 12:52 GMT | 2 |
I am getting an error when I install a service I wrote. I have an MSI installation using VS 2005 with custom actions and a custom installation. I have compared this to several other setup with services I have written and other then the names being different I can't see a ...
|
| Writing Binary files | 13 Jul 2007 12:15 GMT | 4 |
Does anyone know how I can write a binary file? Basically I want to read in a file that is an exe and write it back out bit by bit so I can add some header info. Thanks,
|
| Get row in DataGridView, how?? | 13 Jul 2007 11:56 GMT | 1 |
.NET 2.0 How do I in the double-clicked event of a DataGridView controller get the row number of the row double-clicked??.. I just trying to get a value from this row....
|
| Dynamically loading DLLs | 13 Jul 2007 11:50 GMT | 2 |
I'm not infront of my computer just now, but I seem to remember when my app is being executed the output console shows all the DLLs being loaded. Is there anyway to load these DLLs as and when required? TIA
|
| How do I know what event I am in? | 13 Jul 2007 11:48 GMT | 3 |
In my .Net 1.1 C# windows form, I have a DataGrid DG1. The DG1 have a column dc1 which format is TextBox. And I want to check the whave value I have typed in. My question is the new value doesn't really go into the DataGrid1's dc1
|
| Deploying Remote Object Assembly to Clients? | 13 Jul 2007 10:56 GMT | 3 |
Suppose in a scenario that security is not an issue; if I deploy a copy of the Whole assembly that contains remote objects to clients which of the following would happen? 1- The calls to methods are actually serviced and run in the client machine
|
| Can't see HelpButton ? | 13 Jul 2007 10:34 GMT | 3 |
I have set my form.HelpButton = true; but I still can't see any help button on the form. Could you advice? Thank you!
|
| C# DLL unloading appdomain | 13 Jul 2007 09:29 GMT | 2 |
I've finally managed to remotely load a DLL. I've expanded the code to load it in a seperate domain to unload the appdomain, which works to a certain extend. The host application always keeps the entry DLL in memory. How can I
|
| The best date store & calculation | 13 Jul 2007 09:12 GMT | 3 |
DateTime.UtcNow is added as root attribute, 'Modified' of an xml whenever xml is changed. Every 5 secs a check is made whether xml is changed or not, by comparing previous 'Modified' and current 'Modified'.
|