| Thread | Last Post | Replies |
|
| RegEx upper case swap | 09 Aug 2007 17:40 GMT | 3 |
How can I use RegEx to search for a number of strings and replace them with upper case versions of themselves? Thanks
|
| using Response.Headers within HttpHandler | 09 Aug 2007 17:23 GMT | 1 |
I'm writing my IHttpHandler, but whenever I call members of "HttpContext.Current.Response.Headers", I got an PlatformNotSupportedException says "This operation requires IIS integrated pipeline mode.".
|
| Why datagrid does not change???? Help Me Please! | 09 Aug 2007 17:12 GMT | 1 |
Dear members, I have a datagrid and a textbox on my form. I bound both of them to a common datasource( an arbitrary datatable). When I change a text inside textbox I expect that value of same column
|
| static initialization of lists | 09 Aug 2007 17:11 GMT | 2 |
I have the following declaration, and I want to initialize the list at the same time. Is there a way? private static List<String> FILE_LIST = new List<String>();
|
| Unable to debug C# programs | 09 Aug 2007 16:49 GMT | 2 |
I'm having a problem whereby when a line of code raises an exception etc VS 2005 wont debug the line (highlight the error) but to actually display a message along the lines of 'vshost.exe has stopped working.' if i switch off vs hosting i get the
|
| Clarifying the Relationship Between Delegates and Events | 09 Aug 2007 16:32 GMT | 4 |
I'm wanting to make sure I have an accurate understanding of the relationship between delegates and events in .NET. By "events in .NET" I'm referring to specifically to events defined on the 'event' keyword - not other ways to do events, like old-school callbacks.
|
| Wait cursor | 09 Aug 2007 16:18 GMT | 3 |
When i start process i set wait cursor like this this.Cursor=Cursors.WaitCursor; On my form i have Cancel button. Problem is on when i move mouse over this button, cursor is also WaitCursor.
|
| Detecting foreign window messages | 09 Aug 2007 16:15 GMT | 1 |
How can I write a C# Windows Forms application so that it tells if it receives foreign windows messages. Foreign, say something like when another application takes its HWND and issues a WM_APP+123 for example.
|
| PLC MODEM communication interface | 09 Aug 2007 16:06 GMT | 1 |
Hi, I am new to programming in C#, i want to create a communication interface with a PLC MODEM via the RS232
|
| PowerPoint automation in Webbrowser Control | 09 Aug 2007 16:03 GMT | 1 |
I did PowerPoint automation winthin Webbrowser Control. I can open .ppt file and browse the slides. My problem is when I have an other session of PPT open outside the Webbrowser control I losse the control of my own file. Sometimes
|
| Collection Naming Conventions | 09 Aug 2007 15:28 GMT | 2 |
Hey All, I was just curious as to why the SortedList collection in System.Collections namespace was named as such. It seems strange to me that it was not named a SortedDictionary. I noticed in the
|
| Serial Port Problem on Pocket PC 2003 | 09 Aug 2007 15:10 GMT | 2 |
I wrote a simple application in MFC that uses MSComm ActiveX Control for serial communication. This app works just fine but I have to port it to Pocket PC. So, I wrote another simple application in C# for Pocket PC now using a System.IO.Ports.SerialPort object with the same
|
| Embedded C# | 09 Aug 2007 14:59 GMT | 2 |
I wonder if anyone (especially Microsoft) has ever thought of a C# compiler for embedded systems. A paired down run-time, etc. Something like the .NET Compact Framework maybe. [Yes, strange question of the day.]
|
| DataBinding Question | 09 Aug 2007 13:58 GMT | 2 |
The example below creates a ComboBox, and binds its Text field to the Text field of a textbox. When the user types into the textbox, the corresponding ComboBox value is selected. What is the best way to know at runtime whether the user has typed a
|
| InvalidOperationOperationException problem | 09 Aug 2007 13:17 GMT | 3 |
I've posted a related question in this newsgroup before, see google groups link: http://groups.google.nl/group/microsoft.public.dotnet.languages.csharp/browse_th read/thread/e9c40ec186b2cb93/8d8051941dd4e2c4?lnk=gst&q=jeroen+invalidoperatione xception&rnum=1#8d8051941dd4e2c4 We still ...
|