| Thread | Last Post | Replies |
|
| Newbie: Aligning Labels and TextBoxes on form | 27 Sep 2004 21:53 GMT | 4 |
When I design forms, I frequently have a lower-right aligned Label to the left of a TextBox. For example, I might have a Label with the Text property set to "Name:" and a TextBox to the immediate right where the user types his name. It's very hard to get the bottom of the label ...
|
| unable to obtain SCROLLBARINFO in XP | 27 Sep 2004 19:14 GMT | 8 |
I am trying to get some information regarding a scrollbar on a control...specifically on a system.windows.forms.form control (but ultimately any old control). So I want to use SCROLLBARINFO struct from win32API via GetScrollBarInfo...my definitions are as follows:
|
| Adding to custom collection property in designer | 27 Sep 2004 14:39 GMT | 10 |
I have a custom control (inheriting from ListBox) which has a collection as a property. This collection implements IList (and ICollection, IEnumerator) and has the DesignerSerializationVisibility set to Content. The collection consists of a custom class I created, which I also ...
|
| Microsoft.VisualBasic.ChrW(13) | 27 Sep 2004 14:21 GMT | 2 |
Is there another way to check for keyboard inputs? I'm using the Microsoft.VisualBasic namespace: e.KeyChar <> Microsoft.VisualBasic.ChrW(13) I'm not sure but it seems to me that it is not the optimal way to use the
|
| why are my arrow keys not responding? | 27 Sep 2004 13:33 GMT | 1 |
i have a dot net form. i capture all keyboard events. everything works nice. except for the arrow keys.
|
| Flexible layouts with WinForms | 27 Sep 2004 08:55 GMT | 1 |
I´d like to know if there is something like GridBagPanel under Java in WinForms. I have to organize controls in my dialogs flexible. The Dock/Anchor-Stuff is not enough for me. Can you help me?
|
| Get current page index in tab control | 27 Sep 2004 03:44 GMT | 3 |
I'm writing a winforms app in vb.net 1.1 and have a tab control on one of the forms. each time a different page is selected in the tab control I need to run code in the form for that particular page. how can I determine which tab or page was selected. I tried using the ...
|
| Accessing the tablet buttons in IE | 27 Sep 2004 02:27 GMT | 2 |
I'd like to use the tablet buttons for navigation on a WinForms control I'm writing, which will be hosted by IE. However, the tablet buttons are typically mapped to VK_UP and VK_DOWN which get trapped by the control for scrolling and don't generate OnKeyDown
|
| Set visual style on per-application basis? | 26 Sep 2004 17:19 GMT | 2 |
I've searched on this, and found no definitive answer. I have my C# app running with visual styles enabled, and my client really likes the "Silver" XP look & feel. Is it possible to apply this style to just my application
|
| Using the same components and controls in multiple tabs? | 26 Sep 2004 17:03 GMT | 2 |
How can I use the same controls and components in more then 1 tab collection? The tab control covers the entire window. The different tabs are going to contain some unique components and some common components. I do not want to
|
| How to Filer DataSet on DateTime type. | 26 Sep 2004 16:44 GMT | 1 |
Hi Friends, I want to filter dataset on DateTime column... I am getting filetred output.... Please give me the way to give fillter qry for dateTime type column...
|
| newbie question: how to set a launched process (by Process.Start methods) as Modal | 26 Sep 2004 16:42 GMT | 1 |
I am using C#.NET WinForm. The scenario I have is: a WinForm child form launches a process using Process.Start(app_name). Other than checking the HasExited property and waiting, is there a way to forced a launched process (a third party application) as Modal (i.e. user has
|
| how to run Excel menu options when shown inside a webBrowser control ????? | 26 Sep 2004 16:21 GMT | 1 |
hi all !!! I have a WinForms app that has a Internet Explorer component where I show information by using the "navigate" method. when I show an XLS file the Excel is embedded and the spreadsheet is
|
| Disable Task Manager | 26 Sep 2004 16:14 GMT | 1 |
I'm trying to figure out how to PROGRAMMATICALLY disable the Task Manager while logged in as a "non-administrator" user (only belongs to the "Users" group). I know I can programmatically disable the Task Manager by having my app
|
| Testing Internet connection? | 26 Sep 2004 16:10 GMT | 1 |
In a Library or Win Forms application how can my code test whether the computer is connected to the Internet? (The computer could use a dial-up connection or it could be on a network.) TIA
|