| Thread | Last Post | Replies |
|
| Need to find out if a string contains more than 2 "'s | 24 Aug 2006 15:58 GMT | 12 |
I need to parse a string and find out if it contians mroe than 2 parenthisis. Can soemone tell me a quick way of doing this.
|
| How to get rid of the regex???? | 24 Aug 2006 15:47 GMT | 6 |
I have a huge regex setup going on. If I don't do each one by itself instead of all in one it won't work for. Also would like to know if there is a faster way tried to use string.replace with all the right parts in there in one big line and for some reason that did not work
|
| Determine type of inherited class | 24 Aug 2006 14:56 GMT | 3 |
i have a class which inherits from a base class class base1 { } class child1 : base1 {
|
| Display a control into the status bar | 24 Aug 2006 14:24 GMT | 6 |
hello, I currently develop an application which runs in background. I would like to put at the place of the notifyicon, a label, which displays information about this application.
|
| UML Tool for C# | 24 Aug 2006 13:39 GMT | 4 |
Does anyone have any recommendations for a UML tool that supports c# code? There are plenty out there but i can't seem to find any comparisons anywhere so i would like (if you have a couple of minutes to spare) to hear your opinions!
|
| MDI.Arrange vbTileHorizontal | 24 Aug 2006 12:41 GMT | 1 |
What's the substitute for doing this in WinForms?
|
| using directive in ASP.NET 2005 web site | 24 Aug 2006 12:24 GMT | 1 |
Can you import namespaces into an ASP .NET 2005 web site project C# file? For instance, when I run using System.Collections.Generic; public partial class _Default : System.Web.UI.Page, IMainView
|
| Is there any solution to make the datagrid in same position(inside div tag) when clicking edit | 24 Aug 2006 12:06 GMT | 1 |
I have binded a dataset to my datagrid. Datagrid is present inside a >DIV></DIV> tag of specific height. Only 5 records will be visible at a time when i edit the 10th record, the page refreshes and the datagrid goes
|
| how to access old version of assembly from client applicaiton | 24 Aug 2006 11:47 GMT | 1 |
how to access old version of an assembly from GAC if we have more than one version for the same assembly in GAC. By default client application takes new verion. what changes are required to load the old version of the assembly from client
|
| Granting a webservice writing permission | 24 Aug 2006 10:14 GMT | 1 |
Some background: working with VS 2005 + Win2003 + IIS6. I have a webservice that creates (if the directory doesn't exist the webservice creates it) a directory "Temp" under the webservice local directory (usualy c:\inetpub\wwwroot\<service name>\Temp)
|
| convert string to property when the name in the same | 24 Aug 2006 10:07 GMT | 1 |
In the code below there is two different switches. It's the second switch that is interesting for me. Here I have three different case called case "MStl" :, case "MSlg" : and case "Temp" :
|
| Something strange with TextBox.Text property when I use it within a function. | 24 Aug 2006 09:43 GMT | 2 |
A beginner in C# .. I wrote 2 classes like below.. (psuedo code) public class FormUI : System.Windows.Forms.Form {
|
| not able to run the Process | 24 Aug 2006 09:30 GMT | 2 |
it's me again. today i'm trying the "Process" class. I'm trying to uninstall one product developed by my company thorugh .net code but it seems not working but when i execute the commandline MSI uninstall command it seems working fine. the code i'm using is:
|
| Auto mail from SQL | 24 Aug 2006 09:09 GMT | 1 |
can any one tell me that how i can send email to my registered clients from sql store procedure if they meet some specific critaria. and this store procedure will automaticelly execuate after every 10 minutes and check the database. if any client meet the critari specified a mail
|
| Passing null as an "out" parameter | 24 Aug 2006 08:57 GMT | 7 |
Is it possible to pass null to a function taking an "out" (or "ref") parameter in C#. I'd like to do something like the following (which doesn't compile of course). Thanks in advance. int SomeValue;
|