| Thread | Last Post | Replies |
|
| C# Property Accessibility | 17 Feb 2007 17:41 GMT | 3 |
I have a property block in this class here, and I want it to be get / set, but the set should only be visible to the system. i.e., a user application that uses this library should not be able to set the property. It should be read only to the outside world, but read / write for my ...
|
| Equivalent to table-driven code | 17 Feb 2007 17:29 GMT | 2 |
In C/C++, I'm used to using a table-driven approach for some problems to avoid large case statements. For example (off the top of my head, may contain syntax errors and error checking excluded): typedef struct
|
| string Format overrides | 17 Feb 2007 17:22 GMT | 10 |
Why does String.Format have overrides of: Format(string, object) Format(string, object, object) Format(string, object, object, object)
|
| Outlook integration | 17 Feb 2007 15:38 GMT | 3 |
Is it possible to incorporate Outlook in your web app so that you can view your Inbox from your web app? And if so, does anybody have any good links?
|
| SQL Server 2005: Creating a relationship between two tables | 17 Feb 2007 14:43 GMT | 1 |
How can i create a relationship between two tables 1:1 or 1:M in Sql Server 2005. I guess i can alternatively take a join of the tables and perform the work. Can anyone tell me the steps after simply:
|
| string[] strVarArr = strVar.Split('x'); - Empty character literal error | 17 Feb 2007 13:48 GMT | 9 |
When on my development machine, I can execute the code in the subject (string[] strVarArr = strVar.Split('x');) without any problems. When I try to move the code to my server, I get "CS1011: Empty character literal."
|
| Open-source POP3 server in C#? | 17 Feb 2007 13:24 GMT | 4 |
Hello list, In order to do some mail processing before it ever gets to the mail client, we plan to implement a POP3 proxy solution. Ie, POP3 mail client would connect to the proxy instead of the actual POP3 mail server, and the proxy
|
| update custom control during Design time | 17 Feb 2007 12:15 GMT | 1 |
I still have problem updating my custom control at design time. When i change a property of my custom control in the property window, i would like to see this change immediately on my custom control at the design time.
|
| where is the JSharp newsgroup?? | 17 Feb 2007 09:54 GMT | 1 |
where is the JSharp newsgroup??
|
| how to draw columns ? | 17 Feb 2007 09:12 GMT | 4 |
I'm developing a custom control, which has "rows" and "columns" collections properties. when i add/remove columns/rows, i want to redraw my control. Each column should be redrawn with their relative background color.
|
| asynchronous socket problem when connecting to localhost | 17 Feb 2007 08:51 GMT | 9 |
I am trying to create a server application using asynchronous sockets. I run into a problem when I try to connect to my server using a non-.net program. I can establish the connection, and send some packets in response to the programs first message, but when I
|
| Disable message when editing an Excel document programmically | 17 Feb 2007 06:28 GMT | 6 |
How can I disable that message/question that appears when my program edits an Excel file? Here's the code: Excel.Application excelApp = new Excel.ApplicationClass();
|
| Database Framework and ASP.NET | 17 Feb 2007 03:15 GMT | 5 |
Hi all, architectural question here. I have a custom web framework I'm developing that defines its own component hierarchy - all working quite smoothly. Now I'm adding data binding to it and have found I can integrate the
|
| convertir datetime | 17 Feb 2007 01:28 GMT | 1 |
Como puedo convertir una fecha datetime a una fecha mm/dd/yyyy. He intentado varias cosas, pero no me funciona. Gracias de antemano, Rafael
|
| use crystal enterprise server or not? | 17 Feb 2007 00:23 GMT | 3 |
We need to decide on the architecture for the reporting system using .net 2.0 (C#) There are 2 options for the arechitecture. The first one involves using crystal enterprise server that would host all the reports, and
|