| Thread | Last Post | Replies |
|
| xaml | 26 Nov 2007 16:12 GMT | 1 |
Please answer me 1. Is XAML maily aiming windows. Why is the controls on double click not produce the event handlers in the c# file( code behind or something ...)
|
| Same event fired from 2 different threads..? | 26 Nov 2007 15:56 GMT | 2 |
I have a short question regards event i C#. I have two C# threads. The can both fire the same event idepended of each other. How is this hande by the CLR? Are the calls queued?
|
| Video Capture | 26 Nov 2007 15:12 GMT | 1 |
I want to create some training software. I would like something that captures the trainer's screen and broadcast it to other users. Is there anything that work in a Winforms (or better still Webforms) environment that provides this kind of functionality. Preferably an ActiveX ...
|
| Response.TransmitFile - Windows Mobile 6 | 26 Nov 2007 13:53 GMT | 1 |
I have use the following code to transmit a file back to the browser that worked fine on a HTC_TTyN device running windows mobile 5.0. The code executes in the onclick event of a mobilelist control. Now on a similar device running window mobile 6.0 the file is not displayed - the ...
|
| Tool for clickonce maifest and application signature validation | 26 Nov 2007 10:19 GMT | 1 |
Is there a tool (command line or otherwise) that can be used to validate the signature of a ClickOnce manifest or application file? Thanks in advance! Jediah L.
|
| Provider factory for Mobile / Compact Framework | 25 Nov 2007 17:30 GMT | 2 |
I am about to write an app for Pocket PC 2003 / Windows CE / Mobile 5 (don't know which yet) from which I need to query both SQL Server Express 2005 and SQLCe. I would like to be able to use a provider factory to not have to duplicate code.
|
| SQL Insert problems | 24 Nov 2007 16:29 GMT | 2 |
Using the old style of inserting data in a table str="Insert Into MyTable (Description, Test) Values ( 'The Quick, Black Jump's, Over The Lazy Dog', 'Test' )";
|
| VS2008 / Wpf - Designer does not show ListView correctly | 24 Nov 2007 01:49 GMT | 3 |
because there are no managed news group for window presentation foundation and one has told me I can use this, here my problem: I am now working with VS 2008 final
|
| Visual Studio 2008 released | 23 Nov 2007 21:59 GMT | 4 |
http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5 -released.aspx If you have an MSDN subscription, you can download now.
 Signature Gregory A. Beamer
|
| Copying .vob files to Hard drive | 23 Nov 2007 17:27 GMT | 1 |
I've got about 15 Sony miniDVD disks for my camcorder, and I'm just in the process of uploading all the video files to my hard drive to make a DVD. I've successfully done this with all except from 3. Two of the disks will open the files so I can see them, but won't copy them ...
|
| attachments | 23 Nov 2007 16:52 GMT | 2 |
Every time I send an email with attachments, I get a message in chinese at the bottom, this has happened in the last few days, and so far I cant seem to get rid of it. I am using Vista Ultimate. Can anyone out there advise?
|
| What is the difference between Enumerable and Queryable? | 23 Nov 2007 10:52 GMT | 2 |
What is the difference between Enumerable and Queryable? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| .net 3.0 installation on Windows 2003 | 23 Nov 2007 07:56 GMT | 1 |
I have .Net 3.0 installed on a Windows 2003 machine. It seems like .Net 3.0 modules are not yet available to IIS. For example when I start a new web application which use System.Speech I am getting an error stating that System.Speech name space is not found. How do I
|
| IIS7 and .NET 3.5 | 22 Nov 2007 18:46 GMT | 9 |
I installed Visual Studio 2008 Express earlier today, but I am not sure that IIS7 has been correctly configured to be able to use the 3.5 Framework. When I look at the AppPools listed in IIS7, I see two AppPools that are both set to use v2.0, and when attempting to create a new one, ...
|
| Dispose and Singleton Pattern | 22 Nov 2007 17:27 GMT | 8 |
I have a singleton object which contains a ref to a object with a dispose method on it. I realise that ideally I should call dispose on this object but since the singleton could be referenced by many clients when should I do this? I can only think I need to implement some sort of ...
|