| Thread | Last Post | Replies |
|
| Text-to-speech in Windows applications | 27 Feb 2006 16:50 GMT | 3 |
I am trying to find an SDK to implement a good quality Text-to-speech for English and Spanish in .net 2.0 Windows applications. It looks like that Microsoft Speech Application SDK 1.1 works only for Web applications but not for Windows apps.
|
| Application has generated an exception that could not be handled | 27 Feb 2006 15:48 GMT | 1 |
I have an application developed by .net framework 1.0 , the application works fine on my development machine , but on the non-development machine (the customer machine) the application sometime crashes
|
| Detect button presses by intercepting WM_COMMAND | 27 Feb 2006 14:50 GMT | 5 |
I want to insert a 'general' message filter into a .NET application that will intercept button presses. IMessageFilter cannot be used because it only intercepts posted messages. So I override WndProc and filter on WM_COMMAND messages to detect button presses in the application. ...
|
| Making "Everyone" the default option while installing the setup... | 27 Feb 2006 14:42 GMT | 3 |
I know the solution of setting the "Everyone" option by default at time of setup installation, by modifying the msi in the ORCA editor. Now, I have to create the msi with no dialog boxes(no start or progress interfaces), the problem is there's no way to change the default setting ...
|
| How do I show a visually inherited form? | 27 Feb 2006 06:48 GMT | 5 |
I just started working with inherited forms and am being befuddled with how to show the inherited form. As a test, I designed Form1 with a single button on it and added an inherited form that inherits from Form1. When my application starts, I would like to have both forms
|
| Scrollbar problem with RichTextBox | 26 Feb 2006 17:15 GMT | 1 |
I don't know if this is a bug or is it just me not finding the solution? In VC# 2005 (running Windows2000) I have a multiline RichTextBox with ScrollBars set to "Both", but not forced. So I want to see
|
| Recursion in CreateChildControls | 26 Feb 2006 16:12 GMT | 1 |
In my custom control I have overriden CreateChildControls and the first few lines look like this. protected override void CreateChildControls() {
|
| MonthCalendar - display problem when selecting a date range | 26 Feb 2006 09:57 GMT | 1 |
I am using VS 2005, .net Framework 2.0 When I select a range of dates, the selected dates are whited out except for 1/2 of the first and last date (these are highlighted in blue). This issue also occurs if I select a date and then use the year spinner
|
| Trouble with BindingSource | 26 Feb 2006 00:24 GMT | 1 |
I've gone through a few demos and walkthroughs trying to become familiar with the new binding in vs2005. I'm having some success, but not every time. I've create a dataset with the datasource configuration wizard. I have 3 tables in this dataset (expense, category, and type). I ...
|
| OnPaint never called on derived control | 25 Feb 2006 21:37 GMT | 3 |
I created a control called ThumbPanel which derives from the Forms.FlowLayoutPanel control. The ThumbPanel in turn holds and displays a collection of ThumbNail controls (which is another custom control which displays an image thumbnail and some metadata via text.)
|
| DrawString method - diagonal text? | 25 Feb 2006 16:22 GMT | 1 |
I am using the DrawString method to add 2 strings to a label at right-angles to each other (so one is horizontal, and the other string is vertical) Both strings start with 'S' - now, is there any way to make that 'S' diagnoal instead of vertical ? That way it would really appearf ...
|
| TableLayoutPanel - get cell clicked | 25 Feb 2006 09:35 GMT | 2 |
Hello, I had posted this to the C# group but then realised here might be more relevant. This seems like it should be simple - on the double-click event of a tablelayoutpanel, I want to know which cell was double clicked in. I can't
|
| Cursor on ListView | 25 Feb 2006 08:07 GMT | 2 |
I have a form in which there is a treeview alongside a listview. Now I have certain conditions when the Listview control is disabled. When this happens I would want the Cursor to be of type "NO" only when the mouse is over the ListView. It should be default over the other
|
| Windows Form - Datagrid problem | 24 Feb 2006 18:50 GMT | 2 |
I have a dataset containing two related tables and a relation. I use the dataset's parent table as a datasource to a datagrid. This causes the diata to display with a '+' symbol at the left of the row - indicating the hierarchical relationship and allowing drilling into the ...
|
| Is WebBrowser (WinForms2) the way to go for sophisticated thumbnail generation? | 24 Feb 2006 16:33 GMT | 4 |
We are working on a project in need of some sophisticated thumbnail generating: Miguel de Icaza (of Mono fame) has shown a Thumbnail generator (for screenshot of webpages) as detailed in this blog entry
|