| Thread | Last Post | Replies |
|
| how do I set the version information? | 16 Oct 2004 23:54 GMT | 1 |
How do I set the version of my app? I can do this in the setup app, but it does not coincide with the actual application. -Max
|
| What is the proper way to close a form without a controlbox | 16 Oct 2004 16:50 GMT | 5 |
I have a form that has two buttons: btnOK and btnCancel. This form does not show the Controlbox and you can only close it by clicking on either buttons. The code in both buttons to close the form has a single line that says: Dispose(); Is this the proper way to close or release ...
|
| scrolling a user control | 16 Oct 2004 16:43 GMT | 2 |
I have created a user control which I then add standard controls to prgramatically i.e. picture box, text box etc. I'm just wondering if it is possible to scroll to given position in the scrollable region? So lets say the control has a height of 300 pixels and the
|
| How to catch KeyUp or KeyPress event in a modal window (ShowDialog) | 16 Oct 2004 16:24 GMT | 1 |
I hook up event handlers to KeyUp/KeyDown/KeyPress to a modal window. Nothing works. It works for sure on the main form. Thanks.
|
| How to show a modal dialog from a different thread | 16 Oct 2004 15:49 GMT | 3 |
I have the following classical situation; 1)A long operation needs to be done in my application( that has many windows ) 2)A progress dialog must be shown in a separate thread 3)The long operation continues in the program main thread.
|
| webbrowser with tabcontrol..... | 16 Oct 2004 15:19 GMT | 3 |
How do i added new webbrowser in tabcontrol in each tabpages? Private Sub TabPage2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TabPage2.Click Dim wb As New AxSHDocVw.AxWebBrowser
|
| Logic Help | 16 Oct 2004 13:52 GMT | 3 |
I need some help with user names and passwords (five users and one password for each user). I have two txtboxes (txtName, txtPassword). If a user clicks enter and both are empty then a message is displayed, "enter user name." If just the name is entered the message "enter ...
|
| how to change the cursor to arrow when hovering over selected text? | 16 Oct 2004 08:06 GMT | 4 |
i wrote a simple text editor. i am able to select text, and drag/drop it onto other text editors. however, when the mouse hovers over the selected text,
|
| Using designer without Forms | 16 Oct 2004 02:41 GMT | 7 |
My program consist of different panel that I load and unload on a form. I would like to be able to user the Form designer directly on a panel without using a form since this panel will be put on a form at run time. Any ideas?
|
| Using different font in TreeView cuts text | 15 Oct 2004 22:29 GMT | 1 |
I'm trying to modify some of the nodes in a treeview control to be drawed using bold text. However, the node text is beeing chopped at the end for the bold nodes. Anyone that knows the solution to this?
|
| C# Windows App - SecurityException | 15 Oct 2004 21:56 GMT | 1 |
I created a very simple C# application that does nothing more than starts an IE session and points to a specific site. Works great on my LocalMachine or anyone's localmachine. However, when we attempt to run it from the network we get a
|
| DataGrid | 15 Oct 2004 21:05 GMT | 9 |
I need help in a bad way. I have a form with a datagrid in it coming for a Access DB. I have 3 columns, StudentName, Address, Phone. I am using Me.bindingcontext(School11, "Student") to bind buttons like first, next ect... I have a button Add/Edit and Update to Disk and Insert
|
| Get currently selected row in datagrid? | 15 Oct 2004 16:49 GMT | 2 |
I have a datagrid bound to a dataview. How do I get the currently selected row programmatically so I can retrieve my primary key?
|
| Easy way to datatype validate TextBoxes | 15 Oct 2004 16:09 GMT | 2 |
In a form I have a number of textboxes that is to receive different types of data from the user. I can of course validate what has been typed in when the user press the Ok button by parsing through the contents of the individual textboxes. However, the .NET framework being so ...
|
| Weird splitter bugin WinForms | 15 Oct 2004 15:27 GMT | 1 |
A colleague of mine recently found this bug when trying to create a form for our software. It seems that splitters do weird things to other controls that happen to be near it. I made a contrived class to demonstrate the bug. You can download the form
|