| Thread | Last Post | Replies |
|
| Windows Media Player takes too long to play an audio/video file... | 05 Jul 2007 14:24 GMT | 1 |
When clicking on an audio/video file on a folder like ''My Music'', Windows Media Player 11 takes too long to play the file almost like it searching for the file I another. By the way my computer is running Vista, I have another computer running XP and when I click on a file ...
|
| XAML extension question | 05 Jul 2007 14:01 GMT | 4 |
In my application I want to display some data in a list box. I need to display the data as a picture. My 1st idea was to create a ValueConverter to convert my datas to ImageSource
|
| Copy/transfer Outlook Express mails from old computer to Windows M | 05 Jul 2007 13:34 GMT | 1 |
I am looking for the definitvie idiots guide on how I can copy all my emails from my old computer running Outlook Express to my new computer running Windows Mail. I am not an 'techy' person so an easy to understand set of instructions
|
| question about localization and multi threading | 05 Jul 2007 11:07 GMT | 5 |
Suppose I have a windows form running in culture A, then the form creates a new thread (call a method foo for example) and makes it using culture B. When method foo is running in the new thread, it may try to change a
|
| CSS Files | 05 Jul 2007 08:25 GMT | 4 |
I am updating a website downloaded from Microsoft, in the aspx files there are controls having referance to cssclass but there are no css files in the project, have i missed something or has MS done away with css files eg
|
| Capture Remoting Event? | 05 Jul 2007 08:23 GMT | 4 |
I have a Remoting server (via Http channel) with many objects that are CAO. I would like to hook some kind of overall "Remoting primary" event so I can log every time anything is done with the server. I do not want
|
| WCF on Windows 2000 | 05 Jul 2007 03:13 GMT | 2 |
I need to run a little WCF service host (1 service) on a Windows 2000 based PC. I'm using the net.tcp channel and no metadata nor other webservices stuff. It runs perfect on my WinXP development machine, but I don't know if it will run on W2K.
|
| Dynamic creation of textbox in asp.net | 04 Jul 2007 19:57 GMT | 1 |
Hi I have an query.I write a code to create a textdox dynamically in ASP.NET by using C#.net.But I got a server exception error.Pls send the code for this one
|
| That assembly does not allow partially trusted callers. | 04 Jul 2007 15:42 GMT | 1 |
VS2005 app cannot access a call to an ODBC conection. I get a security warning" That assembly does not allow partially trusted callers." I have a strong name for the project set in the project.
|
| StringInfo class | 04 Jul 2007 12:58 GMT | 5 |
I am looking for a way to get the contectual forms from Arabic Script. If you use a richtextbox in VB.net, and you fill it with a a unicode string which contains the isolated characters, the control takes care of the "shaping", it shows the approriate glyphs ( isolated, final, ...
|
| Orcas, web apps and .net 3.x | 04 Jul 2007 08:36 GMT | 1 |
Ive been reading a few articles on .net 3.0, xaml and how web app development will change. Seems that building XAML based apps will let you deploy to either a desktop app or to a browser. I also remember reading about plans to ensure cross browser support, arent these addons ?
|
| private fields of component show up in debugger | 04 Jul 2007 05:15 GMT | 10 |
Should private fields of a .NET component show up when debugging the container application? Example, I have a field defined as [NonSerialized]
|
| Profile Property | 04 Jul 2007 02:33 GMT | 15 |
I try to define profile in web.config as below <anonymousIdentification enabled="true"/> <profile enabled="true"> <properties>
|
| find assembly created time property in the gac | 03 Jul 2007 15:05 GMT | 3 |
I would like to check in a C++ program the created time property of an assembly that is located in the GAC. how is that possible? Thanks, Gilad.
|
| Coping one Object to another...... | 03 Jul 2007 15:00 GMT | 2 |
Suppose I have created 2 objects of MyClass: MyClass myClass1 = new MyClass(); MyClass myClass2 = new MyClass(); I also defined variables inside MyClass1:
|