| Thread | Last Post | Replies |
|
| Hash/encrypt a string | 20 Oct 2005 18:44 GMT | 1 |
Using .NET, what would be the easiest way to encrypt or hash a string? I have two integer ID numbers stored in a database that I need to "hide" and append to an URL. The primary constraint is that there cannot be any modifications to the database, and that the code should be able ...
|
| Creating shortcuts when deploying a project, problems. | 20 Oct 2005 12:43 GMT | 1 |
I want to create an option for creating shortcuts to my application on the users desktop and Start menu in the setup. In my deployment project i have created the necessary checkboxes, and tried to set Conditions on the folders "User's desktop" and "User's Program Menu",
|
| Need a regex | 20 Oct 2005 11:08 GMT | 3 |
Where can I find a regex to check a street address like 45-53 lexington ave or 34 w. 35th street
|
| About Virtual CPUs | 20 Oct 2005 10:18 GMT | 2 |
I got 4 virtual CPUs on my computer (xeon processor) and I got this .NET application that runs a lengthy processor intensive task. I have noticed when I start two instances of the application (each one running its lengthy processor intensive task) they use one virtual CPU each.
|
| Problems with IDE - no intellisense, no undo, and no code completion | 20 Oct 2005 10:17 GMT | 4 |
Sometimes if I build the app I will get intellisense, undo, and code completion (automatic completion of if stataments etc), but after a few lines of code this stops. I lose any code completion
|
| Generics Question | 20 Oct 2005 10:17 GMT | 1 |
I may be mis understanding some of the uses of generics so this example may not be valid, but here goes. I have a method that I wont to be able to return a string or byte array, it declared as :
|
| Oledb Connection from ASP.Net on Windows 2003 does not work | 20 Oct 2005 10:07 GMT | 1 |
The following code does not work from an ASP.Net application on Windows 2003 IIS 6 (application isolation mode). Basically I am trying to connect to a Sharepoint catalog through the oledb provider for Internet publishing (WebDAV)
|
| HOW To implement a controller class in a VB.NET code | 20 Oct 2005 03:11 GMT | 1 |
I am developing an apps following the OOP principles and I would like to know how should I implement a controller class in order to call the others classes involved in the Business and Data Access Layers ... Thanks in advance for any help on this!
|
| Canceling Window Creation | 20 Oct 2005 03:05 GMT | 1 |
If window creation cannot continue how is it cancelled within an Load event handler? Setting DialogResult to Cancel does nothing and Close() is not allowed. The form is shown modelessly so returning a value directly to the parent is
|
| Customize Exception Handling Application Block | 20 Oct 2005 02:58 GMT | 2 |
I customized EHAB to publish the error to a file or DB. I knew that I might have permission problem on publish error to event log. So I am try to change the default publish to FILE instead of event log or even remove event log. Dose anyone have any good idea on this?
|
| The system cannot find the file specified. | 20 Oct 2005 00:01 GMT | 1 |
I've written code that uploads files in .NET to the server. When uploading large files (approx 45MB), something goes wrong and a blank white page is returned with one sentect, "The system cannot find the file specified." - no .NET error is thrown, no stack trace, no debugging ...
|
| Window Service on Shutdown | 19 Oct 2005 20:43 GMT | 2 |
I created a window service... When i stop the service through MMC, it can see in the EventLog that it calls OnStop() within the service... and all stop handling routines are processed gracefully...
|
| MS Team System and non-MS development | 19 Oct 2005 20:24 GMT | 4 |
I've not had a chance to sit down and review all that Visual Studio 2005 and Team System have to offer, but I recently did a book review (prior to publication) for an author who was writing about Team System's ability to tie programmers and their activities together. I
|
| Winforms Datagrid Not being populated with correct values.. | 19 Oct 2005 20:14 GMT | 1 |
Here is a very strange problem that is difficult to explain. I am populating a datagrid with a datatable. I had to add an additional field to my data adapter/datatable which I have to reference during my update.
|
| System.Windows. Not valaible | 19 Oct 2005 19:08 GMT | 4 |
When I try to import the System.Windows.Forms.MessageBox I get a meesage saying that it is not avalaible ? How to solve it ? Thanks
|