| Thread | Last Post | Replies |
|
| Finding the Framework Needed by an assembly | 18 Oct 2006 14:38 GMT | 2 |
I have an assembly and would like to know what DOT.NET framework it needs to run. I know I can do that using Visual Studio and adding it to a project, but I would like to do this another way. Thanks
|
| Progress bar step | 18 Oct 2006 13:46 GMT | 3 |
Sometimes I have to loop thru' 55 times, sometimes 240 times. How do I set the Maximum and, Step property of progress bar so that it reflects the progress inside the while loop? i = 55;
|
| VS.net Debug abilty to break at point when value is what i need | 18 Oct 2006 13:39 GMT | 3 |
I need to know is it possible to break program at a point when some variable has exact value i am interested in , and continue from that point step-by-step debugging, without putting in code IF -statements, if there is such a directive to
|
| MonthCalendar - how to cancel the blue square? | 18 Oct 2006 12:42 GMT | 2 |
How can I cancel the blue square (which mark today's day) in MonthCalendar? I've 3 MonthCalendar controls and i want that only the first will mark the day. Thanks,
|
| ArrayList property: requiring type for elements | 18 Oct 2006 11:59 GMT | 8 |
I've been searching for this answer for some time now but I either can't find the correct search in this group, or the answer's not there yet :P Here's the problem: I'm specifying an interface, that will have an ArrayList property (at
|
| Test file input output trouble! | 18 Oct 2006 11:52 GMT | 2 |
I use StreamReader and StreamWriter to manipulate a text file file . The problem is that my Norgian characters get altered. How can i preserve the character set to ASCI ? Thanks
|
| Component to handle LZH in memory | 18 Oct 2006 11:46 GMT | 4 |
any one can point me to a good Component/library to handle LZH in memory ?? Thanks, Paolo
|
| subproperties | 18 Oct 2006 11:00 GMT | 5 |
I`m creating a composite web control that has two lables, an image control and a link. What I would like to do is to give the developer using my control, the option of changing all the font properties for the lables.
|
| system.configuration.provider | 18 Oct 2006 10:42 GMT | 1 |
I was wondering if anyone had experience of using the "provider model" in .net. I have only just stumbled across this pattern/model and am trying to evaluate if it is worth while learning and using it. Basically all the projects I work on have a data persistence layer (which
|
| In every time I pressing Ctrl + Shift + B, Visual Studio Compiles The solution | 18 Oct 2006 09:24 GMT | 7 |
why In every time I pressing Ctrl + Shift + B, Visual Studio Compiles The solution? I Did not changed a thing in the Code. It was Ok 2 days a Go...
|
| Why WebHttpRequest.GetResponse() stuck? | 18 Oct 2006 07:07 GMT | 8 |
I happens to surf to http://www.codeproject.com/cs/internet/Crawler.asp, which claims that WebRequest.GetResponse() will block other thread calling this function until WebResponse.Close() is called.
|
| trim a single quote from string | 18 Oct 2006 06:56 GMT | 3 |
I have been trying to use TrimEnd() to eliminate a single quote from the end of a string. I have used "'", ''', and a few others without success. Does anyone have experience with TrimEnd()?
|
| Thread.Suspend() | 18 Oct 2006 06:53 GMT | 2 |
As the Suspend method is deprecated, what method can I use? What I want to do is when the user press the button "Cancel", it will prompt the user to confirm it he want to stop the process, I need to suspend the thread before the user choose "Yes" or "No".
|
| Application.Run() problem | 18 Oct 2006 06:38 GMT | 6 |
2 Questions: (1) The documentation says application.run() creates a standard message loop on the current thread and "optionally" shows a
|
| getbyte | 18 Oct 2006 05:51 GMT | 1 |
if i had a line of message, how do i get the 1st two bytes? how to code this? thank you so much in advance...
|