| Thread | Last Post | Replies |
|
| Can Windows services be extended using .NET add-in model (System.AddIn)? | 06 Oct 2007 07:35 GMT | 1 |
Can the .NET add-in model (using System.AddIn and related assemblies) be used to extend Windows services created using Visual Studio 2008 and the latest .NET framework? Thanks,
|
| How to bind DependentProperty to current date | 06 Oct 2007 07:26 GMT | 1 |
In WF, how to bind DependentProperty to current date in XAML? I googled a lot but no result:( zlf Thanks
|
| XAML, dynamically created RadioButton, and WordWrap? | 06 Oct 2007 06:00 GMT | 1 |
I have an app that presents a variable number of radio buttons (with variable text) that are created dynamically on a HeaderedItemsControl. As far as I can tell, the RadioButton doesn't supports (word or otherwise) wrapping, but will present multiple lines of text, so I could ...
|
| extend gridview | 05 Oct 2007 21:13 GMT | 3 |
I need to extend the griview control to add a button column and when the button clicks, it will dynamic load a user control with the gridview. Is this dorable, how hard this will be? Any suggestion is highly appreciated!
|
| Framework XP | 05 Oct 2007 14:13 GMT | 2 |
Is anyboby can explain me which are the main systems updates when you install Framework on a Windows XP Workstation (Environement variables, Dll, others ...) ? Thanks a lot
|
| sign-in and receiving and sending mail | 05 Oct 2007 12:26 GMT | 1 |
I've tried for two weeks to sigm-in and get mail and receive mail, I have not been successful not even with the experts. Can you help me? My server is Comcast.net. pdavissmith1@comcast.net
|
| AJAX Problem. JavaScript not working if i push it to Updatepanel's content. | 05 Oct 2007 12:02 GMT | 1 |
I am trying something using ASP.NET AJAX. Using postback i am adding a JavaScript snippet and a DIV inside a panel in UPdatePanel.The HTML is shown. The Javascript is written too. But JavaScript is not working.
|
| Binary editor | 05 Oct 2007 10:22 GMT | 1 |
Hi group, In VS2005, when you open a binary file, you can use the binar editor. So you can see for each adress (in Hexa) the 16 bytes in Hexa and the same 16 bytes in ascii. When you select some bytes in hexa it select
|
| About drawing something on a Control. | 05 Oct 2007 10:05 GMT | 6 |
i have added a Panel with size = (100, 100). Then i would like to draw a Line on that Panel. So i write: I write some codes on the OnPaint event of the Panel: private void panel_Paint(...)
|
| Using a Broadcast message on an intranet | 05 Oct 2007 08:06 GMT | 4 |
I need a way to make sure that only one instance of a program is running on a particular intranet. I thought that some kind of Broadcast message might do the trick, or maybe a UDP query. I'm using a WinForms application on .NET 2.0
|
| Collections od KEYS only : BOOLEAN VS OBJECT, False Vs Null/Nothing | 04 Oct 2007 18:52 GMT | 12 |
In a previous question I asked if there were collections similar to SortedList or Dictionary which would hold KEYS only, No values. It seems that the framework does not have such "reduced" collections,
|
| how to check a date is valid or not | 04 Oct 2007 12:18 GMT | 1 |
How can I check the date is valid or not? If I don't use exception handling, is there any way to do? Thanks for your help, Mr. Hing
|
| FYI: .NET Source Code to Become Available | 04 Oct 2007 10:59 GMT | 3 |
for your information in case you didn't yet notice the news: Microsoft has announced plans to give developers the ability to view .NET class library source code. This is announced here: http://weblogs.asp ...
|
| changing drive letters esp c:\ | 04 Oct 2007 07:18 GMT | 2 |
i tried to do an uograde from svr00 to svr03, i have a 3 phys hd (ide) 2 drives on a stripe (sata) and 2 scsi drives striped, now my boot.ini is right 0/0/0/1, but it shows as my d (letter) drive, can i swap c and d?
|
| Can we declare delegates in class and can we declare delegates in Interface | 04 Oct 2007 05:25 GMT | 4 |
Can we declare delegates in the class? Can we declare delegates in interface ? Warm Regards, Bhuwan
|