| Thread | Last Post | Replies |
|
| Context menu - Inserting an Item in a list | 29 Sep 2005 10:38 GMT | 1 |
I have a control "A" that displays a list of control "B". How do I add the ability to insert a new "B" to the list through a context menu? I mean, What do I need to do in the event handler code?
|
| Asynchronous Programming | 29 Sep 2005 09:34 GMT | 4 |
I am doing as shown below below. Now since for every client that connects a new call is being made, when a client finishes the CloseClientCommunication method is called. In case two clients or more clients terminate communication simulateneously, what would be the
|
| Verifying the password | 29 Sep 2005 09:30 GMT | 7 |
We are developing a desktop application for a customer (VS 2003). The customer wants us to retrieve the Windows logon information from Active Directory, then ask the user to verify his password and then assure that this password is the same as the one given when doing Windows ...
|
| Whats the correct way to open a database that has a password? | 29 Sep 2005 09:24 GMT | 6 |
Below is the string I'm using to open a MS Access database using ADO.NET that is password protected. The variable str_Destination is contains the correct database path. Can I leave out the other information between the str_Destination (the database path) and the password or do I ...
|
| Reading heavy .TXT file with StreamReader | 29 Sep 2005 08:48 GMT | 14 |
I must read a very heavy-weight text plain file (usually .txt extension) )and replace a given character with another given character in all text inside the file. My application was working pretty well with this below shown code (code placed in a buttonclick event after
|
| Null and DateTime | 29 Sep 2005 08:15 GMT | 8 |
How do you set DateTime to value of nothing? I tried: private DateTime dateCreated = ""; which gets me:
|
| Which function return the desktop long and short date formats? | 29 Sep 2005 08:00 GMT | 2 |
Hi, All Which function return the desktop long and short date formats? Thanks
|
| Name of the .NET type is within a string | 29 Sep 2005 07:02 GMT | 2 |
I have a .NET type within a string like "System.Int16" or "System.DateTime". How can I parse and and check if a string contains a valid value from that type? I am trying to build a function like this:
|
| Lines Count | 29 Sep 2005 06:08 GMT | 3 |
Is there any mechanism in vs 2005 to have the IDE report the number of lines of source code in a C# project either per file or preferably across an entire project? Thanks,
|
| windows service newbie question | 29 Sep 2005 05:23 GMT | 2 |
I have been following this tutorial to write a windows service and deploy it. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/h tml/vboriCreatingConfiguringWindowsServiceApplications.asp
|
| Deploy Win Form | 29 Sep 2005 03:00 GMT | 6 |
How do I deploy my Win Form application to other computers on the network. I tried "Build Solution" and "Build ProjectName", and then I run the exe out of the bin folder and get the error about "not allowed by the security policy….. Request for the permission of type System Data ...
|
| restarting windows | 29 Sep 2005 01:53 GMT | 2 |
Can anyone help me? Is there any other way to restart windows instead of using CreateProcess and "shutdwon.exe" program? Thanks for any answers in advance. Andrzej
|
| Reflection? | 29 Sep 2005 01:41 GMT | 2 |
suppose i have an array of two different class types. TypeA[] array1; TypeB[] array2; Now supposing both TypeA and TypeB contain a property called "id"
|
| is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block? | 28 Sep 2005 23:30 GMT | 3 |
is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block?
|
| How to upgrade from my VC# | 28 Sep 2005 23:29 GMT | 1 |
Maybe someone can help me. I am a hobyst in VC Sharp. I have a copy of Visual C# 2002 Standard. What version of Visual I can upgrade to?
|