| Thread | Last Post | Replies |
|
| Child Form maximizes automatically. Why? | 17 Jul 2007 03:50 GMT | 6 |
Assuming I have several child Forms open (not maximized) in my MDI Form, when I maximize any of them and then close it, all my other Forms automatically maximize. How come? Is there an easy solution for this?
|
| How to have user can only control aboutbox? | 17 Jul 2007 03:20 GMT | 9 |
It is very convenient to make a About box in C#. My problem is how to let user must to click OK to close this About box. ( user should not allow to click any other place at this time ) Thank you!
|
| StringCollection or List<string> | 17 Jul 2007 00:50 GMT | 2 |
Why should I use StringCollection as opposed to List<string>? Thank you.
|
| Adding MD5CryptoServiceProvider hash to an XMLSerializer.Serialize | 17 Jul 2007 00:44 GMT | 2 |
How can I add an MD5 hash to XMLSerializer.Serialize without corrupting the content of the file; then how to read it back to verify is correct? I'd like to code up something (see below) that looks like this, but I'm not sure this is correct approach to the problem. Once I add the ...
|
| Question wit a splitcontainer, panel and a form in a panel | 17 Jul 2007 00:41 GMT | 1 |
I have a form which contains a split panel In Panel 2 I have an OK and Cancel button at the bottom of the Panel. I add a form to the top of the panel so I now have a form with a fixed Ok and Cancel button showing in panel2.
|
| system(), Shell, ShellExecute Replacement? | 16 Jul 2007 23:48 GMT | 3 |
Okay, I give up. What is the .NET way to do what ShellExecute does? Bonus points: Any tips on how I should've been able to figure this out on my own. I looked and looked!
|
| Advertising | 16 Jul 2007 23:42 GMT | 1 |
So we noted that there were no decent commercial FFT routines for C# and VB programmers and filled the gap with a product: http://www.ffconsultancy.com/products/signal_processing_net/?mpdlcs which is selling well for the number of visitors to the page. However, it
|
| problem measuring width of TabPage.Text | 16 Jul 2007 23:42 GMT | 2 |
.NET 2.0 How do I in the DrawItem event of a TabControl measure how wide the area displaying TabPage.Text need to be?? For example I've got a tabpage with the text property set to "hello world",
|
| currency rates | 16 Jul 2007 22:56 GMT | 1 |
have anyone tried a trusted and reliable currency rates webservices? I want to populate all currencies in SQL server to view it online and update it manually whenever it's required.
|
| round a number to the first 10, 50, 100 | 16 Jul 2007 22:50 GMT | 4 |
I have a number, for example 0.152 or 1.729 and I want to allow to round to the first 0.010 or 0.050 or 0.100
|
| Detecting links on the browser | 16 Jul 2007 20:47 GMT | 3 |
Hi List, İ want make a windows app that will detect and click links on the browser.For doing this i thought like this. grabbing the screen and then detect the locations of the links(image proccessing) and then
|
| Type | 16 Jul 2007 20:16 GMT | 4 |
I want to use a static method of a class using only the text name of the class and the text name of the method. The Assembly Name for this Static class is "DALLibrary" The Namespace name for the Static Class is "GL.DAL"
|
| Some Interview questions | 16 Jul 2007 20:04 GMT | 6 |
Why did u use stringbuilder instead of string for appending? I told him it is more efficient. He did not seem very convinced. So what should have been the exact answer. How many objects will be formed in the operation a=b+c; ? (a,b and c
|
| Using a custom attribute in aspx pages | 16 Jul 2007 18:51 GMT | 4 |
I have built a custom attribute that tracks my list of things left to do in my application: [ToDo("hardie.ca", "2007-07-16", Comment:="Fix recursion")] Public Class SomeClass ...
|
| LINQ sentence error | 16 Jul 2007 18:40 GMT | 1 |
I have VS .NET 2005 and I install LinQ preview for C#. I'm try to make some thing using LINQ. IT returns error in this sentence : var query = from p in people.People
|