| Thread | Last Post | Replies |
|
| Hiding inherited properties | 17 Dec 2005 10:29 GMT | 2 |
How would I go about hiding an inherited property? In particular, I want to hide the 'BackColor' property of the UserControl class. I will then implement my own back color related properties and
|
| Question: String variable as literal | 17 Dec 2005 10:02 GMT | 2 |
I have what I THINK is an incredibly simple question, though I can't resolve it. I have a reference that returns a string which oftentimes contains "\". These returned strings ar produced by a DLL, which is out of my
|
| Is this how Encryption/Decryption Really works ? | 17 Dec 2005 09:53 GMT | 3 |
I have been experimenting with the RijndaelManaged Cryptography class in C# and have stumbled upon a "peculiarity". Following code is standalone Console App that demonstrates using System;
|
| MdiParent to fire event on adding/removing a MdiChild | 17 Dec 2005 06:53 GMT | 3 |
I wounder if someone could help me here: app has an MdiParent form - i need to get some notification in form of an event when any MdiChild forms are added to/removed from MdiParent.MdiChildren collection. I have no control over children forms so i peed the parent form to fire ...
|
| C# Windows form, Excel template | 17 Dec 2005 05:24 GMT | 2 |
In my C# windows form project, how do I use an existing Excel 2000 as a template? Thanks for help. Jason
|
| Security and C# - how secure are C# applications (w.r.t IP) ? | 17 Dec 2005 03:37 GMT | 5 |
We are currently developing a commercial application which we are writing mostly in C# (at least the front end). The apparent ease at which code is reverse engineered gives me sleepless nights (I come from a C/C++ background). It appears that signing
|
| Force property update in propertygrid | 17 Dec 2005 01:48 GMT | 2 |
I was wondering if there is a way to force a property within a property grid to update and then display a modified value when when a second property (true/false) is toggled?
|
| How do I stop firewall from blocking my C# Web Browser? | 17 Dec 2005 01:33 GMT | 3 |
|
| parere su CVS con .NET | 17 Dec 2005 00:46 GMT | 1 |
Ciao a tutti, devo utilizzare un CVS per gestire un progetto. Vorrei capire alcune cose che mi sfuggono, ovvero di quali files andrebbe fatto il check out (e quindi di seguito il commit) sul server
|
| Switch Statement Question | 17 Dec 2005 00:34 GMT | 2 |
I'm a semi-beginner with c# and am having a problem effectively implementing a switch statement. I've created an asp.net app that runs a report depending on which item was selected from a drop down box from a previous page. I then have an Export button to convert the resultant ...
|
| dotnet 2.0 webbrowser control | 16 Dec 2005 23:47 GMT | 3 |
I am trying to figure out a way to get a list of URL that my webbrowser control has accessed, including images, javascript files, and download files. Some of the urls I am trying to capture are obscured in javascript so looping through the documents links is not good enough. I
|
| Connection String Opinion? | 16 Dec 2005 23:00 GMT | 2 |
I'm having a design brain-cramp. I have an app that needs to have a connection string that can changed by the user.... (basically the same app needs to be able to talk to different databases on different servers --- they all have -identical- tables/views/sp
|
| MenuStrip -- Mdi merge | 16 Dec 2005 22:51 GMT | 4 |
Could someone explain how to merge the form menu with the mdi container window. The menu strip items on the form window merge but I either end up with a blank blue menu on the form or top list of items that don't do anything.
|
| Trying to encrypt a string | 16 Dec 2005 22:32 GMT | 8 |
I'm trying to encrypt passwords in my app. After discovering that there's no simple function to do this, I wrote a wrapper class which decodes a string using UTF8, encrypts it with TripleDES and returns a Base64-encoded string. The decryption function does the reverse, i.e.
|
| Security Exceptions | 16 Dec 2005 22:32 GMT | 4 |
My windows application runs fine when the executable is saved on a the harddisk. I uploaded the executable on my website and then used internet explorer to download it; at the prompt I chose "run" instead of "save" and the executable threw a System.Security.Securityexception. ...
|