Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Assembly binding - old and new version10 Jan 2008 17:58 GMT2
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 DisplayIndex10 Jan 2008 17:04 GMT6
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 Library10 Jan 2008 16:44 GMT2
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
Ethernet10 Jan 2008 16:23 GMT2
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 pattern10 Jan 2008 16:20 GMT6
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 .net10 Jan 2008 16:19 GMT2
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 GMT5
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 GMT2
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 Design10 Jan 2008 15:37 GMT2
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 Runtime10 Jan 2008 15:21 GMT1
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 GMT2
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 questions10 Jan 2008 14:54 GMT1
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 Directory10 Jan 2008 14:54 GMT4
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 form10 Jan 2008 14:27 GMT2
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 possible10 Jan 2008 14:26 GMT7
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.