| Thread | Last Post | Replies |
|
| how to create something like a sql job which has several steps in that each step executes an executable program | 29 Jun 2007 15:08 GMT | 3 |
I have several jobs running on a task scheduler. Those jobs have to run in order. My problem is that if job 1 fails, job 2 doesn't know. I don't want to bundle those jobs into 1 program because often we run them separately as needed.
|
| How does CLR distinguish worker thread and IO thread? | 29 Jun 2007 14:32 GMT | 2 |
By default, ThreadPool has 25 worker threads per CPU and 1000 IO threads for each process. I am wondering how CLR managed to allocate IO asynchronous tasks to IO thread and other asynchonous tasks to worker thread.
|
| System.Web.Mail - Multiple address problem | 29 Jun 2007 13:52 GMT | 1 |
I posted this 2 weeks ago but the thread has 'dried up' and I have new information. We are using system.web.mail with .Net 1.1 (.Net 2.00 version is under development) and
|
| rightclick "openlink" bypasses important javascript | 29 Jun 2007 13:19 GMT | 1 |
Recently I noticed that if you "right click" and "open link" on my site, you bypass the javascript code that fires "onclick". I have several pages that fall victim to this, and I could probably refractor the page and put checking on both javascript and cs side but before I
|
| Evaluate Enum | 29 Jun 2007 12:58 GMT | 3 |
hi, im getting the powerstate of the battery usingSystemInformation.PowerState like so: PowerStatus power = SystemInformation.PowerStatus; if (power.BatteryChargeStatus == BatteryChargeStatus.Charging)
|
| Can we build HMI using ASP.NET web site? | 29 Jun 2007 12:42 GMT | 1 |
Hello friends, Can we build the HMI using ASP.NET website? What will be the best way to build the HMI? Regards,
|
| Double.toString from Java to C# | 29 Jun 2007 12:33 GMT | 2 |
What is the equivalent of Double.toString from Java in C# In Java new Double(4).toString() = "4.0" but in C#
|
| Problem in Writting parameterised property in Managed C++ | 29 Jun 2007 11:10 GMT | 1 |
I have written a managed C++ dll. I have to use that dll from C#, VB .NET and VB. It has got a parameterised propetyfor the very specific requirement. For example get_Pie(float f). When I am using that dll from another Managed C++ application, VS
|
| HMI using ASP.NET?? | 29 Jun 2007 10:34 GMT | 3 |
Hello friends, I want to build an HMI application using ASP.NET.Can we design a HMI using ASP.NET ? I want to plot the dynamic graph that is it changes every second w.r.t. the data. So is it possible to do this application
|
| Backgroundworker show progress | 29 Jun 2007 09:27 GMT | 2 |
I use a backgroundworker to get the total size of a homeshare (as it is a bit time-consuming). Wat i would like to do, is show the progress, but at start i don't know how much files/folders will come up, so i dont't know how to feed the progressbar (i believe i need to
|
| newbee need help on generic list | 29 Jun 2007 09:02 GMT | 2 |
For the following code snippets: public static List<T> getListFromConfig<T>(List<T> objList, int uniqueID, string fileDirectory, string fileName, string configName)
|
| New diet pills | 29 Jun 2007 08:48 GMT | 1 |
Bu Acomplia < href=http://education.beta.edgewood.edu/ed677/discuss/_disc2/00001a50.htm>Bu
|
| Canadian pharmacy | 29 Jun 2007 08:12 GMT | 1 |
Let me introduce our company. We sell cheapest canadian and mexica drugs like this viagra xanax
|
| Invalid object name 'Accounts' <tablename> | 29 Jun 2007 07:40 GMT | 2 |
I am testing a webservice locally that connects to BankingDb and check the function [WebMethod] public bool CheckPincode(string Pincode)
|
| RegEx problem | 29 Jun 2007 07:36 GMT | 7 |
I have problems with following code and don’t find the bug : // Set [8,9,54] ArrayList aArray = new ArrayList(); regStr = new Regex(@"\[(?:(\d+)[,]?)*(\d+)\]");
|