Description:
Microsoft .NET technology newsgroup.
|
|
|
Month Calendar help
|
| |
Hi Everyone, I am trying effortlessly with this month calendar control. Basically in a nutshell what I am trying to do is this. If I have a selection of dates for this month November 2009. Dates: 9, 11, 12, 13, 15, 18, 29, 20, 22, 25, 27, 30 When I load the month calendar, how can I get all of these dates to be... more »
|
|
Creating a self deleting executable using .NET
|
| |
I am trying to create a GPS based warning system for speedcameras for the Windows Mobile 5.0 (or higher) platform. One of the features of the application is that it has an "erase" button that automatically closes down the application and deletes the executable. This is because this type of software is legally not allowed in all european countries (like switzerland)... more »
|
|
HELP is in HTML format
|
| |
Hi Everybody, 1. I am using the Express version of C#. I am connected to the internet. 2. HELP appears in HTML format. This includes INDEX and CONTENT as well as others. 3. A message at the top of the text says that, " --- web page does not match the type specified by the server -- " 4. I can't find anything in the Options to create a match.... more »
|
|
WCF service on IIS 5.1 does not works (XP Pro)
|
| |
I can't get standalone working service. It works perfectly under VC2008 (under ASP.NET development server). It works by Ctrl+F5 until development server is active. If I stop development server (should be IIS turn), then it stop working. My solution includes web project and client project. WCF Test Client shows followed error message:... more »
|
|
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 »
|
|
|