| Thread | Last Post | Replies |
|
| Fixed-Width Text Format | 28 May 2008 00:15 GMT | 4 |
I'm wondering how the Fixed-Width Text Format is What I know is that the top line in this text format will contain column names. and each row beneath the top line represent for example a row in a table etc...
|
| How do I use sort for ArrayList here | 28 May 2008 00:02 GMT | 5 |
I have a class called Item as follows. I use CompareTo to be able to sort an ArrayList containg Items on heatNumber. This works fine. Now to my question. I also want to be able to sort a different ArrayList containg Items on steelGrade. How is that done because I can only have one
|
| Binding Treeview to dataset | 27 May 2008 23:50 GMT | 2 |
Does anyone know of a simple way to bind a dataset to a treeview. Any suggestions will be most welcome. Some code on how to select the nodes once they created. I need to click on the node which will be a product name then bring up all the fields linked to that name. Thanks
|
| Unable to cast object of type 'System.Byte[*]' to type 'System.Byte[] | 27 May 2008 23:27 GMT | 1 |
I'm working with an ActiveX serial component that fires an event when data is received. I need to continue to use this component because it contains the ability to do Xmodem1k an d XmodemCRC comms The RX even fires and passes an Object (Type: Object) parameter. When
|
| Easy way to save items with focus | 27 May 2008 22:58 GMT | 2 |
We are running into an issue. Whenever our users save using either the save key or a BindingNavigator, whatever control is in focus won't be updated. Our users are getting confused when they are asked whether they want to save their changes.
|
| Form Submit | 27 May 2008 22:31 GMT | 3 |
I've set up a page to use to test other pages under development so I can easily control the parameters that I pass to each of them. I've use the basic html form structure with a submit button (Code below). When I execute the submit the browser indicates it's trying to make a ...
|
| Custom Web Service w/C# | 27 May 2008 22:09 GMT | 4 |
Here's what I'm trying to do. I have a form with a text box called "accountNum". I have a label under that text box called "orgName". What I want to do, using Web Services, is when the user enters in their account number, the Web service connects to the database and
|
| Problem with focus on tab control | 27 May 2008 22:08 GMT | 1 |
I have a tab control and when I access a tab page I'd like to focus on a textbox. I am using someTextBox.Focus() on tabPage_Enter() event, but it is not focusing in the someTextBox. How can I set focus to a textbox when the tab page is selected?
|
| Custom Attribute trouble | 27 May 2008 20:46 GMT | 3 |
I've been dinking around with using Custom Attributes at the encouragement of an answer to a previous post and found it pretty easy to create and set them. But now I am having a lot of trouble figuring out how to get the values out. I think I am overcomplicating it. (I am
|
| Console app with no window | 27 May 2008 20:33 GMT | 2 |
Is it possible to create a console app that doesn't display a window? I want to create an app which runs before the main app and starts it in another process and I don't want the console box to appear and
|
| Generic Dictionary For Keys Only? | 27 May 2008 19:23 GMT | 3 |
All, I have a situation where I need a List<string> that performs like a generic dictionary (Dictionary<string, string>). Essentially, I just need the key, not the value, so I want to use as little memory as
|
| Calling Webservice | 27 May 2008 19:12 GMT | 1 |
I have a website that has 2 Virtual Directories set up which host webservices. The first one is named webservice and the second one is named betawebservice. Both are set up identically and are pointing to the same directory (local path). When I invoke both webservices through ...
|
| Textbox with Single Line Border in c# 2003 or 2005 | 27 May 2008 19:03 GMT | 1 |
How do I create a textbox with a single line border so when I type text in the box it will look like underlined?
|
| proxy? | 27 May 2008 19:01 GMT | 1 |
I have an "image server" which streams a jpg when requested (for example I can get a jpg by calling a url like http://192.168.110.100?img=22. This image server only accepts requests from one other machine (I call
|
| Inheritable Static methods | 27 May 2008 18:53 GMT | 14 |
Is there any way to make this method inheritable and have it behave appropriately on inherited classes? Using generics? Extension methods? Something else? class baseClass
|