| Thread | Last Post | Replies |
|
| c# windows service does not work | 13 Jul 2007 17:16 GMT | 5 |
following this tutorial http://www.c-sharpcorner.com/UploadFile/mahesh/window_service11262005045007AM/wi ndow_service.aspx installutil seems to complete successfully, but the service is not listed in services, and trying NET START servicename returns "the service name is
|
| getting all users accounts | 13 Jul 2007 15:56 GMT | 1 |
Anyone can point me in the right direction in getting all user accounts on the local machine in a workgroup?
|
| VB Express 2005 and SQL 2000 | 13 Jul 2007 14:10 GMT | 3 |
I've installed VB Express 2005 and SQL Server 2005 Express on a workstation that had SQL 2000 on it. I can only get VB Express to connect to the SQL Server 2005. From other groups I read that SQLEXPRESS was the connection to SQL Server 2005 and I
|
| SilverLight | 13 Jul 2007 06:46 GMT | 2 |
I had a look at the silverlight demos.They are great !! Wanted to know more about the DLR framework so I searched for any whitepapers on them but in vain. Can someone help me in understanding this framework and what are its
|
| Catching the cancel event of console application | 13 Jul 2007 06:16 GMT | 2 |
I creating a console application. In that I want to catch the cancel event of the console application .Please guide me in this.I figured out that I will have to attach event to the console.How can I do that?
|
| C# Reflection | 13 Jul 2007 06:04 GMT | 1 |
I am new to Reflection. I am building a windows app that navigates the control tree of a Windows form and creates XAML representing the form. I am using reflection to get the properties of each control to create the XmlAttributes for the Control's XAML node. The problem is, ...
|
| Compiler problem V C .NET 2003 | 13 Jul 2007 04:04 GMT | 1 |
My compiler is acting up. When I have building error, the left margin pointer will point to the wrong line. Sometimes, the deferent between the line that has the error and the line it pointed to can be more than twenty lines.
|
| Error loading Design View of a form | 13 Jul 2007 00:55 GMT | 1 |
When loading a form in the VB.Net 2005 IDE i get the following error. I cannot seem to find any documentation that would help in solving this. The banner suggests that the problem be solved by rebuilding the project, but to no avail. I've tried to load an earilier version of the ...
|
| Windows Xp Log In And Immediately Logs Off | 12 Jul 2007 21:49 GMT | 1 |
Hi everbody, Today i face one prob in windows xp in my laptop. whenever i m trying to log in from the user name and password screen. i cant. whenever i m giving the password and pressing enter, its shows me
|
| Adding doubles causes unexpected result - bug? | 12 Jul 2007 19:23 GMT | 5 |
I'm using .net 2.0 and am having a problem adding doubles: double x = 63881.97 + 34297.98; The result of this addition in Visual Studio is 98179.950000000012 This is obviously the incorrect result. However, if I change the 34297.98
|
| Windows Movie Maker--HELP ME | 12 Jul 2007 18:38 GMT | 2 |
Please help...I'm trying to make a movie of different clips. I can add a set of clips from one collection to the storyboard and it plays fine. Then I will add another set of clips from another collection and the whole storyboard will NOT play. It won't all play together even ...
|
| Time Formula | 12 Jul 2007 18:36 GMT | 1 |
I am trying to create a formula that will break down column A on sheet 1 into 3 seperate columns (A,B,C) in sheet 2. The data is setup as follows: Sheet 1: A
|
| deleted emails | 12 Jul 2007 18:35 GMT | 4 |
can someone please help all my emails that wew in the inbox were accidently deleted, is there a way to get them back, i don't use outlook just the sky internet service online.
|
| wow, is it me? cant select text in c# textbox | 12 Jul 2007 16:01 GMT | 3 |
private void button1_Click(object sender, EventArgs e) { textBox1.SelectionStart = 0; textBox1.SelectionLength = textBox1.Text.Length;
|
| custom property for checkbox | 12 Jul 2007 14:57 GMT | 6 |
Hi group, I'm trying to inherit from the windows checkbox control. This is no problem. My goal is to add a property that is based on an enum. When I have an enum declared within the class, it works correctly, however,
|