| Thread | Last Post | Replies |
|
| Generic controls | 20 Jul 2006 10:57 GMT | 1 |
Hi group I have created a generic control (winform) which is like a ComboBox, displaying a ListView instead of a ListBox, and allow to select a strongly type item. All the items are of the same type, and the
|
| I set my Web application in offline mode ,but I still can not reopen this application without active network link.Who can give me any advice about it ? | 20 Jul 2006 10:51 GMT | 4 |
Could anyone know how to make a web application been manipulated in offline mode without active network link ? Does offline web project is really work while I want to work on my web project when not connecting to web server ?
|
| Sending mail to exchange users using partial mail name | 20 Jul 2006 10:23 GMT | 2 |
I'm hoping there's an elegant solution to this problem. I have a 1.1 desktop application with a custom security table that authenticates and authorizes users based on Windows login. Recently I found the need to be able to send these users an email at certain points, and the
|
| Serialization and parameterized constructor | 20 Jul 2006 09:52 GMT | 1 |
Although this issue came up in the web service, I believe it is related to serialization in general. This is my web service interface definition: ========
|
| Need architecture suggestion | 20 Jul 2006 09:06 GMT | 2 |
I'm planning to build a small application that can manage and share favorites as a self learing app. I'd like your inputs to help me correctly design the application. The goal of the app is to help the user to keep its favorite, and share
|
| Events in C# | 20 Jul 2006 08:52 GMT | 9 |
When I override the 'add' and 'remove' methods for an event, why can't I invoke it ? The sample code is provided below - I have two events - 'my' and 'ev' - while invoking, my() works but ev() does not ! The compiler complains that : The event "'Blog.EventsvsDelegates.Form1.ev' ...
|
| Program Failing to Run | 20 Jul 2006 04:23 GMT | 6 |
When a user launches ANY .net application on this computer I get the error: --------------------------- TimeSummit.exe - Application Error ---------------------------
|
| Cannot access a necessary file "msvcr80.dll | 20 Jul 2006 02:13 GMT | 2 |
I have a question.... Several Microsoft.net\Framework .exe files cannot access msvcr80.dll. I am not sure how to fix that. I am not sure I even have a msvcr80.dll as I see reading around that 70 was that last one. Anyway, any help in directing me
|
| MS Enterprise Library ib VB.NET | 20 Jul 2006 02:09 GMT | 1 |
Not sure where to post this one to.. Is it only available in C#? Thx
|
| System.Diagnostic.Process | 20 Jul 2006 00:23 GMT | 1 |
Does anyone know the best way to interact with a command application using System.Diagnostic.Process if the command application never exits? In other words, The OnOutputRecieved event doesn't fire until the app exists, which is not too helpful because I want to interact with the ...
|
| exposing an object serviced by a window service program to .NET cl | 19 Jul 2006 22:11 GMT | 2 |
I have a window service in .NET and would like to expose an object (serverobj) for other .NET clients to call. When the clients connects to serverobj, I need the instance of the object provided by the window service instances.
|
| Current naming convention of abstract classes - BaseFoo vs. FooBase? | 19 Jul 2006 20:12 GMT | 2 |
This is probably a question for someone at MS, although I haven't found anything in FxCop or definitive in the newsgroups regarding this, but what is the current, if any, naming standard regarding base classes? A lot of the older classes are Base<classname> (i.e BaseValidator), ...
|
| Datagrid caption missing? | 19 Jul 2006 15:41 GMT | 3 |
I can't compile an existing ASP.NET project on one of my machines because of the following error: "System.Web.UI.WebControls.DataGrid does not contain a definition for Caption"
|
| ISO 3166 numeric code | 19 Jul 2006 15:41 GMT | 2 |
Using RegionInfo its possible to get the 3 letter ISO currency code, however I cannot find any method to obtain the 3 digit ISO currency code. For example: GBP (3 letter ISO currency code) = 826 (3 digit ISO currency code)
|
| Fixed String Size. | 19 Jul 2006 14:40 GMT | 3 |
I want to be able to set a fixed length of a string in my class so that if a smaller string is copied into it, then the string is padded with blanks. If a larger string is copied into it, I want the string to be truncated. Is there some neat .NET shortcut to doing this or do I ...
|