| Thread | Last Post | Replies |
|
| Search Files using OS Search | 05 Sep 2004 16:53 GMT | 2 |
Is it possible to call the OS Search (Start/Search) from a windows form application? What I'm looking is to develop an interactive cd using vb.net with search capabilities. The cd will have some pdf, word , excel and html
|
| showdialog | 05 Sep 2004 16:32 GMT | 3 |
I want to show a modal dialog box at a moment when I don't know which form of my application is focused, so I can't call ShowDialog(owner). Keeping current form in a global variable would be troublesome. Other ideas?
|
| Validation in MDI children | 05 Sep 2004 06:32 GMT | 1 |
In my MDI Application, I have an MDI Parent Form which contains two Child Forms, childA and childB. childA has a TextBox which has an Validating event Handler When the Users enters some text into this TextBox which does not pass
|
| good book on winforms, sql server ce syncing up to sql server. | 05 Sep 2004 06:00 GMT | 1 |
I'm going to use .net for developing winforms on a pda or other hand held device and have a fat client with sql server ce on it and sync up to sql server on a main server. any GOOD easy to read books on this subject. I'm very experienced with .net on web forms.
|
| Wheel and Vertical Scroll | 05 Sep 2004 05:45 GMT | 1 |
Does the Wheel Mouse not automatically scroll a textBox ? Suggestions? --- Outgoing mail is certified Virus Free.
|
| No Vertical Scroll Bar in DataGrid! | 04 Sep 2004 08:11 GMT | 1 |
I have a DataGrid that lies on a TabPage with a TabControl, and when I associate the DataSource with a DataTable that has more rows than can be displayed, I do not see any scroll bars! I cannot figure out why they are not being drawn.
|
| [Datagrid] How to optimize the refresh of the grid? | 04 Sep 2004 08:10 GMT | 1 |
Hi NG, I'm using a datagrid which is bound with copies of remote objects in my app. It works quite well but the problem is that the grid refresh is very very very slow. I'm refreshing only two fields by row (using Invalidate(Rectangle)).
|
| Custom display format for databound combo box | 04 Sep 2004 07:55 GMT | 1 |
I would like to be able to customize how data is displayed in my databound combo box. The user will be selecting one of these values which will correspond to a row in the database. However, I do not want it to display in the selection items simple a single value from each row. I ...
|
| Mulilanguage Windows Application | 04 Sep 2004 02:38 GMT | 2 |
I'm developing a Multilanguage application using C# that supports English and French and Arabic. I have created the Forms with the default language and changed the language to each of the languages that I want to support and do any locale specific
|
| AppUpdater restricted to localhost? | 03 Sep 2004 22:53 GMT | 2 |
Is the AppUpdater restricted to localhost use? I have an application to works fine retrieving updates from a virtual directory off of the default web site, but when I try to create a deployment web site, I get the following:
|
| Symbol does not display in RichTextBox but does in Word | 03 Sep 2004 20:02 GMT | 1 |
This is an obscure question, but I'm hoping someone may have experienced something like it. My program uses RichTextBox controls for all the text. Currently text in the Kannada language is being entered into it using the font KN-TTUma (ttf). One symbol in
|
| Can I do this - Control Focus despite Tab Order ? | 03 Sep 2004 16:55 GMT | 2 |
Using the tab order in VB on a form works fine but to me it seems tedious (at times) to have to set or be concerned with the tab order. I can't seem to get a control to have focus on the load form event...am I doing something wrong or do I just need to control this
|
| ListView DrawItem/MeasureItem frustrations | 03 Sep 2004 14:41 GMT | 1 |
I'm trying to get DrawItem and MeasureItem working on a ListView, with a view to drawing items in LargeIcon view. I've managed to get DrawItem working okay, using the code below. My problem is with the MeasureItem event. The event is only ever called once, and most
|
| disposing of SystemBrushes | 03 Sep 2004 13:17 GMT | 3 |
If i create a Brush object I believe it is good practice to explicitly dispose it or use it within a using block. Is it correct to assume that this does not apply to brushes from the SystemBrushes collection?
|
| mdi forms | 03 Sep 2004 13:13 GMT | 1 |
I have few forms linked each other into the mdi project the second form's scrollbar is not visible,only parents scrollbar is visible, regards
|