First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
static and inheritance
Hi! I'm a correct if I say that when you have static members you can't use any kind of inheriatance ? //Tony ... 31 May 2010 10:52
End a process
Good Day, I am using visual studio.net. I want to know if there's a way to end a certain process that is running or prevent it from executing while my program is running... Here's what I wanna do, I have a program, when I start it, another program conflict with it. I want that program automatically kill when I... 31 May 2010 10:52
C#.net windows application
Since I am new to c#.net 2008 but I have worked a little with visual basic.net 2005, I have the following questions I would like to ask: 1. When I am looking at a .sln file that I will be maintaining a work, I can see there are lots of static void Main() methods in a file called program.cs throughout the soluti... 31 May 2010 02:14
How do I copy file from resources to C:\Notes?
How do I programmatically copy SpecialNote.txt from my C#'s project resources to C:\Notes\ on user's PC at runtime? ... 31 May 2010 00:06
Asp.net please help!
Hi! I wan't to display data about cpu and disk usage on the web page that runs on my server. I'm using performance counter to do that and ajax timer to update data every second. The problem is that value of cpu usage is alway zero. I try to make WinForm App with the same code for getting cpu usage and it works f... 30 May 2010 18:42
SQLSiteMapProvider with a parameter problem
I'm using the below code with no problem except when trying to use a parameter. The Parameter is supposed to be passed in the BuildSiteMap method....but it's not. I've ran it through SQL Profiler and the parameter isn't even showing up. Can anyone tell me what I may be doing wrong? Thanks ///////////////... 30 May 2010 12:11
How can these lines be rewritten
Hi! Here is some code. But the code marked with * below how would that //Create a delegete public delegete void MyEventHandler(object sender, EventArgs e); //Create an event member public event MyEventHandler MyEvent; //Invoke the delegete within a method when you need to raise the event, as the following... 31 May 2010 04:23
Transparent form with hourglass?
I want to have a maximized form that is transparent. In the center is a label with some text. I could not figure out how to have a waitcursor displayed on the form. Does anyone know how to do that with a transparent form? As an alternative, I tried setting the opacity to something low like 5%. The waitcu... 30 May 2010 05:45
Application Settings: Don't get it! - I GOT IT NOW!
Peter Duniho wrote: This is, by the way, at least in part in order to encourage people to write better programs. It is a bad idea to maintain application-level settings that can be modified by individual users, at least through the main application. If it can't be controlled, its a bad theory. A... 30 May 2010 01:31
Convert and ConvertBack Methods
I am having problems understanding how to use the Convert and ConvertBack methods in WPF. Help in Visual Studio 2008 and the various books I have deal with these methods only superficially. After reproducing various published examples, I tried to use Convert and ConvertBack on my own. My project was to display... 30 May 2010 14:21
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31