| Thread | Last Post | Replies |
|
| We offer best Prada Shoes | 30 Jun 2007 23:39 GMT | 1 |
We offer best Prada Shoes please to http://www.ebaysoho.com/Show.asp?id=387&Classid=122
|
| Instatiating A Class | 30 Jun 2007 22:32 GMT | 1 |
I have a console application. The "main: driver instantiates a class which does all of the work. I decided that I wanted to create a Windows From which would call the class which was created in the console application. It has been forever since I
|
| the right forum wont answer | 30 Jun 2007 21:00 GMT | 4 |
hey all, i want to apologize ahead of time for this but i've tried posting this questing in the correct forum but no one will answer so please forgive me. all i'm trying to do is map a drive to my new vista pc but it won't let me.
|
| Better way to write if (PenID.ToString() != "00000000-0000-0000-0000-000000000000")? | 30 Jun 2007 19:22 GMT | 2 |
Given that PenID is a Guid, is there a better way to write this? if (PenID.ToString() != "00000000-0000-0000-0000-000000000000") I thought I could do some sort of Guid.Empty check or something. Thanks,
|
| how to pass Enum | 30 Jun 2007 11:30 GMT | 5 |
I am newbie in c# and i have a question. I try to work with serial port. and i will like to configure the serial port by a form I add in a ComboBox.parity some items like:
|
| tasks | 30 Jun 2007 09:55 GMT | 4 |
I would like to find all the WINWORD tasks running on my windows 2003 server and END them. Where can I find how to write such code in c#? Thanks
|
| Why CopyFromScreeen and not CopyToScreen? | 30 Jun 2007 06:24 GMT | 5 |
CopyFromScreen has alot of cool options in the CopyPixelOperation enumeration. But, I don't get it. I want to overlay bitmaps using the various options, so I have to first draw each on screen then copy it to a graphics object???? Doesn't sound right, I must be missing ...
|
| Update on app launch | 30 Jun 2007 06:03 GMT | 6 |
When I publish an application using C# express there is an option to have the app look to a URL for updates. What files are needed in the directory that would be used to update? Just the updated version of the .cs file(s)?
|
| error on conn.open() | 30 Jun 2007 03:29 GMT | 2 |
I got this error and have no clue what to do. Error code( -2146232060 ) An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure maybe caused by the fact that under the default settings SQL Server does not
|
| Thread safety of dictionary indexer vs double check (.net 2.0) | 30 Jun 2007 03:00 GMT | 6 |
i am using .net 2.0. which should have fixed the problem making double check locking broken... ( http://www.bluebytesoftware.com/blog/PermaLink,guid,543d89ad-8d57-4a51-b7c9-a821 e3992bf6.aspx )
|
| converting odd number digits to even number | 30 Jun 2007 01:07 GMT | 4 |
I am trying to convert the digits to even number so for example if I have 3 digit number, I want it to be 4 digit and If I have 5 digit number, I want it to be 6 digit. How can i do it in C# Below is what I am trying to di
|
| Is GCHandle.Alloc thread safe? | 29 Jun 2007 23:38 GMT | 1 |
I use a method for threading that instantiates an object that is a wrapper to a DLL (written in C). The wrapper class is passed a byte array, and then does GCHandle handle = GCHandle.Alloc(buffer, GCHandleType.Pinned);
|
| Socket locking up after inital use | 29 Jun 2007 22:49 GMT | 3 |
I am trying to get a webpage using a TcpSocket instead of a standard Webrequest. Initial, it works fine but after the 2 or 3 request the tcpclient I start to get the following error: A connection attempt failed because the connected party did not properly
|
| Request: Need Beta Testers for a new Visual Studio C# Code Browser | 29 Jun 2007 22:38 GMT | 4 |
We are looking for C# developers who use Visual Studio 2005 to help test our new code browser, CodeSkipper. Briefly, CodeSkipper is a code browser, implemented as a toolwindow addin to Visual Studio, that allows you to navigate code more
|
| Copying a derived type to another type that inherits from derived type Options | 29 Jun 2007 22:26 GMT | 1 |
Ok, I am curious if this can be done in C# 2.0 via some internal .net functionality or if I have to do a coversion myself such as a copy construtor or override the explicit operator. I have 3 classes.
|