| Thread | Last Post | Replies |
|
| getdata() - where is this to be defined? | 27 Jan 2008 07:39 GMT | 4 |
I am working with a code snippet from a site (http://www.gridviewguy.com/ArticleDetails.aspx?articleID=176_Sorting_GridView_Ma nually!) as follows: private void SortGridView(string sortExpression,string direction)
|
| perfromance monitor in ASp.net application | 27 Jan 2008 06:22 GMT | 2 |
I want to create a performance monitor for one of my window service. This performance monitor will be displayed in the web application in ASp.net application, but it will be monitoring a window service. Can I do something like that. Does any one has any example or web link for
|
| directory recursive c# example stops before completing scan | 27 Jan 2008 03:46 GMT | 2 |
I researched and found some code to do a directory scan using a recursive algorithm, but tit mysteriously stops before completing the recursion. I am including the code from Visual c#: Note that this code searches for *.txt files, and if they have a certain pattern, displays
|
| Drap and Drop Question | 27 Jan 2008 03:24 GMT | 4 |
I am trying to implement a form that has a TextBox control where the user will key in a SQL Script. I would like to have the user be able to drag a pre-existing query into it by dragging the file from a Windows Explorer window into it. I can get the Drag Effect to work as
|
| Bug in VS2008 for DateTime.ToString formating? | 27 Jan 2008 01:42 GMT | 1 |
I think I found a bug DateTime.ToString when formatting under GMT. This took me about 15 to figure this has to be a bug in the formatting within ToString. I was adding support to allow browsers to ask for If-Modified-Date on a
|
| Another ASCII Formatting Question | 27 Jan 2008 00:52 GMT | 22 |
Been struggling with find the correct ESC sequence for this. A telnet session is established using Win XP DOS prompt. I have provided a custom telnet screen - not the Server 2003 telnet. I am taking control of the port 23 session using the basic
|
| Telnet: Grabbing Bytes Previously Written During Next Read? | 26 Jan 2008 23:05 GMT | 22 |
I am building a custom telnet interface and my problem is that I want to read the user input along with the previously written stream. Right now I am logging the user. I have
|
| Modal Windows | 26 Jan 2008 22:53 GMT | 3 |
I have a main form, which i use to open secondary forms. From the secondary form i need to open a Modal Window in such a way that, my secondary form is blocked, but i can still access my main forms, and open other secondary windows.
|
| The Way to Paradise | 26 Jan 2008 22:44 GMT | 1 |
We are all in quest of true happiness. In this world, the idea of true/perfect happiness is not feasible because this world is inevitably doomed to total annihilation. True happiness is found only in dwelling upon Paradise, and enjoying its blessings. However, none
|
| zero footprint | 26 Jan 2008 22:35 GMT | 8 |
How would you develop a zero footprint application, is the smart client application a zero footprint application? Thanks.
|
| Telnet Clear Screen? | 26 Jan 2008 22:10 GMT | 9 |
Does anybody know how to issue a clear screen command like DOS "cls" in a telnet session? Thanks!
|
| Using VisualBasic 6 Random Access Files in dotnet | 26 Jan 2008 21:55 GMT | 5 |
I will use a Random Access File in dotnet/csharp. The file is created with Visual Basic 6 (VB6). My Problem is to find out the corresponding Types I had to use in dotnet - reading the VB6 binary values.
|
| Catch Win32 Exception from unmanaged code | 26 Jan 2008 21:09 GMT | 2 |
AppA is a console application (in C#), which uses DLLs in a unmanaged code (C++, no source available for them). AppB is a service (in C#), which starts AppA when needed. When an exception of Win32 (e.g. Integer Division by Zero) thrown by those
|
| string == and Equals | 26 Jan 2008 20:20 GMT | 17 |
Is there any way that the following to statements could give different results? I have 2 strings (s1 and s2), which if I compare with == are not equal, but if I compare with string.Equals, then they are equal.
|
| Convert Type at Runtime | 26 Jan 2008 19:10 GMT | 4 |
I have a COM object with a RCW avalible via Web Service. My RCW Interop dll is in my bin directory labled "Interop.ASMLib.dlI", and "using ASMLib;" is at the top of my class. I can call any method like so.
|