| Thread | Last Post | Replies |
|
| Display CPU Utilization with Hyperthreading CPU | 15 Sep 2005 23:56 GMT | 1 |
Using the System.Management.ManagementObject and "Select * From Win32_PerfRawData_PerfProc_Process" syntax enables my app to return CPU utilization for a specific application. However, on an Intel CPU with Hyperthreading, CPU Utilization is twice
|
| What neede to distribute .NET Application | 15 Sep 2005 23:56 GMT | 1 |
I have developed a small application in C# for my client. But I don't know how to distribute or deploy this at customer's site. I mean what supporting files are needed to deploy this C# .NET applicaion. I have gone thru Microsoft .NET deployment guide and I found that I need
|
| The publisher could not be verified | 15 Sep 2005 23:54 GMT | 3 |
I'm running .net control hosted in IE (IE6.0 updated + windows XP SP2). This message displays each time user enters the page. Is there any way to avoid this? Any idea, please... So far I tried to modify most of the IE settings, I lowered security
|
| The .NET Windows service terminated unexpectedly | 15 Sep 2005 22:43 GMT | 1 |
I have a windows service I developed in c# .NETAfter every 2 days I get the following error in my eventlog "The Ibac service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 0 milliseconds: No action."
|
| Unhandled Exception (no pattern i can find) | 15 Sep 2005 22:20 GMT | 3 |
First off, I apologize if this gets long. I'm simply trying to give you all enough information to help me out. I'm writing (almost finished, actually), my first VB.Net application. It's a forms application that is going to be used to extract data from a legacy system (VSAM ...
|
| Attributes and Reflection | 15 Sep 2005 22:12 GMT | 3 |
Wierd stuff. Anyone seen this? I load an assembly using Reflection (Assembly.LoadFrom), loop through public classes in it and look at the class attributes (Type.GetCustomAttributes). The loaded assembly contains a class which is annotated with my custom
|
| To convert 'As Any' in VB6 to .NET | 15 Sep 2005 21:59 GMT | 1 |
I hope this is the right place to ask this question. When I tried to convert my VB 6.0 program to .Net, I got an error message that says, "Declare statement does not support parameters of type As Any". Here is the part that the error msg indicates;
|
| Getting DDEML To Work With Remoting - Please, Please, Please Help | 15 Sep 2005 21:55 GMT | 8 |
This post was placed in the Dotnet.framework.interop. I think it should have been placed here. It should not be posted in two places. Sorry about that. I have a class wrapped around some of the DDEML API functions. Normally, I can instantiate this class and use it's method to ...
|
| Detecting dotnet web page...possible?? | 15 Sep 2005 19:51 GMT | 1 |
I have an Install Shield web deplyment package (ie. installer goes through a web page) and I don't want to deploy the .Net redist, as its 23megs, if I don't have to. I use the express edition so I can't use an install script to do so. I thought I could write a javascript to
|
| How convert Local path to UNC on remote machine? | 15 Sep 2005 17:54 GMT | 2 |
User works on machine A and wants copy file to path (for example "C:\mypath\bin") on machine B. How can I convert in csharp this path to UNC path? For example \\B\myshared\\binn"
|
| Need ref. to mobile code | 15 Sep 2005 17:38 GMT | 1 |
Within the next months i am to determine my research topic. I know i want to look into mobile code. With mobile code iImean code that can travel between computers over a network. Not PDA applications and soforth. My general idea is to some how serialize the call stack and send ...
|
| DLL Hell | 15 Sep 2005 15:42 GMT | 3 |
I am squarly in DLL Hell. I am looking for someone to point me in the direction of some guidance as to the best practices when working with multiple projects and dependencies.
|
| Draw an Image on my Form | 15 Sep 2005 15:33 GMT | 21 |
I have an inherited DataGrid, that does lots of extra stuff. For exemple drawing a backgroundimage in every cell. The problem is that it's taking too much time (using gdi+), so I want to do it using DirectX. I downloaded already the DSK etc, but I can't find how I need to draw an ...
|
| app updater component & MSI | 15 Sep 2005 14:38 GMT | 2 |
I found this App Updater component. Looks interesting but I wonder.... If I install my software with an MSI, then uses it to update the software, don't I am breaking the uninstall / repair install and install over feature
|
| how to run a php script from a winform? | 15 Sep 2005 13:57 GMT | 1 |
Hi, i need a simple php script to run from a webserver (ex: http://www.me.be/run.php): that script creates www.me.be/runned.txt and that txt I need in a WinForm application. (I must use that scripts because there is no other way to get info
|