Description:
Microsoft .NET technology newsgroup.
|
|
|
COM References problem in C# VS2008
|
| |
Hi Volks, I just try using/generating COM under C# .NET VS2008 and I have 3 questions: 1. why in some projects I see GUID defined for every interface and class and in some projects is only written [ComVisible(true)] ? Why both approaches are allowed ? 2. I did register COM "MyClassLibrary.dll" with:... more »
|
|
Access a Share with an "impersonation" account
|
| |
I have done some research on this but so far all I have found is how to setup an impersonation account on an IIs server and access it via an ASP.NET app. We have a need to set up a network share, restrict all regular users from even seeing any files that may be in there withthe Windows browser, but have an app that any of these users may run that can see... more »
|
|
turn off debug printing when stepping thru code?
|
| |
I just encountered a behavior with VS 2008 where when I step through code it is debug printing everytime I press F11 as follows: Step into: Stepping over non-user code 'Product.Product' Step into: Stepping over non-user code 'Product.Product' .. Is there a way to turn this off? I only want to debug print when I... more »
|
|
Newbie with Progress Bar Question
|
| |
Hi All, Sorry newbie here ...... I have a Splash Screen and am trying to get a progress bar to work on the bottom. My splash screen stays on for 8000ms and I would like the bar to go up in time with that. I have the following code: private void frmSplash_Load(object sender, EventArgs e) {... more »
|
|
How to recognize function keys?
|
| |
Hello out there, I need to react to function keys but cannot find any hint in the online help. There is an entry which talks of e.KeyValue ('e' being the event), but this must be for a different version than VS 2005. Anybody kind enough to tell me? Best regards Helmut Giese
|
|
strange statement in Settings.Designer
|
| |
Hello! At the end is the complete code for file Settings.Designer.cs I can't understand this statement ((string)(this["NorthwindConne ctionString"])); in this NorthwindConnectionString propery public string NorthwindConnectionString { get { return ((string)(this["NorthwindConne ctionString"]));... more »
|
|
ICommand. What am I doing wrong?
|
| |
Hello, I am not sure if this question is for this forum. It is a WPF C# question. I implemented a ICommand interface as follows: public class SetupCommand : ICommand { Boolean CanExecute(Object parameter) { return true; } // CanExecute void Execute(Object parameter) { Setup setup = new Setup();... more »
|
|
A Best Online Bussiness Opportunity
|
| |
Are you looking for online jobs for college students? Or are you simply looking for the best work at home jobs online so that you don't have to work that boring 9 to five job any more? Well if you are you a college student who doesn't have time for a full time job but needs some extra cash and you're looking for online jobs... more »
|
|
|