| Thread | Last Post | Replies |
|
| Virtual ftp drive | 20 Jun 2006 15:23 GMT | 3 |
I would like to create a little csharp program similar to (but simpler) http://www.southrivertech.com/products/webdrive/index.html I would like to create a new drive letter and monitoring
|
| Problems executing external application (.exe) using windows service | 20 Jun 2006 15:22 GMT | 3 |
i am jay from bangalore i have one problem ,can u please help me out. i have one windows application and one windows service. from windows application i have to call one process "gpg" to encrypt
|
| Eval!!! | 20 Jun 2006 15:17 GMT | 8 |
<%# DataBinder.Eval(Container.DataItem, "Tables[1].DefaultView[0].sum") %> Throwing error!!! my DataSet has 2 tables inside it as I have used aggregate function SUM for a select TIA
|
| How to parse a directory of logfiles | 20 Jun 2006 14:57 GMT | 2 |
I'm a newbie to C#, so forgive me if this is a dumb question. What I want to do is parse a directory of IRC logfiles and dump all the .jpg and .gif links to a text file. If I could get a single filename, I could load it into a richedit control and do the parsing there but
|
| Does arraylist work with xmlserialiser. | 20 Jun 2006 14:52 GMT | 1 |
I want to develop one application for storing tasklist. so what i am doing is i have one class which is containing arraylist where i am storing details about task. At a time of serializing this it is working properly. But i am not able
|
| Unable to set Height and Width of a form | 20 Jun 2006 14:27 GMT | 1 |
All, I have a list box that imitates the intelisence behavior. Since I need it to be top most, I have put it on a TopMost form (The listBox docked to Fill).
|
| VS2005: edit while debugging | 20 Jun 2006 14:18 GMT | 3 |
I'm looking for a way to be able to edit the source files in VS2005 while debugging. I don't mean edit-and-continue, and I really don't care if the debugger points to the wrong line after adding or removing a line, I just want to be able to add comments or make small changes ...
|
| examples | 20 Jun 2006 14:15 GMT | 1 |
can anyone suggest me with some good sites where i can download the business login examples please do reply me if you know one of those.
|
| Datagrid error | 20 Jun 2006 14:14 GMT | 1 |
I am getting below error while using the ItemTemplate in datagrid. Please help, this is very very urgent. CS0117: 'System.Web.UI.DataBinder' does not contain a definition for 'eval' Below is my code to populate datagrid.
|
| DataSet.ReadXml | 20 Jun 2006 14:12 GMT | 1 |
Hi, I,m trying to fill a DataSet with a xml file, so I pretend to use the ReadXml method. The .xsd file is defined, and the fields of the xml file have the same name and type than the DataTable inside the DataSet.
|
| Windows Forms application | 20 Jun 2006 13:55 GMT | 2 |
I have to pass through sequence of steps (different windows forms - let's say Form1, Form2, Form3..., with "back" and "next" buttons). At this moment I try with MDI app but there I have problems with maximize box, close box (I want to disable them but I can't). How to organize my
|
| OptionalField attribute doesn't seem to work | 20 Jun 2006 13:42 GMT | 4 |
I was very excited when version 2.0 of the framework came out... it looked as though the OptionalField atribute would help me sort out my serialization woes. So far, it hasn't through. All I'm trying to do is add fields to objects which have already been
|
| How to provide arguments when creating an instance of a variable T | 20 Jun 2006 13:01 GMT | 1 |
The following code chunk static T CreateControl<T>(string name) where T : new() {
|
| Using reflection to get the type of a class from a string contaning the name of the class | 20 Jun 2006 12:43 GMT | 7 |
How do I get hold of the type when I have a string that represents the type. For example I have the string "OFiR.Recruitment.Department" And I want to get the type called "OFiR.Recruitment.Department" From what I've found on the web I could get the assembly:
|
| how to get IP address without using DNS | 20 Jun 2006 12:18 GMT | 2 |
hi,Everybody. I want to get my computer's local IP address,I search internet for some help,but most of them suggests using DNS with codes like these:
|