| Thread | Last Post | Replies |
|
| Setting a margin in a label | 02 Jun 2004 18:53 GMT | 2 |
Is there a way to set the margins in a label. Specifically, what I need to do is make sure that the text begins 6 pixels to the left of the label border and that the baseline of the text is 5 pixels above the lower border of the label.
|
| Turn off inheritance of properties (e.g. Font weight) | 02 Jun 2004 18:52 GMT | 1 |
Hello NG, i have a form (c#) with a tab control. If I change the weight of the font in the tab control all other fonts in the form (e.g. labels) also become this weight.
|
| linking to an external file from a application | 02 Jun 2004 16:07 GMT | 4 |
i am using webbrowser control and i want it to display a file when a form loads the file is included in the project but how do i link it AxWebBrowser1.Navigate(" ??? " p.s. - i am a beginner
|
| Focus question | 02 Jun 2004 14:54 GMT | 2 |
I have a form with many controls and I want the focus to stay on a particular textbox no matter what the user does. I don't want to have to code an event for absolutely everything the user can do. I tried the leave event, but the problem with that is if the next event puts
|
| Interpret empty datagrid cells as empty strings | 02 Jun 2004 10:55 GMT | 2 |
When I clear a cell in a datagrid, the corresponding (string) field in the underlying datatable becomes null. I would prefer that it be an empty string, as the corresponding database field is not nullable.
|
| Handling Exceptions in WinForms | 02 Jun 2004 10:44 GMT | 5 |
In ASP.Net we had... Sub Page_Error(Source As Object, E As EventArgs) Dim message As String = "<font face=verdana color=red>" _ & "<h4>" & Request.Url.ToString() & "</h4>"
|
| Undefined Error | 02 Jun 2004 09:01 GMT | 4 |
Hello Developpers I faced with an undefined error. I developped a Windows Forms Application. When I opened my project's Solution, all the documents, which were created before, listed properly at the Solution Explorer. But when I wanted to see my form by clicking on to Design View, ...
|
| Tab order problem | 02 Jun 2004 07:01 GMT | 3 |
Hi all; I m facing problem in setting tab order . I have to group boxes GB1 and GB2. GB1 has two text boxes T1 and T3. GB2 has two text boxes T2 and T4. I want that tab movement should be T1, T2, T3 and T4 repectively... how can i do
|
| Threading | 02 Jun 2004 06:07 GMT | 2 |
All - I have the need to make my app multi threaded for those long running tasks. Some of them are not a problem but the question I have is with SQL and populating items on a form. If I create a new thread, connect to my SQL, run a long query and then populate a combobox within ...
|
| Capturing another window | 02 Jun 2004 00:39 GMT | 1 |
I've got an application (WinForms) with an MDI parent form and several MDI child forms, which all run maximized in the parent. This program needs to integrate in with another program that we have no control over. What I'd like to be able to do is capture another window (one from ...
|
| KeyPreview fails with button shortcuts | 01 Jun 2004 22:43 GMT | 1 |
The Setup: ================ I have a cardswiper attached to my keyboard, so that when I swipe a card I get "keyboard input" that looks something like:
|
| string length limit in args sent by ISynchronizeInvoke? | 01 Jun 2004 22:11 GMT | 2 |
I'm raising an event in a component, using ISynchronizeInvoke.Invoke, and my event args object contains a string as one of its members. If the string is longer than 63 bytes, the Invoke call pulls an unhandled exception in System.Windows.Forms.dll, to the effect that the string ...
|
| "Frames" in windows forms | 01 Jun 2004 21:06 GMT | 2 |
Just wondering if there is any sort of concept of "frames", as in HTML in windows forms, where different forms can be loaded into different frames. So one of the frames might be loaded with different forms at different times.
|
| How to create a form looks like the Outlook Form | 01 Jun 2004 19:26 GMT | 2 |
Hi ng, how can i create a form that looks like the DesktopNotification Form from (Office) Outlook 2003. The Form fades in when you receive a new email.
|
| How can I get the name of a ToolBarButton object. | 01 Jun 2004 17:36 GMT | 3 |
I need to iterate the Buttons collection in a toolbar and get the name of each button. The objects in the collection are not normal Button objects. They are ToolBarButton objects, which do not appear to have a Name property. Is there some other place to get the name?
|