| Thread | Last Post | Replies |
|
| Jobs newsgroup? | 27 Apr 2008 19:06 GMT | 2 |
Can someone suggest where to post a job offering for this skill set?: C# SQL Server 2005 Report Builder
|
| What OS do you develop on? | 27 Apr 2008 17:23 GMT | 4 |
I see more and more people using Windows Server for their OS on the workstation they use for development. Is this pretty common? Aside from being able to set up just about any server resource you might need to develop for (SQL Server, SharePoint, IIS, etc.) on your local
|
| How to get a hashed string | 27 Apr 2008 16:23 GMT | 3 |
I want to hash a givien string to a hashed string. How can I do witth c#?
|
| Read XML file using OOP | 27 Apr 2008 14:31 GMT | 7 |
I am using visual studio C# window and I have an xml file which I need to read that file using Object Oriented program. What codes I should use in my class to load and read that xml file. Thanks My xml file call carsXml.xml and it includes below information:
|
| Displaying a set of questions | 27 Apr 2008 13:51 GMT | 16 |
Hi, I am using Visual C# window to dispaly a set of questions with their answers. The users should be able to move to the next question by clicking on next button. I am going to use only one panel to display one question and move to next question. Can someone please help me with ...
|
| DataGridView : How to Transform data between user input and validation ? | 27 Apr 2008 09:17 GMT | 5 |
I have a DataGridView with a Date (DateTime) Column. When a user edit the cell and change the date I woulk like to allow him to write "081501" and programmatically transform the entered date to "2008/15/01"( using a custom method called TransformDate(string ARawDate))
|
| Linq, and how to determine if IEnumerable<T> | 27 Apr 2008 07:36 GMT | 5 |
Hello, I know that all that’s required to use linq to objects, is the collection must implement IEnumerable<T> but how to know if a collection implements this interface? For example one of the books I’m reading uses the running system processes and I wouldn't know off
|
| ClickOnceDeployment and uninstall | 27 Apr 2008 05:07 GMT | 1 |
is it possible to add some kind of custom actions (e.g. call a script) if a ClickOnce deployed application is uninstalled? Christian
|
| Add files to ClickOnce app | 27 Apr 2008 05:06 GMT | 5 |
how can I add files (e.g. ini-files, xml-files, pdf,..), that should be installed with a ClickOnce deployed applications? Christian
|
| DrawString, multiline string but full width | 27 Apr 2008 05:03 GMT | 4 |
It seems like the default behavior of DrawString is trying to keep the whole word if possible. I'd like the string to be drawn in multilines, but filling the entire line width. For example I'm using a fixed-width font, and the width of the layout
|
| WCF services and logging | 27 Apr 2008 04:50 GMT | 4 |
I've a number of WCF services and other components (not services). I'm thinking of creating a centralized logging system. One possibility is to create a logging service that stores everything in a database table, but I was curieus whether this is the way to go; or are there
|
| Interesting namespace conflict problem | 27 Apr 2008 01:19 GMT | 4 |
I am having an interesting namespace conflict. When we use a third party lib we create a company assembly for any descending classes to go in. I have simplified the problem into the example below. We are using the third party assembly Abc.Reports so we have an assembly
|
| how to convert byte[] to object[] | 26 Apr 2008 22:09 GMT | 6 |
How do I convert a byte[] to an object[]? I am trying to use IADs PutEx and the last parameter required a variant array. Thanks,
|
| Derived classes and overloaded methods | 26 Apr 2008 22:01 GMT | 7 |
The output of this simple program below differs if it's compiled in Visual Studio 2005 and 2008. Is one the correct output, and if so, why? using System;
|
| create BackgroundWorker from BackgroundWorked is possible? | 26 Apr 2008 18:38 GMT | 4 |
I want to create a "thread manager" class to manage an array of backgroundworkers. I'd like this thread manager class to live in a class library and I wasn't sure if it was possible to make the thread manager a subclass of the backgroundworker so that I could start it up and ...
|