| Thread | Last Post | Replies |
|
| writing to a binary file | 30 Mar 2006 15:43 GMT | 4 |
Good Day I would like to write a password to a binary file. I am following along in the book and examples I have found googling. However when I open the file in notepad it looks like a text file. Can someone tell me what
|
| Accessing Address book from C# | 30 Mar 2006 15:11 GMT | 2 |
I will like to access the Address book in windows via C# (.net 2.0), is this possible and can it be done independent of the mail program that the end users are using?? Best
|
| XmlDocument and Xpath | 30 Mar 2006 15:07 GMT | 5 |
I have an XmlDocument instance, I want to find a node in the xml, but I don't know it's path until runtime, for example <aaa> <bbb name="x"/>
|
| What is the best way to distinguish between TreeNodes | 30 Mar 2006 15:01 GMT | 10 |
Hi People Could anyone suggest to me the best way to distinguish treenodes? By this I mean I'm in a situation where I have a TreeNode that displays a number of categories and within those nodes there are items of stock.
|
| Class casting. | 30 Mar 2006 14:59 GMT | 9 |
I have a asp class A with a public function AA() ----------------A.aspx.cs------------------------ public partial class A : System.Web.UI.Page {
|
| c# : detect runmode | 30 Mar 2006 14:48 GMT | 3 |
i m looking for detect the runmode (console, aspx, etc) and adapt my class (delegate) for output writting... thx mcf
|
| textFile Manipulation | 30 Mar 2006 14:44 GMT | 2 |
I have a textfile with multiple line. How do i get (for example) the 1st line or the 3rd line then change the line to something i want in C#? How do i delete a line in C#... or backspace in a textfile? for example 1st line
|
| How to get typeof declared item in generic List | 30 Mar 2006 14:37 GMT | 1 |
I need to get the type of item in the declared generic List. This is my class and my List derrived from List<MyItemClass> public class MyList : List<MyItemClass> {
|
| Open Excel file in browser using .Net | 30 Mar 2006 14:36 GMT | 1 |
Hey All, I am trying to open an Excel file in a browser by using Response.Redirect. The file is located in a virtual directory. However, the browser title shows the path of the file, which I don't
|
| tool tip for variable | 30 Mar 2006 13:55 GMT | 9 |
My application has a rich text box.When i hover the mouse over certain keywords typed in the text box i want a tool tip to be displayed.Any idea of how i can accomplish this???? i will be glad if someone can help me plz...
|
| Semantic Web and Reasoner | 30 Mar 2006 13:44 GMT | 4 |
Hello Group, I git the problem, that i need a reasoner written in C# or with an simple interface to C#. My problem is, that all of the programs i find are written in java?? i don't want to port it myself, but i think since
|
| filtering an XML Dataset | 30 Mar 2006 13:12 GMT | 2 |
I use the ReadXML method in my C# Windows Form project. Here is some of my C# code: xmlDS.ReadXml(curDir + "\\Dept.xml") ; There're 20 rows and 5 columns in the Dept.xml.
|
| load and unload assembly (System.AppDomain) | 30 Mar 2006 12:34 GMT | 3 |
I have a problem with loading a assembly ... I am trying to do the following: - I have a directory with a dll (assembly) in it (not the currect dir.) - I am trying to load this assembly, run a method in it, and than close it.
|
| Regex for legal file name chars | 30 Mar 2006 10:51 GMT | 3 |
I need to filter out non-legal characters from potential (user-entered) file names. Certainly this must exist already. Also...I remember there was a large cache of regex strings online somewhere but I can't remember the site name. It wasn't regex.com
|
| Web Browser Object Question | 30 Mar 2006 10:38 GMT | 2 |
I'm working with VS 2005. I'm using a WebBrowser object that has an even called DocumentCompleted. The thing is this even is called whenever a frame of the page has been completed and I want it to be only when the entire page is downloaded.
|