| Thread | Last Post | Replies |
|
| Can I append to an encrypted text file? | 15 Oct 2004 12:36 GMT | 1 |
I need to encrypt messages printed to an application event log. I've copied the approach described in MS "307010 - How To Encrypt and Decrypt a File by Using Visual C# .NET", but I want to append. This MS example (and all other examples I've found) assumes one will
|
| Problem with security | 15 Oct 2004 12:09 GMT | 6 |
I use the security tool mscorcfg.msc to configure a new policy level under machine level i set a condition type of URL with value file:///C:/testfolder/* i create a new permission named myperm oly with UIpermission set to No
|
| GetFiles with 2 extensions in the Search Pattern | 15 Oct 2004 06:04 GMT | 4 |
I want to do a Search Pattern for .jpgs and .tifs. I can do one or the other: GetFiles(pathString, "*.jpg") 'or GetFiles(pathString, "*.tif") But I want a search pattern that does both.
|
| How to submit bug report? | 15 Oct 2004 03:45 GMT | 1 |
How does one go about submitting a bug report to Microsoft for a defect in the .NET framework v1.1.4322? I was able to find a site for reporting bugs in the upcoming VisualStudio 2005 but nowhere could I find a way to submit bug reports for any other
|
| Create shortcut in Quick Launch toolbar | 15 Oct 2004 02:48 GMT | 5 |
Is there a way to have my .NET installer create a shortcut to my application in the Quick Launch toolbar? I would like to have a method that works with pretty much all dotnet operating systems. Thanks!
|
| Problems with Debugging in VS.NET 2003 after installing .NET 1.1 S | 14 Oct 2004 22:45 GMT | 2 |
I have a solution that I have been working on for some time without problems. I installed XP SP2 and everything was still fine. I decided to install .NET 1.1 SP1. After that I can no longer debug. The solution contains both an ASP.NET app and a Windows App. When I tried to
|
| Passing parameters to a thread | 14 Oct 2004 22:12 GMT | 5 |
I'm running into a thread problem. The context is a distributed application constituted of a controller and several satellites performing a given job. In the controller application, I have to send command requests over the network to a list of satellites. In order to parallelize ...
|
| Is there a delcaration between Private and Friend | 14 Oct 2004 21:25 GMT | 1 |
Is there a delcaration between Private and Friend In one form I declared private iParentID0 as integer I couldn't access it from another form.
|
| Avoiding security issue with URL? | 14 Oct 2004 19:55 GMT | 1 |
I use one page as a template and include a header, footer, and allow the main content area to change, based on a varible I supply via the URL. The variable holds a reference to another page and pulls it into the main page. Going from the main page to pageB will look like:
|
| Strange Ado.net problem | 14 Oct 2004 19:54 GMT | 5 |
I have an application which communicates alot with a SQL-Server. It has grids for displaying data and edit-forms for editing data. I have an AppException handler so I will receive all unhandled exceptions and ignore them if they aren't important.
|
| App.config doesn't 'refresh' once runned? | 14 Oct 2004 18:04 GMT | 16 |
I have a Windows Service running (made in VB.NET), and wanted to be able to change from time to time some parameters by changing them in the App.config. But it seems that the application doesn't use the changed values in the App.config, but continue to use the values that were there ...
|
| .NET dll config file | 14 Oct 2004 17:33 GMT | 3 |
This is a bit with versioning and installation of the .NET dlls. I want to perform the following, [THIS IS WITH REFERENCE TO WINDOWS APPLICATION] 1. A third party application will be invoking my .NET dll
|
| .net Program eats huge amount memory | 14 Oct 2004 16:39 GMT | 3 |
Dear Friends I am doing a vb.net project which consits of 44 Forms and a MDI ParentForm. I am use Only one COM Control (AxWebBrowser) And a Third Party(.net control) control (Sandbar)
|
| Treeview AfterSelect Event | 14 Oct 2004 16:14 GMT | 1 |
I have a treeview control in my application. It is a simple directory view tree. In the Afterselect event of a tree node I expand that node showing all the directories under that node.
|
| User Controls in .NET Framework 2.0 Beta | 14 Oct 2004 15:58 GMT | 3 |
when i used VS Web Express, i created a custom user control .ascx it doesn't allow to inherit other base classes than System.Web.UI.UserControl. i have a base class called => public class PortalModuleControl : System.Web.UI.UserControl
|