| Thread | Last Post | Replies |
|
| Generate XML Documentation via MSBuild CMD | 20 Jun 2007 15:30 GMT | 2 |
This may not be the best group in which to post this. If there is a better location please direct me there. I have been experimenting with Sandcastle to generate CHM help file documentation for some of our projects. I can configure a project(s)
|
| call a javascript function within code behind | 20 Jun 2007 15:04 GMT | 4 |
i want to call a java script function from code behind. in page1.aspx page i placed script' <script language="javascript"> function SetSelected()
|
| Truncating decimal points | 20 Jun 2007 14:52 GMT | 2 |
can some one pls suggest me why? StreamWriter sw = new StreamWriter(@"c:\Temp\1.txt"); double dd1; double dd2;
|
| Cannot modify the result of an unboxing conversion? | 20 Jun 2007 14:14 GMT | 6 |
error CS0445: Cannot modify the result of an unboxing conversion I'm quite new to C# and can't really see how to get rid of the above error. I have an ArrayList instance to which I add two types of elements. The first type of element is a class, the other type of element is a struct ...
|
| one settings file for base dll and windows service | 20 Jun 2007 14:11 GMT | 1 |
I have already spent a whole day on that so some help would be greatly appreciated. I have a windows service that in the settings file (created by the designer) has a bool debug=false
|
| How to write a program such that it will delete itself after exectution? | 20 Jun 2007 13:45 GMT | 1 |
|
| Behavior of the DataGrid while closing the application | 20 Jun 2007 13:30 GMT | 3 |
Hi NG! I have recognized a strange behavior of the DataGrid control. If I'm editing the value of a cell in the DataGrid and press the close
|
| Creating Tibco EAR files with Visual Studio | 20 Jun 2007 11:56 GMT | 2 |
Can someone answer this for me? I don't seem have an luck getting an easy answer... I'm working with Tibco Designer (for Windows) to create EAR files and find it quite cumbersome. Can I create EAR files from Visual Studio?
|
| supress command prompt | 20 Jun 2007 11:24 GMT | 4 |
I want to run a batch file from the c# code. Every time i run the batch file command prompt is displayed. I do not want to show this command prompt. Is there any way to suppress the command prompt. Regards,
|
| Email sent to deleted items | 20 Jun 2007 11:11 GMT | 4 |
I'm using the following code to send emails: <code> public Boolean SendEmail(String _fromAddress, String _toAddress, String _subject, String _message)
|
| Open source proxy server | 20 Jun 2007 10:29 GMT | 5 |
Hi, Im looking for an open source http/web proxy server hopefully in c# there seems to be quite a few in python or java, but not come acros one in c# yet. is there anything around ?
|
| frequent Sql exception | 20 Jun 2007 10:02 GMT | 2 |
Hey all, We get the following error on a lot of our .net application and we are not sure why? I notice that it happens like a timeout issue like if you leave for several minutes. Can someone please confirm this is what actuall is happening?
|
| Simple regex question | 20 Jun 2007 08:26 GMT | 4 |
I want to add a text to another text using regular expressions... An example before= "foo" after= "foobar" before= "one"
|
| Please take 5-10 minutes to help me on my thesis questionnaire and get the report | 20 Jun 2007 07:09 GMT | 12 |
(First my apologies for this kind of "spam" message. But for my thesis this will be my once in a lifetime spam moment... ) At the moment I have to graduate for my master in Business Information Management and need to do a survey for my thesis. The thesis is about
|
| Print using GDI+ and plain PrintDocument object to a pdf file | 20 Jun 2007 06:15 GMT | 7 |
What is the cleanest and effective way to use the PrintDocument object to print directly to a pdf file "myfile.pdf" (with no prompt to the user: just print to file and make pdf) ?
|