| Thread | Last Post | Replies |
|
| Calling sql server user defined function from C# | 16 Jun 2006 14:02 GMT | 2 |
How can we call a sql server user defined function from C#?
 Signature Regards, Lalit Bhatia
|
| C# project reference problems (reference pulled from obj folder, not bin folder). | 16 Jun 2006 13:19 GMT | 5 |
I have a pair of C# projects in VS2003. The first project, a dll, is referenced in the second via a project reference. The assemblies in question are delay-signed during a "production" build process, but not as part of a normal development build.
|
| how to create my own tool box control | 16 Jun 2006 13:19 GMT | 3 |
Is it possible to create my own tool box control (in c#.net) on which i can place the controls i've created or some other controls which already exisits? Can anyone tell me how to do this? or if you know any third party control
|
| True or False? | 16 Jun 2006 12:13 GMT | 2 |
State True or False: If you set AutoGenerateColumns=True and still provide custom column definitions, the DataGrid will render both. o True o False
|
| Ordinal for DateTime.ToString() | 16 Jun 2006 11:47 GMT | 7 |
I was wondering if there is any way of formatting a date to include the ordinal characters? I've looked at the documentation for DateTime.ToString(), but no where can I find information on ordinals. For example, I currently use:
|
| Forms show and hide.. | 16 Jun 2006 11:31 GMT | 1 |
I am wondering is there any way when I do a show and hide of a form, we can do a smooth transition to the new screen like power point presentation in c#?? Thanks.
|
| .Net 2.0 Framework Strong Name Error | 16 Jun 2006 11:08 GMT | 1 |
I am in the Process of conversion of my existing 1.1 Dotnet Code to 2.0 framework. for each project when i compile in VS2005 , i get this error\warning: Use command line option '/keyfile' or appropriate project settings instead
|
| datagrid and web controls | 16 Jun 2006 11:03 GMT | 1 |
I have a datagrid control that gets populated from a dataset in a code-behind file. In addition to some text fields the data contains three smallint fields that can either be a 1 or 0. When the datagrid gets populated I want a checkbox to be displayed for those fields that
|
| ActiveX and .NET communication | 16 Jun 2006 10:56 GMT | 1 |
What do u think is the best way 4 communication between a activeX and a .NET exe..? Thanks!
|
| how to get the name of the button creasted at run time in c#.net | 16 Jun 2006 09:56 GMT | 2 |
I've created some buttons at runtime and all these are having unique names and also created event handler for the buttons created at run time like this { btn.Size =new System.Drawing.Size(70,50);
|
| Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile'???? | 16 Jun 2006 09:19 GMT | 4 |
I am in the Process of conversion of my existing 1.1 Dotnet Code to 2.0 framework. for each project when i compile in VS2005 , i get this error\warning: Use command line option '/keyfile' or appropriate project settings instead
|
| unknown parameters | 16 Jun 2006 09:12 GMT | 7 |
Can c# pass a unknown number of parameters like in javascript? the parameters could be different types eg. myMethod(string a, param)
|
| Newbie: application architecture best practices | 16 Jun 2006 08:22 GMT | 2 |
G'moring folks, My apologies if this is an RTFM type question... I'm starting in C# after working in other languages for a while. I can write simple console apps all day long, but the number of structure choices
|
| Help controlling Word? | 16 Jun 2006 07:28 GMT | 1 |
I want to develop an application that can watch for and monitor any instance of Word 2000/2003. I need to be able to write an add-in menu for Word 2000/2003 and capture all keystrokes and mouse events done in Word also, for a training application.
|
| How to implement "default(T)" for a given Type | 16 Jun 2006 06:44 GMT | 1 |
I'm trying to implement the functionality of the generic expression, "default(T)", but for a given instance of the Type class. The ideal would be if the Type class had a method like "object Type.MakeDefaultInstance()" -- but it doesn't.
|