Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / June 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to create something like a sql job which has several steps in that each step executes an executable program29 Jun 2007 15:08 GMT3
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 GMT2
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 problem29 Jun 2007 13:52 GMT1
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 javascript29 Jun 2007 13:19 GMT1
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 Enum29 Jun 2007 12:58 GMT3
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 GMT1
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 GMT2
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 GMT1
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 GMT3
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 progress29 Jun 2007 09:27 GMT2
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 list29 Jun 2007 09:02 GMT2
For the following code snippets:
public static List<T> getListFromConfig<T>(List<T> objList, int uniqueID,
string
fileDirectory, string fileName, string configName)
New diet pills29 Jun 2007 08:48 GMT1
Bu
Acomplia
<
href=http://education.beta.edgewood.edu/ed677/discuss/_disc2/00001a50.htm>Bu
Canadian pharmacy29 Jun 2007 08:12 GMT1
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 GMT2
I  am testing a webservice locally that connects to BankingDb and
check the function
[WebMethod]
   public bool CheckPincode(string Pincode)
RegEx problem29 Jun 2007 07:36 GMT7
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+)\]");
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.