| Thread | Last Post | Replies |
|
| WebBrowser Control and the res: protocol - How-To? | 09 Sep 2005 09:32 GMT | 3 |
Could one give me an example of what I have to do (in managed code), to use Resources with the WebBrowser control and the res: protocol. I wonder if VS2005 still needs to use the rc.exe to get the right resource files. If it needs, how can I use the rc.exe in the build process?
|
| Comparing two regions? (size and shape - not instances) | 09 Sep 2005 09:16 GMT | 2 |
Scenario: Want to create a new Region and assign it to a UserControl, but *only* if it is of a different size and/or shape than the Region already assigned to said UserControl.
|
| NEWBIE : Is it possible to view all machine name from a domain to a comboBox? | 08 Sep 2005 13:52 GMT | 2 |
I Need to chose a machine name (in a comboBox) from my network in a program in C#. I don't find any solution to perform this. Can anyone help me?
|
| Can't capture the display value of a listbox. | 08 Sep 2005 11:17 GMT | 4 |
Can't capture the display value of a listbox. I read both the faq and did a search Here is the code I tried. Case 20
|
| System.IO.StreamWriter Close or Flush method to shut down the computer in such a way that just part of the file is written? or an empty file is written? Also if the Close or Flush is to a streamwriter writing to a network share, is it possible for the netw | 08 Sep 2005 10:33 GMT | 1 |
System.IO.StreamWriter Close or Flush method to shut down the computer in such a way that just part of the file is written? or an empty file is written? Also if the Close or Flush is to a streamwriter writing to a network share, is it possible for the network to go down in such a ...
|
| CheckListBox and DataSource | 08 Sep 2005 09:45 GMT | 3 |
I have some code that assigns a DataTable to a CheckedListBox to display which items are selected and which are not. I set the DaatSource to the DataTable and the DisplayMember to the text column I want displayed, but nothing is selected.
|
| Button click event handler not called. | 08 Sep 2005 09:01 GMT | 4 |
I'm working on a C# application, in VS.NET 2003. The part that I'm currently having trouble with is a single form, whose message loop runs in a separate thread from the application's main GUI. This form provides an interface which allows the user to send a series of string ...
|
| Controls and threads | 08 Sep 2005 08:54 GMT | 10 |
I have worked myself into a corner. I have a windows forms application that has a tabcontrol. Each tabpage in that control represents a connection to a remote server. Currently the main thread creates the tabcontrol and each tabpage. The tabpage control contains a ListView. The ...
|
| Custom control question | 07 Sep 2005 13:30 GMT | 9 |
I would like to create a custom control that will draw in its own client area an object previously instantiated in a Window's form constructor. The object has a Draw method and several properties such as color, size, location, etc., that need to be changed in both the form and by ...
|
| prevent text in text field from being selected - how? | 07 Sep 2005 09:06 GMT | 2 |
Here's the issue, I have a form which pops up after the click of a button in a main form. The 'popped up' form has a text filed which is pre-filled with some text. However, each time the form is 'popped up' the text in this field is automatcally highlighted (selected). How do i ...
|
| problem with TreeView and Form.ShowInTaskbar attribute | 07 Sep 2005 08:49 GMT | 7 |
I've run across something strange: When the Form.ShowInTaskbar is changed TreeView controls on that form collapse their selected node. Is this by design, or is it a bug?
|
| when writing out a file from .net, when is the file created? after the bytes are all written to the hard drive or before the bytes are written to the hard drive? | 06 Sep 2005 22:47 GMT | 3 |
when writing out a file from .net, when is the file created? after the bytes are all written to the hard drive or before the bytes are written to the hard drive?
|
| Searching for a modem dialing control/dll | 06 Sep 2005 15:29 GMT | 1 |
I have an application that needs to dial out on a modem as follows: The server hardware will incorporate an 8 port modem to call out. A windows service on that server will monitor a database and when an entry is placed the service will pull the data, which includes a telephone ...
|
| Cannot bring Panel to front | 05 Sep 2005 02:33 GMT | 1 |
I have a very simple Winforms app with two Panels positioned one on top of the other. I want to change which panel is visible based on the item the user selects in a ListBox. I have the following SelectedIndexChanged event handler for the ListBox.
|
| Problem with setting focus on button with Compact Framework | 01 Sep 2005 17:49 GMT | 2 |
I'm developing a C# PocketPC application with VS2003. I've installed SP2 of the Compact Framework. I set focus on a button ( btnSave.Focus() ) but there is no visual display that the button has focus nor does an <ENTER> or <TAB> keypress have any
|