| Thread | Last Post | Replies |
|
| setdcpencolor | 03 Aug 2007 19:46 GMT | 1 |
Intellisence tells me there is a CDC method "setdcpencolor" but when I Build, I get an error, "setdcpencolor not member of CDC". All I'm trying to do is change the color of the line I'm trying to draw. Can anyone help?
|
| missing dvd rw on boot up (sometimes) | 03 Aug 2007 18:47 GMT | 4 |
Hi can you please help I have a DVD rewriter that I am having a few problems with at the moment. I have flashed the latest firmware to the unit, the problems are as follows:- when powering up the computer at the wall socket
|
| Serialization will not deserialize delegates to non-public methods. [HOWTO FIND DELEGATE] | 03 Aug 2007 16:46 GMT | 1 |
I've been put on a problem where i've got the fix the following issue: System.Runtime.Serialization.SerializationException: Serialization will not deserialize delegates to non-public methods.
|
| Finding the maximum inscribed circle in C# | 03 Aug 2007 15:35 GMT | 5 |
Is there anyone who has or know how to implement an algorithm to find the maximum inscribed circle in C# (or maybe Java, VB etc.) code? I've been looking for this a long time and stil have not found anything.
|
| imagebutton clicking issues | 03 Aug 2007 00:46 GMT | 1 |
I'm currently writing a webpage that lists photos dynamically. Depending on what was selected in the page previous, these photos will change. What I'd like to do it to have the user click on a photo and for that to pull up another page associated with that photo. I can't
|
| GetStream.Read behavior changed in .Net 2.0 with respect to ReceiveTimeout | 02 Aug 2007 17:38 GMT | 11 |
I've noticed that the behavior of ReceiveTimeout has changed between .Net 1.1 and .Net 2.0 when it comes to the GetStream.Read method. In .Net 1.1, if the timeout period elapsed, I would get a System.IO.IOException, but the connection stayed open. I could then
|
| Printer Status over the Network | 02 Aug 2007 16:44 GMT | 1 |
Please help and suggest the code to get the printer status over the network. for Example, i have an string "\\\\os1\\PtName" where os1 is the system name
|
| using an xml datasource for crystal report | 02 Aug 2007 15:07 GMT | 1 |
I am developping a winform application using C# .Net 2.0 and I have to make crystal reports. I use an XML file as a datasource. Do I have touse a dataset to build
|
| Is it possible to load assembly from local IIS server | 02 Aug 2007 14:03 GMT | 1 |
Is it possible to load assembly from local IIS server. i am trying to load it but it is shoing me the messeage of dependency and doesn't load the assebly
|
| Set an icon for the Add / Remove programs | 02 Aug 2007 10:28 GMT | 2 |
I looke for documentation regarding how to set an icon for an application on the Add/Remove programs. Any clues? Thanks.
|
| Decimal datatype | 02 Aug 2007 06:39 GMT | 1 |
How to declare a variable of decimal type with size? In VB we declare as Dim ld_amount as decimal Dim ld_con_amount as decimal
|
| NetworkStream EndRead SocketException OperationAborted | 02 Aug 2007 04:02 GMT | 3 |
I have a .NET 2.0 application that acts as a TCP/IP server, and I’ve discovered an issue with NetworkStream. I’ve accepted a client socket and called steam.BeginRead(…) and my AsyncCallback has been called, so it calls EndRead. EndRead occasionally throws an IoException that ...
|
| problem with Linq Expressions | 02 Aug 2007 01:59 GMT | 2 |
I'm trying to create some linq expression manually. At some stage I want to create an expression to concatenate 2 strings, I'm trying the following code: using System.Linq.Expressions;
|
| Regex help | 01 Aug 2007 19:15 GMT | 3 |
Can anyone assis me in creating a regex for the following formats AA. AA.A AAA
|
| disposing SqlCommand and SqlConnection | 01 Aug 2007 08:38 GMT | 13 |
I'd love to get some definitive advice about calling Dispose() on SqlCommand and SqlConnection in .NET 2.0. There's a lot of confusing advice out there in the net. From what I read and see in Reflector, SQLCommand doesn't do anything
|