| Thread | Last Post | Replies |
|
| A brainstorming session on "pause-able" for & while loops. | 15 Nov 2007 03:02 GMT | 2 |
I have a re-occurring problem and wish to design a framework or pattern to address it. I have some Ideas but I would like to do some brainstorming with my peers before commencing. The problem:
|
| C# Convertee - Help with IF statement syntax | 15 Nov 2007 02:38 GMT | 5 |
I have the following if statement: if ((e.Row.RowType = DataControlRowType.DataRow) && (e.Row.Cells[1].Text.ToLower() = "jake")) {
|
| Shadow Copy Wrapper? | 15 Nov 2007 00:41 GMT | 10 |
I've been scouring the net for the last few days looking for a way to copy a locked file (create a shadow volume, expose it... that's it) from within my program. I'm aware of the kludgy vshadow.exe commandline tool, but what I really need is to be able to do it in managed code or ...
|
| foreach loop and generic class | 14 Nov 2007 23:26 GMT | 10 |
I'm new to generics. I've written a simple class to which I'm passing a generic list. I'm able to pass the list and even pass the type of the list so I can use it to traverse it. It's a generic list of business objects. I'm able to see that the type is the correct one
|
| DataGridView - add items | 14 Nov 2007 22:50 GMT | 1 |
I have an DataGridView control with the following columns (added using the designer): column1 - DataGridViewTextBoxColumn column2 - DataGridViewComboBoxColumn (values "test1", "test2")
|
| decent size datatable | 14 Nov 2007 22:28 GMT | 2 |
hey all, i have a datatable that i'm keeping in application state only to be used by my datalayer class. i have to cast it from my code-behind and pass it to my datalayer on each postback.
|
| Create .NET Interface definitions for COM | 14 Nov 2007 22:07 GMT | 4 |
I am trying to implement the interfaces (well, actually create the COM Interop interface definitions first), but am unsure how to create the interface.cs files needed. The interfaces in particular I need right now are IE7 interfaces
|
| adding settings in c# during runtime | 14 Nov 2007 22:02 GMT | 2 |
does anyone know how to add settings during runtime? I would really like to incorporate this feature into a app that I am building.
|
| CMS asp.net | 14 Nov 2007 21:36 GMT | 4 |
Bonjour, j'ai besoin de votre aides j'ai besoin d'un CMS pour la creation des sites webs dynamique e- commerce avec ASP.NET (creation des produits des familles categories ... et ventes) ou des sites exemplaires sur
|
| XPath and default xml namespace | 14 Nov 2007 21:28 GMT | 1 |
I have XML files with defined namespaces + defined default namespace: <?xml version="1.0" encoding="utf-8"?> <Root xmlns="default.schema" xmlns:s="s.schema"> However when I want to run XPath query, I must give name to default
|
| Image Capture Control for Windows Mobile using DirectShow | 14 Nov 2007 21:27 GMT | 4 |
I am trying to build an image capture user control using DirectShow to be used in an existing C# application. It needs to have a view finder/ preview window and be able to take still images.
|
| Transform xml to *.txt in C# app. | 14 Nov 2007 19:28 GMT | 3 |
HowHi all I want to transform data in xml files to *.txt in a C# application. I have some data in Xml files and want to used them in a 3D tool to print the subject
|
| Dataset, XML, T-SQL | 14 Nov 2007 18:09 GMT | 5 |
Ok here's my question. I have a program which can run both online or offline. Online work on a Webservice getting data from SQL2000. When the person want go offline he have to be online first and few tables are being
|
| Dealing with large text files | 14 Nov 2007 17:44 GMT | 6 |
I have a situation where I need to read a text file containing several million rows (insurance eligibility files). In additional to sequential operations, I also need to support a 'seek' on the file. The file itself is not in a fixed-field format and each line could be ...
|
| memory allocation and GC | 14 Nov 2007 17:44 GMT | 2 |
I have a class which uses dictionary to look up a key to find a url. When found it will launch the url in new IE. Now my question is, I will be doing a new on this class when ever a particular menu item is pressed. On the end of the method this class
|