| Thread | Last Post | Replies |
|
| Getting object by ID from collection? | 14 Mar 2006 08:57 GMT | 5 |
I have a class with a list: public class PersonCollection<T> { public List<T> List = new List<T>();
|
| Wait for External Application to finish | 14 Mar 2006 08:33 GMT | 1 |
I need to call external application from my C# application. I can use Process.Start(<FileName>) for that but I also need to wait for that application to finish before I process. Any clue?
|
| File Size Question | 14 Mar 2006 07:32 GMT | 3 |
I'm writing a function where I'm comparing file sizes of the same file on two separate machines (client & server) and I'm using the System.IO.FileInfo.Length property. Is there a chance the Length can be different on the machines if the drives
|
| Skip elements in a foreach loop? | 14 Mar 2006 07:05 GMT | 3 |
How can I skip an element in a foreach loop? Break seems to jump completely out of the foreach. I just want to move along to the next element based on some condition. Thanks in advance!
|
| HOw do using C# trace http request? | 14 Mar 2006 06:54 GMT | 1 |
I want to trace http request of browser!
|
| What is the meaning of Precision of a ? | 14 Mar 2006 06:52 GMT | 1 |
I have difficulty of understading what is the meaning of precision of integral and float numbers, INTEGRAL TYPES signed 32-bit precision?
|
| WINdows forms deformation | 14 Mar 2006 06:40 GMT | 1 |
I developed an .net 1.1 C# windows forms application, in workstation (windows xp) with dpi 1024 x 768. When I opened it at another workstation (windows 2000) with dpi 1280x1024, the windows application is deformed, and alignment is lost. I thought .net forms appliction is
|
| class to access controls on webpage | 14 Mar 2006 03:41 GMT | 1 |
Hi I have a simple C# web application with only 1 form and about 20 controls on it. I have a large section that enables all of the controls and makes them visible based on screen inputs. I moved this section of code into a class called Utility, control.enable = true, control1 ...
|
| visual studio 2005 install failing | 14 Mar 2006 01:04 GMT | 1 |
visual studio 2005 install failing I am installing visual studio .net that I downloaded from http://msdn.microsoft.com/subscriptions with my subscription and I get this erro when installing it: Error 1311.Source file not found:
|
| Adding entry to Combo | 14 Mar 2006 00:53 GMT | 3 |
I am filling a combo by using a table of our database. If I want "Select your option" at first position. How can I add this? Thanks
|
| Can I add Flash movie to C# project? | 13 Mar 2006 23:31 GMT | 3 |
I asked this question some time ago, and I received a reply, but I never followed up on the suggestion. That's why I'm posting again... I'm trying to add a Macromedia Flash movie to my C# windows project so that I can use it as a screensaver. I was told that the easiest way would ...
|
| WebRequest Help Please | 13 Mar 2006 23:06 GMT | 6 |
I am new to using a web resource which is not a webservice and I am spinning my wheels with the webrequest class. I am trying to interact with a URI that has been given to me. It is say www.bloggs.com/cgi-bin/thin-client"
|
| Can I use Reflection to see if Member is Enum? | 13 Mar 2006 22:55 GMT | 2 |
Is it possible to use Reflection to determine if a class's member is an Enumerated Type? Thank you.
|
| How to set the icon of winform | 13 Mar 2006 22:18 GMT | 2 |
I have set the icon of my applicaiton to a icon, like my.icon. But the icon of icon is the same as default. How can I set the the icon of every winforms of my applicaiton to the icon of applicaiton?
|
| Debug problem | 13 Mar 2006 22:17 GMT | 2 |
I try to debug a program. Even though the condition is true (I added the dgDobs[jj,1] == cmbSearch.SelectedValue to the Watch List and it evaluates to TRUE) it runs to the False branch. if(dgDobs[jj,1] == cmbSearch.SelectedValue)
|