| Thread | Last Post | Replies |
|
| Killing off a thread.. | 28 Sep 2006 19:43 GMT | 2 |
I have an app that runs report classes, each report is run in a new thread, what I want is the ability to be able to kill of a thread that is running. How is this best achieved? Thanks
|
| Problem with reference I think | 28 Sep 2006 19:22 GMT | 3 |
I have a public class 'settings' with a public static void 'loadsettings'. Inside 'loadsettings' I go to public static 'loadpagesettings'. Inside this function I have a problem.
|
| Can a partial class inherit from a partial class? | 28 Sep 2006 19:18 GMT | 3 |
In 2.0, can a partial class inherit from a partial class to override a virtual method? I do not have VS2005 installed to test, I'm just trying to plan with respect to upgrading to 2.0 later. If it is not possible in 2.0, is it planned for later C#? I'm just
|
| Problem in ASP.Net. | 28 Sep 2006 18:40 GMT | 1 |
I am devloping a web site in ASP.Net using visual studio 2005.My web page contains many hyperlinks.Now the problem is when I click on some of the hyperlinks it asks me for windows username and password,even though my login credentials are checked at the begining
|
| Listbox DataSource | 28 Sep 2006 18:38 GMT | 1 |
First my apologies, this may be longer than the normal question. I have a windows app (.NET 2.0, VS2005), and I've written a user control that will allow the user to "drag and drop" a directory from one computer (files are in NVM), to another (files on a PCMIA memory card). The ...
|
| Custom Buttons & Text Placement [C# Win] | 28 Sep 2006 17:44 GMT | 1 |
I'm having a problem trying to place text with in my custom buttons. The problem is that I'm trying to display my text just as if it were a regular 'win' button, I have tried using Rectangle (which is good) & also by inputting regular attributes. The thing is that, it is unknown ...
|
| NUnit VS 2005 Pro and Express | 28 Sep 2006 17:08 GMT | 2 |
I'm pulling my hair out here.... Trying to get a simple NUnit project working. I just created two new virtual machines in Virtual PC, one with VS 2005 Pro and the other with Visual C# Express Edition. In both VMs I downloaded and installed NUnit 2.2.8. In both VMs I ...
|
| Convert to hex and write to file | 28 Sep 2006 15:52 GMT | 1 |
I have an Array of bytes that I want to fromat as Hex and print to a file. EX: bytenumbers[] = {1,3,5,34,65,78,234} I want to format them as their hex values and tr.Write them as F0 12
|
| News feeds. | 28 Sep 2006 14:28 GMT | 1 |
Folks, I realize this probably the wrong place to be asking this but has anybody does anything with news services where they download news information off the web? Part of our product is news headlines that are updated through the
|
| how to convert the XML data to a String | 28 Sep 2006 14:18 GMT | 3 |
hi friends I want to pass the whole xml data as a string to a function, how to convert the XML data to a string
|
| How to Access HTML Controls from code behind ? | 28 Sep 2006 14:09 GMT | 1 |
I have a table which needs to be populated at runtime. Is there a way to do this without using a server side control like repeater or datagrid ? How can an HTML control be accessed in code behind ? Thanks in advance ..
|
| Printing a dataGrid control with data | 28 Sep 2006 13:55 GMT | 1 |
I would be delighted if one will help me in a code that prints out the data in a DataGrid Control. Thanks
|
| InvokeMember problem with remoting: method not found! | 28 Sep 2006 13:41 GMT | 1 |
When I use Type.InvokeMember from my remoting server object I get a MissingMethodException: "Method '<name> not found.". My code works when the code is called normally, but not when executed from the remoting server object.
|
| How to convert 2DArray into Arraylist | 28 Sep 2006 13:31 GMT | 1 |
Can someone please suggest me a way to convert a 2DArray into an Arraylist? Thanks, Nimit.
|
| DatagridView DateTimePicker column | 28 Sep 2006 12:57 GMT | 1 |
I want to have a datetimepicker in a datecolumn. Found the source for creating a DTP column, but can't see how to convert an existing date column to be a DTP column. ie. My DataGridView is bound to a DataSet.
|