| Thread | Last Post | Replies |
|
| Retrieve name UserControl | 14 Dec 2007 13:29 GMT | 2 |
I build a control with method and property, and one specific method. The InitLayout() see below. protected override void InitLayout() {
|
| SslStream and HttpListener | 14 Dec 2007 13:01 GMT | 3 |
I have an asp.net website that my clients use via SSL. I need another http communication within a postback to receive remote data to fulfill my current postback request operation. I have to listen to this ssl/http request on port 443 but a different uri prefix. If I use ...
|
| gdi+ and line break | 14 Dec 2007 12:14 GMT | 4 |
Hi, I'd like to render colorful text with word wrap on screen (kind of inline <font> tag to change text color in html), but run into the line break problem. Graphics provides several DrawString methods with line break features,
|
| Reading complex configuration | 14 Dec 2007 11:24 GMT | 3 |
I need to be able to supply some relatively complex configuration to an application. The application will either run in a web context (with a web.config file, or as a application with an app.config). The only configuration reading I have used before is AppSettings["name"]
|
| windows web browser Saveas not working | 14 Dec 2007 08:53 GMT | 2 |
I have a window web browser where modifications are made to the document at run time through the Document property.Now the problem is when i go for saveas the modified page is not saved.
|
| object initializer and automatic properties | 14 Dec 2007 07:33 GMT | 6 |
Consider the following: object myObject = new Object(); myObject = new { foo = "fooStr", bar = "barStr" }; How do I retrieve the value of foo from myObject?
|
| search ms word by patterns | 14 Dec 2007 05:39 GMT | 1 |
I need search all word documents in a fold by patterns like 'Wind' and 'Rain' not 'Hail'. How can I do it? Thanks Peter
|
| datagrid columns | 14 Dec 2007 04:37 GMT | 3 |
Any simple way to change the datagrid columns type at run time? winforms I have a datagridview, I need to make some columns checkboxes and some columns to have a button at the end of the column.
|
| Capture picture from Digital Camera using C# | 14 Dec 2007 04:22 GMT | 4 |
I'm looking for a good example to learn how can i capture a picture into my application using digital camera and C#. Thanks, Gidi.
|
| switching .exe | 14 Dec 2007 03:55 GMT | 4 |
I have 2 applications. One use the .Net 1.0 and the other use .Net 2.0 framework. The two applications are EXACTLY THE SAME, the only difference is that one is compiled with VS 2002 and the other with VS 2005..this is because of design and compatibility between framework.
|
| Does searchPattern in GetDirectories not recognize case differences? | 14 Dec 2007 03:51 GMT | 5 |
I want to return all directories fitting the pattern "v*", but NOT include anything that starts with a capital "V". How can I do this? tia!
|
| Question about .NET 3.0 newsgroups | 14 Dec 2007 02:47 GMT | 3 |
Where are WF and WCF newsgroups? Thank you, Max
|
| LINQ statement that equal to State IN ('NY','TX'...) SQL Statement | 14 Dec 2007 02:16 GMT | 3 |
Is it possible to write LINQ statement (LINQ to SQL) that would result in query with IN key word. Like SELECT FirstNAme, LastName FROM People WHERE State IN ('NY', 'NJ', 'TX') ?
|
| CrystalReports, c# - The string is non-numeric problem | 14 Dec 2007 02:09 GMT | 5 |
I use MS SQL EXPRESS DB VS 2005, c# Win Application I have problem "The string is non-numeric"
|
| Problems with modal dialog when calling C# from C++ | 14 Dec 2007 01:59 GMT | 4 |
I have main application (with main window) created in C++/MFC. From there I call function in C# class library to display a modal WPF dialog. Dialog shows up OK, but it doesn't behave really modal. While it is not possible to go to the main window by clicking directly on it
|