| Thread | Last Post | Replies |
|
| User interface | 11 Feb 2005 20:21 GMT | 2 |
How would I code a program to take information entered in a text box on a form and use it or a pointer to use the information in a different part of the program?
|
| is this possible | 11 Feb 2005 17:49 GMT | 4 |
I have a winForm and i need to display my data in this format and this format only. Is this format possible with any control supplied with .NET Windows Application? header data: BMW Porsche Lexus
|
| clone a control including it's events | 11 Feb 2005 16:54 GMT | 7 |
i have a textBox1 control and i'm handling it's double click event thru textBox_DoubleClick(object sender, System.EventArgs e). now is there a way to clone this control at runtime including it's event(s) so that when i double-click the cloned control, textBox_DoubleClick() would ...
|
| Disappearing text | 11 Feb 2005 15:31 GMT | 2 |
I have a windows form application that works great on nearly all the machine we have tested it on. We just got a new machine. When I run the application on that machine, all the static test labels in my dialogs are blank. I also have a message box that is showing up with no text in
|
| Free Mock test for MCP | 11 Feb 2005 15:13 GMT | 1 |
Do u have any site-links for the mock test of MCP exams(C#)? Thanks and regards
|
| Exception in ListView.OnHandleDestroyed | 11 Feb 2005 08:32 GMT | 2 |
Sometimes (not reproduceable) I'm getting an NullRefException from ListView.OnHandleDestroyed()-Method. Can somebody tell me, why ListViewItemCollection.get_Item() is being accessed, when the Handle of the ListView ist already destroyed?
|
| Status Bar Updating and SQL Connections | 11 Feb 2005 04:49 GMT | 5 |
I have a simple Windows Forms app that connects to a SQL server, extracts about 50,000 records and saves them to a file. During the query, I have a small bit of text on a status bar that increments a period (.) every second to show the user that the app is still running and not ...
|
| grid | 11 Feb 2005 01:19 GMT | 1 |
Is it possible to hide the "gray" column on the left side of the datagrid, and is it possible to put data in there if i can't hide it?
|
| Visual Studio 2005 beta | 11 Feb 2005 00:58 GMT | 1 |
How to use oleDbConnection and oleDbDataAdapter to generate typed dataset? oleDbConnection and oleDbDataAdapter are not on the toolbox. Datasource and connection generated by Data Source Connection Wizard doesn't suit me. TIA
|
| Thsi isnt working: If Me.DesignMode = True Then Return | 11 Feb 2005 00:13 GMT | 1 |
I have a user control (uc2)which lives on another user control (uc1) on a form (a nested user control). When I open the form in design view the the load even fires in uc2 so the first line of code in the in its load event is:
|
| PrintPage and table format | 10 Feb 2005 20:24 GMT | 3 |
does anybody have an example of PrintPage event which builds a PrintDocument as a table and handles also the size of columns contents like this: Title1 |Title2 |Title3 ================================
|
| Need Graphical Tooltip | 10 Feb 2005 16:33 GMT | 5 |
I need to make a control that behaves like a tool tip, but I need to be able to draw on it and I also need to show it on demand, not necessarily during a mousehover event. The problem with deriving from Control, is that you get the window frame
|
| TabControl wiht Alignment left and horizontal Text | 10 Feb 2005 10:51 GMT | 1 |
Is it possible to create a TabControl with Alignment Left and horizontal Text for the TabPages? Thanks Edi
|
| Using images on windows forms, stored in a dotnet assembly (dll). | 10 Feb 2005 07:33 GMT | 5 |
I am creating a multi assembly windows application. I want to store all the images or/and icons of my application to a single dll (as resources ?) and use them from there, when needed, on other assemblies containing windows forms.
|
| Application.ThreadException Doesn't Work Right. Why? | 10 Feb 2005 05:57 GMT | 5 |
Here's the problem that I'm having. Our application in debug mode doesn't link in Application.ThreadException, it only functions when in debug mode. (did this with a compile directive) so that we get errors on the right error line etc. Makes everything easier for
|