| Thread | Last Post | Replies |
|
| Replace function | 06 Nov 2007 14:10 GMT | 4 |
I am tryng to use replace and it is not working. i'm surprised as it would seem to be a simple method. My code: foreach (DataRow row in dsSched.Tables["Schedule"].Rows) {
|
| VS2005 Designer choking when I add Acrobat Reader ActiveX control | 06 Nov 2007 13:48 GMT | 1 |
I'm curious if anyone has encountered this. I'm developing an outlook add-in that needs to display a PDF. I've included the Adobe Reader ActiveX cotnrol and when I re-load the form I get the dreaded "The path is not of a legal form" error.
|
| MenuStrip ... Insert Standard Items: where is the code? | 06 Nov 2007 13:39 GMT | 1 |
Am I correct in thinking that I need to write the underlying code for all the menu options inserted? Where would I start to implement, say, Select All, for instance? Thanks for any pointers.
|
| decimal oddity | 06 Nov 2007 12:37 GMT | 3 |
this is not the usual why-can't-I-represent-0.1-in-double post. I don't understand why we loose information when converting from double to decimal. Consider the following code. d1 and d2 are clearly different.
|
| FileSystemWatcher. Should i use this? | 06 Nov 2007 12:17 GMT | 2 |
It has been recomended by someone i work with, NOT to use the FileSystemWatcher class for watching for new import files in a directory as it is a bit flaky. Is this true, or can i trust that it will work.
|
| Reflection question: Dynamically populating an objects properties | 06 Nov 2007 11:51 GMT | 3 |
Hi, I am trying to dynamically populate an objects properties using reflection. Specifically, I have an object called the theObj and it has a number of properties.
|
| How to return single resultset with multiple database queries | 06 Nov 2007 11:39 GMT | 2 |
This might be the wrong group to post this query, since it is ADO.NET related, but I couldn't find any ADO.NET group. My problem is that I want to write some queries, which use temp table because of their complexity. My final results are in the temp tables.
|
| Transparent Image on Button | 06 Nov 2007 10:41 GMT | 1 |
I try to show a background image on the button control. A background of an image should be transparent (should get the control color). Unfortunately, I can't find appropriate control property like "Transparent" in Delphi or something like this. What is the way to
|
| StackOverflowException when serializing | 06 Nov 2007 09:49 GMT | 2 |
I work against .NET 2.0 using C# 2.0. I am facing a problem trying to serialize the class foo (given below). Basically, foo can contain other foos in a list. When I try to create a serializer, using the test() method below, I get a superb StackOverflowException. I googled
|
| RegEx Help | 06 Nov 2007 09:36 GMT | 2 |
Gurus, I am new to RegEx. How can i validate following. All characters in my strings are [A-Za-z0-9] and underscore The string MUST begin with Upper Or lowercase character.
|
| Question about the Mask property on the MaskedTextBox | 06 Nov 2007 09:24 GMT | 2 |
I'm using the MaskedTextBox to make sure the user inserts a valid international phone number. I want to set the Mask property so that the user sees +49-__-____-____ in the text box. I set the Mask property to "+49-00-0000-0000", but because 9 is a Masking
|
| OrcasBeta2 virtual PC | 06 Nov 2007 09:22 GMT | 6 |
I installed OrcasBeta2 with the Virtual PC package. After Windows Server 2003 Enterprise Evaluation Copy SP2 expired and started shutting me down after 2 hours I installed Windows Server 2003 Enterprise R2 SP2 from DISK2 of the installation DVD. Both logon and
|
| arraylist - how do I retrieve a single element? | 06 Nov 2007 07:47 GMT | 5 |
This is driving me crazy. I have defined an arraylist as follows: public ArrayList drawnballs; This is instantiated through
|
| Microsoft to release Visual Studio 2008 this month | 06 Nov 2007 03:47 GMT | 4 |
http://www.news.com/8301-10784_3-9810848-7.html?part=rss&subj=news&tag=2547-1_3-0-20
|
| Web Service to InfoPath | 06 Nov 2007 01:42 GMT | 1 |
I have written a C# web service in Visual Studio 2005, to be used by InfoPath 2007 to retrieve and submit data. The web service works perfctly, but only after I have opened Visual Studio, opened the web service solution, selected the asmx file and viewed it in a browser.
|