| Thread | Last Post | Replies |
|
| Name Visability in XAML & Code Behind | 23 Apr 2007 00:29 GMT | 2 |
In XAML you can give a name to each element so you can access it in the code behind file. This works fine for a WPF application but not a Windows Form application. Here is what I do: 1) Create a new WinForm application project
|
| Why the taskbar clock is 1 hour faster than my time-zone ? | 23 Apr 2007 00:08 GMT | 3 |
I m using Windows XP media center PC. I am having a problem with my clock...as it is giving me wrong time...one hour extra than my time-zone...I had tried to update it with both the servers...But it always fails..i have also checked if the clock service is started or not...It is ...
|
| XAML & Element Arrangements | 22 Apr 2007 19:48 GMT | 1 |
I have a grid. In one of the cells I want to show a list box that has a lot of entries. The problem is that as soon as I put the list box in a stack panel the list has its full length, i.e. not vertical scroll bar. As a consequence it extends beyond the window. How do I limit the
|
| visual studio 2005 installation | 22 Apr 2007 06:40 GMT | 3 |
I've xp home edition and .net 2.0 visual web developer, I installed visual studio 2005 only visual c# and visual web developer. After install i don't see asp.net application icon in that, Do i need to do anything
|
| Convert from plain HTML to ASP.NET | 22 Apr 2007 06:33 GMT | 2 |
Just wondering how much pain is involved in taking an existing website created with Dreamweaver (mostly just plain HTML + some javascript) then converting each page to ASP.NET with Code-Behind for each page? The website is a mockup in plain HTML so there is no database hooked up ...
|
| naive question on applicatonrunnig from USB drive | 21 Apr 2007 21:40 GMT | 4 |
is it possible for a regular(not power nor admin) XP user to run dotnet applcation from USB drive even if the host does not have dotnet run time?. if so how? I am thinking of C# on .net 2
|
| Socket Problem: Exclusive Bind | 21 Apr 2007 21:33 GMT | 3 |
I'm developing a TCP/IP message based client and server. Now, with the server I have a strange problem which I can't get rid of without using a strange work-around. The server is intended to exclusively bind to a given interface and port. No
|
| Framework Bug: KeyedCollection<T> | 21 Apr 2007 20:28 GMT | 10 |
KeyedCollection is a very handy little class, that unforutnatly has a nasty bug in it. The bug (which I ran across) causes the following code to fail: if (!rooms.Contains(room))
|
| Embedding UserControl in HTML on Vista | 21 Apr 2007 15:38 GMT | 1 |
I have a Windows control library with a UserControl that is being embedded into an HTML page with an OBJECT tag. This control requires a configuration file and I have been successfully using a LINK tag to point IE to the configuration file. If you're not sure what I'm talking ...
|
| vista reactivation, HELP! | 21 Apr 2007 06:53 GMT | 1 |
i recently had to have my computer formatted and so i had to have vista re-installed, but now my activation is saying that the code is already been used, so i cant activate. is there anyway around this, i dont want to have to buy vista again!
|
| Time Setting - HELP!!! | 21 Apr 2007 05:30 GMT | 1 |
My computer is stuck in the date : 21st April 2005 and I can't change it to 2007. Tried synchronizingmanually with internet server and it didn't work either! What can I do???
|
| Hooking ObjectDataSource Up to a Shared Generic Method | 20 Apr 2007 22:05 GMT | 1 |
I'm working with the ObjectDataSource class and I'm stuck on how I can specify a shared generic method of my DAO in the SelectMethod property of an ObjectDataSource. For example, I have Public Class Repository
|
| .Net 1.1 versus .Net 2.0 | 20 Apr 2007 21:48 GMT | 78 |
I am working at a company that is going to publish a product on the market. The code is currently in .Net 1.1. The developers would like to migrate it to .Net 2.0. Management has concerns about users having to install the .Net framework
|
| MethodBuilder.CreateMethodBody | 20 Apr 2007 20:16 GMT | 1 |
MethodBuilder.CreateMethodBody creates the body of the method using a supplied byte array of Microsoft intermediate language (MSIL) instructions. Is there any way to create and compile method at runtime created from byte[] of c# code?
|
| Any recommendations on a good .NET Reflection reference book? | 20 Apr 2007 20:03 GMT | 2 |
Does anyone have any recommendations for a good .NET Reflection reference book? I'm not interested in "intro" books. I need to go a little deeper than that.
|