| Thread | Last Post | Replies |
|
| Regex for parsing methods in csharp code | 16 Oct 2007 00:13 GMT | 1 |
I have built an AddIn for VS2005 and I need to parse a source cs file inside the IDE. My goal is to search all method in a file using regex class.
|
| problem sizing a DataGridView | 15 Oct 2007 22:40 GMT | 1 |
.NET 2.0 I've created a User Control which contain a DataGridView. This User Control is displayed on a TabPage. This TabPage is added to the TabControl during runtime.
|
| Appdomain | 15 Oct 2007 21:16 GMT | 5 |
im looking for samples to load and unload dlls... all the testing ive been doing (new at this) the memory usage keeps going up is there a way or a example of loading and unloading
|
| run time Compiling | 15 Oct 2007 21:15 GMT | 13 |
I have a idea...and dont know if it is possible...... we have a pretty huge system at work and we send EDI Special formatted Data to Several Other Companies, via sFtp,dial up, vpn depending on these customers
|
| XML to SQL in Orcas Beta 2 | 15 Oct 2007 21:13 GMT | 4 |
What is the best way to write XmlNodeType.Element Text into an SQL table with identical column names? Thanks, lausivcid
|
| Open XML doc from MemStream | 15 Oct 2007 20:37 GMT | 9 |
I have a memory stream that I saved an XML doc to. I can open an XML file in I.E. using: System.Diagnostics.Process.Start("C:\\MyXML.xml"); My question is what is the syntax for:
|
| Using ado.net | 15 Oct 2007 20:04 GMT | 4 |
Hello!! I have earlier used ADO.NET 1.1 when working with VS2003.and I'm quite used to that. We have now VS2005 so I can now use ADO.NET 2.0.
|
| simple managementobject question | 15 Oct 2007 19:36 GMT | 2 |
I am in a situation where I need to find the a unc path of a particular drive or I have a unc path, I need to find the drive. Either way will work. I do not want to use dllimport to make the win32 api call. So after some research I found out that I could use
|
| Regex with double and char | 15 Oct 2007 19:22 GMT | 2 |
In the following example, the Matches operation never returns 4 matches as I am expecting. What's wrong with my syntax? private const string DOUBLE_REGEX = @"[-|+]?[0-9]*[.]?[0-9]*"; private const string HEMISPHERE_REGEX = @"[N|S|E|W]";
|
| APP_CODE directory and Conversion to VS 2005 | 15 Oct 2007 19:13 GMT | 5 |
I've converted a VS 2003 project to VS 2005. I have one utility class that it put in the APP_CODE directory. When I try and compile I'm getting this error... Error 1 The type or namespace name 'WelcomeToPFP' could not be found (are
|
| Multilanguage | 15 Oct 2007 18:17 GMT | 3 |
My database contains multiple languages such as Englisg, French, Chinese, Japanese...(16 languages). Can any one tell me how I can detect which kind of language is saved in a column without any additional flag by program?
|
| Send ICMP message to my router via. Raw socket | 15 Oct 2007 17:58 GMT | 1 |
I have written piece of code to send message to my router. static void Main(string[] args) { Socket mySock = new Socket(AddressFamily.InterNetwork,
|
| vacation accruals design | 15 Oct 2007 17:12 GMT | 1 |
hey all, i was task with tracking vacation hours for each employee in a company. the way i did it was i calculated the accruals and hours taken on the fly and it worked just fine. but then some changes came along and the solution
|
| detect "task manager end process" | 15 Oct 2007 17:10 GMT | 5 |
Im trying to detect when a user "kills" my c# app using windows task manager, i've tried with the form events _closing and _closed managing for example putting an if inside to detect it: if (e.CloseReason == CloseReason.TaskManagerClosing)
|
| COM Excecption in VS 2005 | 15 Oct 2007 16:34 GMT | 2 |
I created a test application that uses a dll that uses a external com objet (what i didn't create and i don't have sources). When i start the application from vs 2005 i have a com error (see below).
|