First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
C# objects
Since I am new to C#.net 2008, I have the following question to ask: Since a solution (.sln file) can have several projects in it, can one project file work with another project file? In other words, can 'object a' in 'project file 1', work with 'object b' in 'project file 2' by using methods in ''object b' ... 1 Jun 2010 16:26
Fading in and out.
I've got various file types (.pdf, .swf, .jpg, .html) that I need to display to the user. After a timer fires, I need to fade the current file out and fade in the next one. Does anybody know of any libraries that will do this? I assume I'll have to put the file viewer into some kind of container that will then... 1 Jun 2010 19:45
Unhandled Exceptions
Hi in order to give the user a last info before his app dies, due to uncaught exceptions we implemented the code from msdn (<URL:http://msdn.microsoft.com/en- us/library/ms223898.aspx>) that utilizes Application.SetUnhandled, Application.ThreadException, AppDomain.CurrentDomain.UnhandledException. A... 2 Jun 2010 08:44
WCF Client serialization problem
I posted the problem on another forum, and to prevent duplicate posts, but get as many professionals as possible to look at it, I include the url in this post. Please help! http://stackoverflow.com/questions/2948657/migrating-webclient-to-wcf-wcf-client-serializes-parametername-of-method ... 1 Jun 2010 06:29
What does it mean with read whole files atomically
Hi! Here is the complete sentence. "The file class can be used to open files, create new files, read whole files atomically, and even write files". So what does the test mean with read whole files atomically ? //Tony ... 1 Jun 2010 11:59
Installing Visual Studio 2010 Express
Hi, I tried to install Visual Studio Express 2010 (VB, C#, C++, and Web Develloper), and in the installation it need to install SQL EXPRESS (x64), but it always end up with that it is unable to install SQL EXPRESS So I downloaded the installation from the EXPRESS website, for both x86 and x64, and neither ca... 1 Jun 2010 07:34
WPF equivalent of TextOut()
You have to use GlyphRun - you can do that by getting a drawing context. A few corrections for the posts above: 1. Unicode does not mean converting chars from 256 (ASCII) encoding to 32 bit, by using the "T" macros - in fact the maximum enconding strength of Unicode is 21bits. What Unicode means is a standard for a... 31 May 2010 17:30
Health monitoring and the event log
Hi all, I've set up the health monitoring system to output to the event log. Everything is working fine, though I'm wondering if there is a way to: A) Define the event source as my application name (it currently appears as ASP.NET 2.0.50727.0) B) Adjust the level of severity. Currently, all events are record... 31 May 2010 15:18
URL web service
Hi I created a web service in C# at http://localhost:3342/WS/servizio.asmx How can I know inside the code in servizio.asmx the URL where it is running ( http://localhost:3342/WS)? Thanks --- news://freenews.netfront.net/ - complaints: news(a)netfront.net --- ... 31 May 2010 16:24
IDE - Control /Docking Ordering Issue?
I am not sure if I will be describing this right without seeing it. Overall I don't wish to be modifying the form1.designer.cs to make corrections all the time. I have a form with tabs control. In one of the tabs (last one), it has in its tab panel: ToolStrip1 - Docked to Top SplitterContainer1... 31 May 2010 15:18
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30