| Thread | Last Post | Replies |
|
| How to specify Virtual Directory name in deploy project | 15 Jan 2008 12:24 GMT | 1 |
I am using C# in VS2005. In my solution I have a web project and a setup project. When I run the setup wizard to install the web application on the server the virtual directory name that comes up is the name of the setup project. How do
|
| File format problems with JS-Files in Visual Studio? | 15 Jan 2008 12:02 GMT | 1 |
I´ve a strange problem with some JS-Files I´ve downloaded from www.extjs.com. I´m including the JS-Files with the ClientScript manager: ClientScriptManager man = Page.ClientScript; // render the yui-ext scripts
|
| Generating KeyPress in DataGridView control | 15 Jan 2008 11:55 GMT | 1 |
I am writing a .NET 2.0 Windows Form app that accepts either keyed or scanned data via a barcode scanner via SerialPort into one column of a DataGridView control. The program handles scanned input just fine but I want to simulate a tab key
|
| Help: Removing item from ListView | 15 Jan 2008 11:28 GMT | 2 |
I have a question about removing my selected item from the listview control. My listview lstView contains listviewitems which contains another object in the tag property.
|
| Saving and loading small amounts of user generated data | 15 Jan 2008 11:22 GMT | 2 |
I have written a specialised drawing application. I want the user to be able to load or save a few drawings, which I will implement as an add to favourites/ load favourites button. The quantity of data is low - a typical drawing could be completely recreated with a few hundred ...
|
| dataGridView.Rows.Count and datagridview.RowCount | 15 Jan 2008 10:27 GMT | 1 |
I want to display the number of items in an datagridview. I use this one datagridview for different datasets. The datagridview.Rowcount works fine for the most of the dataset. But there is one dataset which has more items
|
| Partial assemblies | 15 Jan 2008 07:57 GMT | 7 |
I need to add methods without subclassing to run time compiled assembly at design time so that reflection also works . I need to define single type methods in two assemblies. I created project1 containing
|
| ListBox WPF and Binding | 15 Jan 2008 07:15 GMT | 2 |
I'm new to WPF. I'm trying to bind a list (each item has a JPG and a string) to a WPF listbox. Does someone know of any examples of how this is done?
|
| filter for DataridView | 15 Jan 2008 05:54 GMT | 1 |
New control DataGridView in .NET 2.0 is very powerful, and together with Vs 2005 data design is very handy. But how hot filte data in DataGridView, prefered in VS 2005 visual design mode.
|
| refresh DataGridView | 15 Jan 2008 01:52 GMT | 2 |
In the same application, some other form inserted some data to the database. To refresh the DataGridView on the form shows those data, I just simple use Adapter fill the grid again.
|
| Office interop question | 15 Jan 2008 01:31 GMT | 1 |
When referencing the Microsoft Graph 11.0 Object Library in a C# applicaion using Visual Studio 2005 it uses the path below. C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Graph\12.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Graph.dll I have both Office 2003 and 2007 ...
|
| fastest sorted list type? | 15 Jan 2008 00:25 GMT | 15 |
I have an array of structs wich contain amonsgst other things a Length of type float, I wish to make a sorted index array based on the length, wich does have duplicates.
|
| How to get available language resources | 14 Jan 2008 23:28 GMT | 4 |
I use vs2005 and I try to find out how I can get a list of the cultures where I have made resources for. So I can make a combobox where I can choose the language I want to use. With CultureInfo.GetCultures I became a complete list, but how can I filter
|
| Strip the last 2 char in xml file | 14 Jan 2008 22:44 GMT | 2 |
How do I strip the last to 2 characters? It is form a html page of labels converted to xml by htmlagility pack, only some of the records, have the hexadecimal character at the end. NICEVILLE, FL 32578-0000P
|
| Popup remaining sticky in WPF | 14 Jan 2008 21:43 GMT | 2 |
I have a little problem in a XAML application. When I use a popup in a WPF application, I am not able to get rid of the popup from the view even if I do Alt-Tab to move focus to other applications. Is this a bug or am I missing something?
|