| Thread | Last Post | Replies |
|
| Copying to Clipboard from Listview control | 03 Apr 2006 20:25 GMT | 1 |
I am using VS2005 and VB to write a small application. I have a listview control and want the user to be able to (CTRL-C) copy information from it to the clipboard and then paste it somewhere else. Unfortunately they cannot do this by default it seems. Can someone tell me how ...
|
| How can i read binary data | 03 Apr 2006 20:10 GMT | 1 |
I store an object as a binary data in db. I want to read that data and deseralize it to get back my object. I saw the examples about that on forums, but they write the data to a file which they create on the local drive. I want to get the data in a byte array form (byte[] xxx) ...
|
| DataAdapter.Update | 03 Apr 2006 18:19 GMT | 1 |
Can anyone shed some light on which of the two is more efficient (if at all) and why? Scenario A: I have setup the Select, Insert, Update & Delete commands of a DataAdapter, using Stored Procs (against SQL server). Then I call
|
| Assembly security | 03 Apr 2006 17:30 GMT | 4 |
IS the DLL's or assemblies written in c# or vb.net are secure ? There are tools in the market which show the source codes of DLL using the disassemblers, any workaround or solutions to protect the .net assemblies ?
|
| Socket Listen for single connection | 03 Apr 2006 15:01 GMT | 1 |
I am writing an application that simulates a TCP device that only accepts one connection at a time. For my application, I would like connection requests to fail if one already exists. So far I have the following code:
|
| My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData in Csharp? | 03 Apr 2006 13:02 GMT | 3 |
What's the equivalent in C# for My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData (from VB.NET)? I noticed that there isn't something like the My-object in C#? Or is there?
|
| How can i read binary data? | 03 Apr 2006 12:30 GMT | 2 |
I store a serialized object in db as binary data. I want to read it and write it to a byte array (byte[] xxx). I saw examples in forums, but all of them write the data to a file on local drive. I want to read all the bytes and serialize them to get the object without creating a ...
|
| Problem in File transfer through C# | 03 Apr 2006 11:09 GMT | 4 |
Hello friends, I am having a problem in transferring a file from a client to another client via a server, with the help of SOCKETS. I am using NETWORK STREAM to tranfer the file contents. As soon as the file is sended to the
|
| settings.settings ?? | 03 Apr 2006 05:32 GMT | 2 |
How is the settings.settings supposed to be used??? If I add it to a class library, I get a app.config file with a <applicationSettings> section, containing my settings. However if I include this class library in a web-project, it seems like I have to copy this
|
| Trying to grant full trust..... (.NET 2.0) | 03 Apr 2006 01:19 GMT | 2 |
I have written an application which I have "installed" (copied) in a shared directory on some remote computer. Now I'm trying to run this application but I get plenty of SecurityException all over the places.
|
| This must be a bug in C# when using user control DLL and class library DLL | 02 Apr 2006 20:19 GMT | 1 |
I have one solution file that consist of three project. One project that build the exe file called A One project that build a user control dll. Here we have a class called B One project that build a class library dll. Here we have a class called C
|
| Opening new browser from .NET | 02 Apr 2006 14:18 GMT | 2 |
Hello I am new to VS2003 .NET development and therefore have a really simple question: How do you open a new browser from within the code (I am using VB)? I know you can use Respose.Redirect command to go to a different form in the
|
| Page Event order in VS 2005 | 02 Apr 2006 10:41 GMT | 1 |
Can someone direct me to documentation on the order of Page Events for VS 2005?
|
| New to dotnet | 02 Apr 2006 10:30 GMT | 1 |
any suggestions on books or web sites that have good tutorials? TIA Josh
|
| app.config files and MMC snap-in | 01 Apr 2006 20:18 GMT | 2 |
I'm developing a snap-in for MMC 3.0 using .Net framework 2.0 and the new MMC class library. I need to store some configuration settings, ideally in a .config file associated with my snap-in dll.
|