| Thread | Last Post | Replies |
|
| WMI class | 15 Oct 2003 10:05 GMT | 1 |
hi,everybody, From the help example,I know there are "Win32_Environment", "win32_logicaldisk" WMI class. Dose anyone know where I can find how many other WMI
|
| Feature request:.... | 15 Oct 2003 08:20 GMT | 16 |
When setting the [Flags] attribute on an enum, why should I have to specify powers of 2 when the compiler should see this is a bitfield and set the range accordingly, why should I have to do the work that the compiler can do?
|
| foreach & arraylist | 15 Oct 2003 00:10 GMT | 8 |
Does any of you have the slightest ideas of why you can't modify an array list while in a foreach of its element. I wrote my own collection and I'm trying to add the same behavior but I don't know where to start.
|
| How to draw rotated text? | 14 Oct 2003 00:37 GMT | 3 |
I was looking on the SDK but I can't find how to draw text in angles different from 0 and 90. Is it possible? If not, does exist some 3rd party library allowing this? Any hint is welcomed Thanks in advance
|
| Reflection: how to get numeric values from an enum? | 13 Oct 2003 16:37 GMT | 4 |
Using reflection to parse the type info in an assembly. For enums, how to get the constant values for the members? The FieldInfo.Value field has the symbolic value, not the constant value. There's a HasDefault attribute but no mention I can find about *where* the default value is ...
|
| how can i convert an expression to decimal that i created at runtime | 13 Oct 2003 14:04 GMT | 2 |
how can i convert an expression to decimal that i created at runtime str1 = ((10*80) / 100) str2 = (240/80) str3 = ((10*80) / 100) - (240/80)
|
| Monitoring Windows Time Change. | 13 Oct 2003 03:05 GMT | 3 |
Please help who knows how to watch for system time change. I have a class library that creates an object of 'NativeWindow' class and waits for "WM_TIMECHANGE" that is broadcasted by Windows. This worked fine until I
|
| Socket bug | 12 Oct 2003 00:51 GMT | 2 |
I'm doing some stress test for some TcpIP communication. rougly it's someting like that: for(i=0; i<1000; i++) {
|
| Associated Icons | 10 Oct 2003 16:56 GMT | 2 |
OK, I have found a way of getting to the location of the default Icon via the registry keys, but it only gives the exe location and the icon index. How can I then display the ICON.
|
| File Associations | 10 Oct 2003 03:37 GMT | 3 |
Hopefully someone may be able to help with this little problem. Is there a way in c# of obtaining the registered icon for a file type via the .Net Framework.
|
| how i can i get bios identifiew number or serial number | 10 Oct 2003 02:16 GMT | 1 |
how i can i get bios identifier number or serial number from different bios marks i use vb.net 2003 Thanks
|
| routing/forwarding table update event info. | 09 Oct 2003 22:57 GMT | 1 |
I am writing a .NET application in C#. I have to display the routing table in some formatted way. Anyhow the issue is that, whenever the routing table changes I want to get an event. How can i register for the event ? And
|
| Find directory of the file | 09 Oct 2003 09:16 GMT | 1 |
My file my.txt is available in D:\bkup\FilesOnline\dotnet\NextSet\817\XSLTSample\my.txt When I give System.Environment.CurrentDirectory, I get the path as D:\bkup\FilesOnline\dotnet\NextSet\817
|
| Getting local physical path from IIS Virtual outside of ASP.Net | 09 Oct 2003 01:41 GMT | 3 |
I'm working on some project management stuff that requires creating a new project in VS.Net. I have the following issue though: I can only retrieve hte project path as a URL (ie. http://localhost/someproject) but I need to turn this back into a physical
|
| Simple question | 09 Oct 2003 00:23 GMT | 5 |
Why is dotnet called so? I mean, several peoples mix dotnet development with domain names (www."something".net) ... And several peoples also think that with dotnet framework, you can only
|