| Thread | Last Post | Replies |
|
| Closing Application When Reboot is requiered | 10 Jan 2005 11:40 GMT | 1 |
Anybody knows how to prevent a shutdown command? (on Win XP). Or just a way to let my application close itself rather then being killed by the restart command.
|
| Software shut down my PC, user authorization | 10 Jan 2005 09:12 GMT | 4 |
Hi group, I have a Test Bench, in a workshop. It is 'embedded' with Win2000. It have to be automatically shut down at 05h00 PM. It can be use by different user wich have 3 profiles (user, user with power,
|
| Deserialize an unknown class to show it in a property grid. | 10 Jan 2005 09:03 GMT | 2 |
Hi group I read XML data which i sometime can't know their type. But i have to show the property in a property grid. for example i get the following xml :
|
| MarshalAsAttribute() | 10 Jan 2005 06:42 GMT | 5 |
Good Day and Happy New Year to all of you! I was wondering if we should trust the auto-marshalling done by the CLR or not ?
|
| Implement vb.net interface event in managed C++ | 10 Jan 2005 04:13 GMT | 1 |
I have a VB.NET interface that my managed C++ code is to implement. I seem to be stuck implementing an event defined in that interface. Does anyone have a simple code snippet that will show me the basics of what I need to implement? I've seen all the MSDN articles on implementing ...
|
| how can i create a .sln file on the fly | 10 Jan 2005 02:11 GMT | 1 |
the .sln just a xml file,i don't think Use EnvDTE is a good idea i am looking for another way ,thanks a lot
|
| Exporting registry key to a reg file? | 10 Jan 2005 00:14 GMT | 4 |
I've had a look around and AFAICT, the Microsoft.Win32.RegistryKey class doesn't have any members that write the registry to a reg file. So, as I see it, the options are: 1. Use Microsoft.Win32.RegistryKey to parse each value and write each to a
|
| simple math problem? | 09 Jan 2005 19:29 GMT | 27 |
Hi all, take a look at the following code:- Dim val1, val2, val3 as single val1 = 134410.10 val2 = 28494.11
|
| Installation problem for .net FrameWork 1.1 sp1 on win2003 | 09 Jan 2005 06:17 GMT | 2 |
.net framework 1.1 sp1 is unable to install on windows 2003 server. Gives error you dont have rights contact administrator can anybody help me Yaseen
|
| Array.Sort? | 08 Jan 2005 15:27 GMT | 6 |
Can someone explain to me (as something of a .NET layman) why the Sort() method of System.Array is static? Is it because it's changing the array you're sorting? Is there some limitation where if it was an instance method, it wouldn't be able to
|
| Update from VS.NET 2002 to VS.NET 2003 | 08 Jan 2005 14:37 GMT | 8 |
Is there anyway one can obtain the upgrade CD from VS.NET 2002 to VS.NET 2003. I bought the Visual Studio Enterprise Architect 2002 when it came out and missed out on the opportunity to buy an update to VS.NET 2003 when it was being offered on the Microsoft Web Site. Where can I ...
|
| Proper place for custom CONFIG file | 08 Jan 2005 08:37 GMT | 10 |
We have a set of applications and assemblies that belong to one project. Some of the configuration settings are supposed to be shared between various assemblies on the same machine. After long discussions we finally decided that the best alternative for us is to create a custom ...
|
| Shell command not working from a DLL called from a windows service | 07 Jan 2005 23:09 GMT | 1 |
I have a .NET DLL that has a shell command that maps a network drive. When I call this dll from a windows program, it works great. When I call the same dll from a windows service, the shell command does not execute. It doesn't produce an exception.
|
| How to use GetLParam? | 07 Jan 2005 23:03 GMT | 7 |
I need to send a byte array or a string passed in the LParam from MY application to ANOTHER MY application. I read the MSDN and found no samples. I made several tries and did not succeed to receive a byte array or a
|
| Apparent issues while using System.DateTime | 07 Jan 2005 20:47 GMT | 1 |
In my application I store all transaction dates in UTC in the database. At the time of displaying the transactions in the UI I convert the date to local date time and then display the same to the user. I do the following:
|