| Thread | Last Post | Replies |
|
| Client-Server & Standalone Using Same Code Base | 15 Aug 2005 11:47 GMT | 7 |
I have to write an app that can be offered as both a client-server solution as well as a standard solution. For the server-client solution here are multiple users all of them working with the same data. The solution might be deployed on an
|
| Drag and Drop Question | 15 Aug 2005 08:33 GMT | 4 |
I've been looking around for info on this, but not finding much. What I'm trying to do is allow a user to drag and drop objects between two forms in my app. The objects are classes that I've built and I want the target form to be able to recognize what kind of type is being ...
|
| Find your solutions with real Free eBOOKS! | 15 Aug 2005 07:43 GMT | 1 |
http://www.ebook5.com The Best free eBooks community! All these books posted by Internet Users! Borland C++ Builder: The Complete Reference
|
| finally is not always being executed... | 15 Aug 2005 07:10 GMT | 13 |
I was under the impression that the finally block always got executed no matter what. Well I ran into a situtation that I can duplicate from a console app as well as a web application. For the console app if the try block is executing/processing its clode and
|
| System.Web.Mail | 15 Aug 2005 00:50 GMT | 1 |
Hello, friends, I installed .net Enterprise Architect version 2003 (Fraimework 1.1, version 1.1.4322) in my machine, and tried to run sample C# source code that has statement: using System.Web.Mail
|
| Simple Q - navigation not showing in bound textbox! | 14 Aug 2005 14:19 GMT | 2 |
I am newbie to Vb.net, so pls excuse if the Q seems silly! It is to illustrate a problem i am having with navigating through a dataset table, and having the bound text fields not showing the current record, but being stuck on the first record permanently!
|
| VS2005: where to put resources | 14 Aug 2005 04:09 GMT | 1 |
I was wondering what is the difference between - putting resources in Formxxx.resx (form level) ? (my prefered) and - putting resources in Resources.resx (app level) ?
|
| client certificates and private keys. | 13 Aug 2005 22:52 GMT | 1 |
I will be writting a web application that will accept certificates from clients. What I really need is to get the private key from the client and decrypt some data and display it. Clients that do not have the private key will not encrypted data. Is this possible? Can someone
|
| Debugging startsup slow | 13 Aug 2005 20:24 GMT | 2 |
I am debugging managed and unmanaged code in C++ DLL When ever i start debugging debugger hangs for 30secs or so at the last line below at the last line and then continues as normal.
|
| How To: Custom Performance Counters with intervals other than 1 second? | 13 Aug 2005 15:20 GMT | 2 |
I want to implement a custom performance counter for monitoring errors in my application. However, the correct rate is not exceptions per second! (If my app is throwing multiple exceptions per second, then the last
|
| How to position message box? | 13 Aug 2005 14:17 GMT | 4 |
How to position message box programatically using C# .NET? Thanks.
|
| Icon in the tray for a service app | 13 Aug 2005 14:05 GMT | 3 |
I'm creating a windows service and would like to add a tray icon for it. Can this be done from a windows service app, or do I need to create a controller app? Thanks in advance,
|
| Netframework 1.1 install blows up | 12 Aug 2005 22:53 GMT | 3 |
I am trying to use Symantec Norton Ghost. This implicitly invokes .Netframework installation 1.1 which blows up with an error 2908. I tried to download 1.1 package and install it. It blows up with the same error. Followed the instruction dotnetfx.exe... Tried to reinstall it. It
|
| Convert BinaryString into int? | 12 Aug 2005 22:41 GMT | 2 |
I have some binarystrings in the registry (from an older j++ app) that I need to convert at runtime to ints. What is the best practice for this? In J++ you could just call Integer.ParseInt(val, 2); I've tried Convert.ToUInt32(object, int) but I can't get the compiler to ...
|
| ADO.NET and SQL Server Data Paging | 12 Aug 2005 21:49 GMT | 6 |
I had to built a custom data paging control for my asp.net app and SQL Server. This is what I'm doing: 1. do a SELECT to a SqlDataReader
|