| Thread | Last Post | Replies |
|
| Silverlight Control Painting Process | 16 Apr 2008 09:49 GMT | 1 |
In Windows Forms, I know each control uses it's render & paint events to draw itself to the screen. I was wondering how does Silverlight renders its controls - how does the mechanism works?
|
| ListView MouseUp Event | 16 Apr 2008 09:16 GMT | 13 |
I am trying to display a ContextMenuStrip when a user right-clicks on an item in a ListView and have encountered a something that seems strange to me. When the ListView is initially populated, no items are selected. When the
|
| Where are the WPF/XAML groups? | 16 Apr 2008 07:37 GMT | 1 |
I recently posted a question to this newgroup along with the microsoft.public.windows.developer.winfx.avalon newsgroup which remains unanswered. I assume that this is because (a) this newsgroup is not really the right place to post WPF/XAML questions and (b) the ...avalon ...
|
| Regular Expression Frustration | 16 Apr 2008 07:13 GMT | 1 |
I'm using a custom WebBrowser control: http://www.codeproject.com/KB/miscctrl/csEXWB.aspx When I get the DocumentSource of a web page I browsed, and run a regular expression against it, the Expression never matches anything, nothing,
|
| Enterprise library connection when dll app created. | 16 Apr 2008 05:26 GMT | 1 |
I am creating Library (dll) with visual studio. Not windows, console, or aspnet application, just a library(dll). Later i will use this dll with my application. When windows app or aspnet app, Use app.config or web.config to put
|
| omit blank lines in file using StreamReader | 16 Apr 2008 04:27 GMT | 7 |
I am using StreamReader to read an ASCII file that contains blank lines. How can I omit reading blank lines? I tried somting like... FileStream inFile = new FileStream("c:\HTAC10A.PRN",FileMode.Open); StreamReader inreader = new StreamReader(inFile);
|
| C# Windows form ComboBox question | 16 Apr 2008 04:00 GMT | 1 |
In my C# Windows Form Form1, I have a ComboBox CB1. What do I need to do to the CB1 so that it won't let user enter value by Typing, and only allow Select. Thanks for help.
|
| ASCII Character Conversion | 16 Apr 2008 03:24 GMT | 9 |
I'm developing a Winform application in C#( .net 2.0). I've a dialog box where user can input text and that text would be sent across to other machine using sockets. When the user enters ASCII character which are non-printable like ASCII 20
|
| aspect oriented programming | 16 Apr 2008 02:14 GMT | 3 |
I am searching for a language to work with aspect oriented programming on the .NET platform with Csharp. Also, I would like that the language can be integrated on Visual Studio 2008. I've tried ASPECT.NET but it only works on Windows XP and I prefer Windows Vista.
|
| Why is a "char *" method parameter being projected as a "sbyte *"? | 16 Apr 2008 00:21 GMT | 6 |
I know that this is most likely a Microsoft-ism, but none the less... I have a C++ class namespace JELLO { public ref class DEMO
|
| Bug or by design | 16 Apr 2008 00:13 GMT | 4 |
Considering the below code, is it a bug that I can return IEnumerable<AnyType> instead of only IEnumerable<IFu> as constrained in the base class? It is not possible to add a constraint to the concrete class
|
| WebBrowser control and downlaod dialog | 15 Apr 2008 23:57 GMT | 2 |
I'm hosting IE in my application and when it directs to a pdf file or a zip file, for instance, wants to pop up a dialog asking me to save. I would like to automate that save to a particular location. I can't use webclient because I need to execute javascript in order to do this ...
|
| Reading a text file.. | 15 Apr 2008 23:40 GMT | 8 |
I have a question.. How can csharp read a text file and execute it in another application? What I mean is that, Im doing a drawing using Tekla Structures. But instead of doing the same thing over and over again, I want to create an exe file that
|
| Save Row in DataGridView | 15 Apr 2008 21:47 GMT | 4 |
Hi, how i can save the rows in a DataGridView in c# 2008? i haven't a DB but only datagridview...
|
| Strange memory leak in windows service (pool nonpaged bytes) | 15 Apr 2008 21:38 GMT | 4 |
We have a Windows Service written in C# that seems to be the center of a periodic system failure. The following error gets logged to the system event log: EVENT_SRV_NO_NONPAGED_POOL
|