| Thread | Last Post | Replies |
|
| ShowDialog and Thread | 05 Dec 2004 16:37 GMT | 1 |
A probably trivial question but i can't figure out the answer myself. When you call ShowDialog() on a Form to display it modaly, the code located after the ShowDialog call is not executed until the Form is closed. So it looks like the thread in which the form runs is frozen or ...
|
| Multi-Threading Problem | 04 Dec 2004 19:11 GMT | 1 |
I have an application I am writing that is using multiple threads to pull down files from a web service. I want a thread to run for each file needed to pull down. The code I have written works wonderfully. However, when I add in the ability to control the number of threads ...
|
| ListBox, DataReader, ID and Description | 04 Dec 2004 13:35 GMT | 3 |
I would like using a DataReader to fille a listbox with descriptions, on the other hand i need to store somwhere an ID (to the respective Descriptions), that i can use as a key when a listbox item has ben selected. I know i can use a second invisible listbox that stores the ID's ...
|
| [SURVEY] Windows Forms developer feedback wanted | 04 Dec 2004 13:23 GMT | 2 |
We want to learn about your interest in building windows applications using declarative or markup-based programming techniques. Microsoft will enable some of these technologies as part of Longhorn/Avalon, but is less focused on bringing these new ideas to Windows Forms
|
| How to specify width of each of the columns of a DataGrid? | 04 Dec 2004 12:57 GMT | 5 |
I am feeding a class as the DataSource of the DataGrid. When the processing is done this data grid then displays the data in four columns. Now, I know you can specify table styles for a data grid, but what about being able to specify the width of each and every one of the columns ...
|
| Is it possible to enable/disable scripting in IE programmatically? | 04 Dec 2004 10:04 GMT | 3 |
I am using the embedded ActiveX IE WebBrowser component in my C# application. I want to be able to Enable/Disable javascripting programmatically. I was wondering if there was a way to achieve this? I was hoping maybe there was a registery entry I could modify directly. Any
|
| Populating a Combo Box with instances of a class - problem | 04 Dec 2004 02:12 GMT | 13 |
Hi! I'm feeling the burn of .NET; Still getting used to it :) I'm trying to populate a combo box with instances of a class: Public Class Shortcut Private Name As String
|
| Getting the Error Code from the Exception Object | 04 Dec 2004 01:25 GMT | 2 |
how can i get the unique error code that is associated with each Exception. there is one Property of Exception class named HResult. but that is protected so i can not access it.
|
| creating VS Studio like controls | 04 Dec 2004 00:28 GMT | 4 |
How do you create controls like Toolbox and Solution Explorer that expands OnMouseOver and lsides back when looses focus? Also, it has bookmark.
 Signature Thanks for your help.
|
| Forms in Class Libraries - Beginners Question | 03 Dec 2004 20:38 GMT | 2 |
I am just beginning learning Dot Net, though I am a fairly experienced VB6 traditional developer. I have a Solution which contains of libraries of classes which I want to reuse widely in multiple projects , including some forms which I want to
|
| How can I catch the bool values changing in a DataGridBoolColumn? | 03 Dec 2004 20:31 GMT | 2 |
I have datagrid with 5 items. Out of which 1 items is checkboxe. The bool column(checkbox column ) in added in datagrid. The rest of Data is binded dynamically to the datagrid Based on some values from the database I have to check or uncheck the
|
| Message Queue | 03 Dec 2004 20:01 GMT | 2 |
I'm developing a class library and need to know if the application is running a message queue, to kow if I can use a System.Windows.Forms.Timer. How can I know that? thanks.
|
| Literal percentage symbol in rowfilter | 03 Dec 2004 12:02 GMT | 2 |
I have a dataview that accepts input from the user before being applied. That's fine except where the text they want to search for includes the % character. How do I do Fullname like '*a%b*' where I want the % handled as an actual character?
|
| selectedindexchanged not in winform datagrid?????? | 03 Dec 2004 09:02 GMT | 1 |
in my winform,there is a datagrid,i want to fire some actions when the selected index is changed,but i fail to find the SelectedIndexChanged event to the winform datagrid,why? how can i implement such a function with the winform datagrid???\
|
| unhandled Exception in GDI Windows Forms | 03 Dec 2004 06:14 GMT | 3 |
When running a program in Virtual PC, using dynamic screen resolutions if the resolution is something off the norm, ie 1048x805. DirectX 9.0 installed, .Net Framework 1.1 SP1 install, Virtual PC Extensions SP1 and a new installed program installed. Running Windows 98,98SE or ...
|