| Thread | Last Post | Replies |
|
| Assembly binding - old and new version | 10 Jan 2008 17:58 GMT | 2 |
I have designed simple assembly ( *.dll - version 1.0.0.0 ) and registered it in GAC. I have also compiled new version of this assembly - 1.0.0.1 and also added to GAC. Then I've created simple console application and added reference to
|
| DataGridView DisplayIndex | 10 Jan 2008 17:04 GMT | 6 |
I try to adjust columns order in DataGridView via DisplayIndex property and it doesn't work me properly. Here is the code: protected override void AdjustGridColumns() { foreach (DataGridViewColumn clmn in _grdCustomizations.Columns)
|
| Microsoft's Enterprise Library | 10 Jan 2008 16:44 GMT | 2 |
does anyone know of a forum/newsgroup for help with Enterprise Library (application blocks etc)? I have been to www.codeplex.com/entlib, but there is not a terribly large amount of throughput on this site, and while I have received some great
|
| Ethernet | 10 Jan 2008 16:23 GMT | 2 |
I want to write a C# application that communicates with external hardware using ethernet. Can anyone help me get started as I have done some research and I don't know where to start!? Any useful web links / books / examples would be fantastic.
|
| factory design pattern | 10 Jan 2008 16:20 GMT | 6 |
I am building multi platform application and I would like to ask are there any links which would provide me code with factory design pattern implementaion in c# for this? Thanks!
|
| how to use classes in .net | 10 Jan 2008 16:19 GMT | 2 |
hi all........ can any body told me,how we use Classes & stored procedure in c#. thanks in advance
|
| How can i use a dataset w/o a datasource? | 10 Jan 2008 16:18 GMT | 5 |
what i'm trying to do is attach a report file to a reportviewer instance with some values from a page. i can attach a dataset to the .rdlc file with stuff from a datasource, but i need to also add values form a pages web controls to the same report.
|
| Tutorial for writing Controls in C# | 10 Jan 2008 15:41 GMT | 2 |
I want to write my own controls for using the ExtJS librarry (http:// extjs.com/) Nearly like it´s done on: http://www.codeplex.com/ExtJsExtenderControl/ Does anybody know a good tutorial or webcast about writing controls,
|
| Localization Design | 10 Jan 2008 15:37 GMT | 2 |
In my application design I'm stuck on the following problem: I have an application that will both be web as well as WPF/WCF based. Both are essentially the same, only the platform is different. Both share the same database and both will be totally localized to
|
| ConnectionString Builder Dialog not available at Runtime | 10 Jan 2008 15:21 GMT | 1 |
I wish to invoke the Microsoft.VSDesigner.Data.SQL.Design.SqlConnectionStringEditor dialog in a property at Runtime. This would be made available to clients to edit the connection string. However this is only a design time feature. Is there a
|
| Get range (entire column) in C# | 10 Jan 2008 15:15 GMT | 2 |
I would like to know the syntax in C# of getting a few colums in Excel through range e.g, I want the 45 to 50th column, what will be the syntax? sheet.get_Range("45:50", Missing.Value)? But I guess that just give me
|
| Why can't I ... a few newbe questions | 10 Jan 2008 14:54 GMT | 1 |
1. Why arent't default parameters accepted? Why do I have to use polymorphism everywhere? This makes my code redundant. Example: public string showStuff (string whatToShow, int limit = 0){...} instead of:
|
| Get URL to newly created Virtual Directory | 10 Jan 2008 14:54 GMT | 4 |
I created virtual directory in my custom setup project successfully. However, I would like to get actual URL to the directory so I need to convert ..... DirectoryEntry entry = new DirectoryEntry(@"IIS://localhost/W3SVC/1/
|
| password form to perform operation from main form | 10 Jan 2008 14:27 GMT | 2 |
I have the following problem: from the application mainForm the user can do several operation Some of them are password protected (the password is a code that change everytime on the basis of a
|
| Create Access database as fast as possible | 10 Jan 2008 14:26 GMT | 7 |
Dear c-sharpers, I'm trying to make a library (eventually to be used by Fortran-users within our company) in which large access databases can be made. To be as flexible as possible, I want to be able to create tables from this
|