| Thread | Last Post | Replies |
|
| My User Controls Tab disappeared | 06 Dec 2004 23:17 GMT | 1 |
Hello, I have seen alot of issues regarding controls not appearing in the "My User Controls" tab. My problem is that this tab is not shown at all. My colleuges got this tab when installing VS, but I did not. I have
|
| ListBox problem | 06 Dec 2004 21:27 GMT | 1 |
I need to fill a ListBox with data, NOT related to a database. I would like presenting the description in the ListBox, and an ID needs to be available when an item is selected in the ListBox. How can i do this (using an Array? using a second invisible ListBox?) ???
|
| return errorlevel from winform | 06 Dec 2004 21:22 GMT | 1 |
Hi Group, is there a way to return an dos errorlevel from a winform - without switching to a console app ? Thanks for any ideas
|
| How to get a file's date/time correctly? | 06 Dec 2004 21:15 GMT | 1 |
Hi, friends, I use the following C# code to find out date/time for all files in a directory: (Those files are retrieved from VSS). VSS_Item.Get(ref tempFile, (int) SourceSafeTypeLib.VSSFlags.VSSFLAG_TIMEMOD);
|
| Share one common imagelist amongst many forms | 06 Dec 2004 20:12 GMT | 2 |
I'm writing an app in vb.net 1.1 and would like to share one common imagelist amongst many forms. Is there a way to do this? Perhaps put the image list in a component and then have each form create an instance of this component. What are some recommendations for this? I know ...
|
| error caused possibly by overriding WndProc method of form while using UIP AB | 06 Dec 2004 18:17 GMT | 7 |
I get this error randomly that doesn't seem to cause anything to not work correctly. The exception is caught, and seems to not affect the application at all: The code I used to make is so the form cannot be moved:
|
| Not able to take screen shots of "S to make presentation | 06 Dec 2004 17:24 GMT | 9 |
I am relatively new to the newsgroups and C#. I have never been disappointed with the groups and always got the prompt replies to my queries.This is yet another strange issue, I am facing. Please please help me to solve this as soon as possible.
|
| Force application on top (not only TopMost, more toolbar-like) | 06 Dec 2004 16:56 GMT | 1 |
I am looking for a way to force an application (windows form) on top of all running applications. I'm not only talking about TopMost = true , but about forcing all other windows to start drawing from the bottom of that form, as if that form is a toolbar set on top of the screen, ...
|
| PasswordChar on TextBox in DataGridTextBoxColumn | 06 Dec 2004 15:32 GMT | 2 |
I have used PasswordChar on a TextBox that is on a form and it works great. You see * instead of the password and you can't cut or copy the password out. It doesn't work as well for a DataGrid. If you want to look a list of users it would be the natural thing to want to hide ...
|
| Two related listBoxes question | 06 Dec 2004 13:05 GMT | 3 |
I want to relate 2 listBoxes. Although during the filling of the first listBox1; the event SelectedIndexChanged already fires (this is not the purpose). The event should only fire when a select an item in listBox1. How can i avoid that the event fires too early?
|
| DataGrid - using ArrayList as DataSource | 06 Dec 2004 08:44 GMT | 1 |
Assume you create an ArrayList containing 10 instances of some class. Let's say it's a Person class with public properties FirstName and LastName. You then set a winform DataGrid's DataSource property to be the ArrayList. A user selects the 6th row in the datagrid. I can find the ...
|
| Table in a Windows Application | 06 Dec 2004 08:25 GMT | 1 |
Hope someone can help me or lead me in the right direction. I've search endless articles, and they all keep refering to database bindings, which I don't want. Scenerio:
|
| Send Email from Windows Form | 06 Dec 2004 02:12 GMT | 2 |
How can I send an email like I can with asp.net using System.Web.Mail or by some other way. Thanks. Jay
|
| Form Inheritance and missing controls | 06 Dec 2004 01:34 GMT | 4 |
Ok, I know this is going to sound odd but this is what I am seeing. I have a form inheritance chain that looks like this: baseform --> childform -- > two seperate endforms (endform1, endform2) When I open the designer for childform I only see the controls that were
|
| Custom control property fails to persist at design time | 05 Dec 2004 19:29 GMT | 1 |
I have a custom treeview control that has property persistant problem at design time. I tested with the following successful/failed senarios. 1) Added simple type properties. That shows up with other properties at design time and I can also set
|