| Thread | Last Post | Replies |
|
| socket programming and windows service | 30 Nov 2005 11:25 GMT | 2 |
I am making windows service using Microsoft visual studio.Net in C# service name is clamservice problem is that when i start the service it through control pannel->Administrative tools->services
|
| Indirect assembly references | 30 Nov 2005 11:15 GMT | 3 |
I've got a solution with two projects. One of those (namespace MyProject.A) is using a library (e.g. Gentle.Framework). The other (namespace MyProject.B) is only using classes from MyProject.A. When compiling the stuff, I get an error message saying that an assembly
|
| urgent help needed with exception handling. | 30 Nov 2005 10:38 GMT | 1 |
I have the code below :(simplified zip code format) try { Convert.ToInt32(tbOShipPostalCode.Text);
|
| Want to avoid session variable to reduce the form size | 30 Nov 2005 10:06 GMT | 3 |
I have 4 forms all having 40 fields in datagrid,I have two textBoxes for date and country, according to my requirement if i have set date and country in one form then if i go to another form then data shld be loaded according the
|
| How to generate code in Form_Load method. NOT in InitializeComponent() | 30 Nov 2005 09:51 GMT | 1 |
In VS2005, there is a so personal change about Binding Data. IDE will gernerate the code about Adapter.Fill(DataSet) automatically. such as: public partial class Form1 : Form
|
| C# percentile rank algorithm | 30 Nov 2005 08:44 GMT | 1 |
Has anyone written a percentile rank algorithm that they can share or know of a good resource that defines the algorithm. I'm starting a project that involves percentile ranks, logistic and linear regression. If not c# any language or pseudo code would be very useful. Thank you.
|
| listview question | 30 Nov 2005 07:17 GMT | 1 |
In my C# Windows Form MyForm, I have a ListView Cotrol lstView1. There're 5 columns in lstView1. However, I need to let the first column be greyed, while the other columns displayed as normal.
|
| C# - Com Interop - ClassInterfaceType.None | 30 Nov 2005 06:50 GMT | 9 |
I want to use the services of a C# dll from a VB6 client. The C# dll has a public method called "Add". In the C# dll, the class interface type applied for the class is as follows: [ClassInterface(ClassInterfaceType.None)]
|
| Reflection Doubt! | 30 Nov 2005 06:16 GMT | 4 |
Hi All, I am using Reflection for invoking an assembly.I use the LoadFrom(string) Method, have few doubts, will appreciate all your answers. 1. Should the assembly resides in GAC or at my custom location? (Please tell me pros/cons)
|
| Extending objects at runtime | 30 Nov 2005 05:39 GMT | 3 |
I've been trying to figure this out for a while and can't find the answer. For simplicity I will use a basic example rather than my real classes. I have one base class, Item and various extended classes which inherit from Item, ExtendedItem1, ExtendedItem2, etc. As expected, Item ...
|
| Interface and TabSheets | 30 Nov 2005 03:04 GMT | 3 |
I have an interface I wrote, IMyInterface. Once of the methods that must be implemented returns a TabSheet. This is added to the settings TabControl at run time when the implemented interface is loaded. Currently I have something like the following:
|
| most efficient mechanism(s) for packing/sending/unpacking data through a webservice for a smart client. | 30 Nov 2005 01:23 GMT | 1 |
if I think about efficiently sending data back and forth through a webservice for a 'typical' application (in this case smart client using Composite UI application block) what questions do I ask that would point me toward the optimum mechanism(s) using XML as the payload vs. ...
|
| TransparencyKey for MDI child | 30 Nov 2005 00:53 GMT | 1 |
Hello all; I have a form with the Background color and TransparencyKey set to the same value. When I run this as a Windows App, everything works as it should. However, if I change this project's output to DLL and try to host the same
|
| settings designer - can't find my types | 29 Nov 2005 23:31 GMT | 1 |
I am setting up all my settings using the built-in settings stuff in Visual Studio (though using my own provider to change the storage location/type for the settings). All goes well until i try to set the Type of one of my settings to something
|
| controls on child | 29 Nov 2005 23:23 GMT | 1 |
Im trying to set a timer to the enabled state on an mdi childform. if i load only one form there is no problem. but when i load more than one form the timer can't be enabled. I want to be able to enable the timers separated for each form.
|