| Thread | Last Post | Replies |
|
| Stoping form events | 20 Dec 2004 11:22 GMT | 1 |
This question is regarding C# code in .NET 2003 windows forms. In my current project I have some points (functions) in my code where I don't want the form events to be
|
| Zoom | 20 Dec 2004 11:20 GMT | 1 |
I was wondering if there is a easy way to zoom a panel that holds multible controls; labels, combo etc. regards Palli
|
| Showing html from windows forms | 20 Dec 2004 10:23 GMT | 2 |
I'm using xml and xsl transformation to generate a string containing html. I was wondering what the best way is to view this html from a windows form? The thing is, this windows forms application is executed from a network, so if there is a way to show it without having to write ...
|
| Form preserves normal font size with large fonts on XP, not on 200 | 20 Dec 2004 05:59 GMT | 4 |
We have Windows Forms that we've designed using the Windows XP "normal" font size. When we run our app on an XP machine with "normal" fonts selected, everything looks fine; furthermore, if we then leave our app running and, on the fly, change the font size to "large fonts" or ...
|
| DHTML Edit Control Broken by SP2? | 20 Dec 2004 02:54 GMT | 3 |
I have been trying to run a couple of C# apps that use the DHTML Edit Control and I keep getting an error that 'an internal consistency check failed'. This is VS.NET 2003 on XP Pro SP2.
|
| word on winform | 19 Dec 2004 22:16 GMT | 1 |
in vb6 i could add a reference of word and create instance for using it or just add the word application control into my form and use it. how to i add the control in vb.net?
|
| Forcing a Single Instance of an WinForms App | 19 Dec 2004 20:52 GMT | 3 |
How would you go about ensuring only a single instance of a WinForms app runs at any one time on a machine? For example like Outlook Express - where each successive attempt to open it brings the single running instance into focus.
|
| Problem deleting rows from datagrid.... | 19 Dec 2004 18:41 GMT | 1 |
I have a datagrid with a datatable as the underlying datasource. I need to select multiple rows in the datagrid & delete(not remove) them in the datatable. In other words, I need to set the corresponding rowstates as deleted. Iam able to do this and the respective rows are not ...
|
| ComboBox in DataGrid. | 19 Dec 2004 18:36 GMT | 1 |
Any one ever used a ComboBox in one DataGrid column? The items in the combobox depend on different rows. For example, if that row is US, the comboBox will list out all the states of US. If that row is China, the comboBox will list out all the provinces of China. Anybody has any ...
|
| DataGrid.DataSource and binding | 19 Dec 2004 15:58 GMT | 1 |
I would like to use a collection of structs like the ones below as the DataSource for a DataGrid: struct Foo { Bar[8] bar;
|
| problem of notification over system tray | 18 Dec 2004 12:13 GMT | 1 |
I Had a problem in developing a application for getting a message over or above system tray . When we first logon into the yahoo messenger , whenever a new user logon ,The messenger will shows message above the system tray. for example " balu
|
| HOW? Invoking the EVENTs of a CONTROL | 18 Dec 2004 02:19 GMT | 3 |
Can one invoke an event of a control? For example, I am MANUALLY switching tabs on a TabControl. The way I am doing it suppresses the Enter, GotFocus, Leave, Validating, Validated, LostFocus sequence of events. I wish to preserve at least the Validating
|
| Windows Forms | 18 Dec 2004 00:47 GMT | 4 |
I am working on a VB.Net application and am having trouble getting a grasp on the new way to open and close forms. I understand the object-oriented approach of .NET, but not fully. I will explain the situation, and if anyone can point me to any good examples or articles I would ...
|
| Component and events | 18 Dec 2004 00:41 GMT | 1 |
Is there a way to catch keyboard and mouse events in component? For example: I want to know when resize of form is finished, or I want to know when user presses arrow keys and do something in that case. Thanks
|
| Process.Start .bat file, need to hid Dos Command window | 18 Dec 2004 00:35 GMT | 2 |
I need to run multiple .bat files(in specific order, sychronously) from my C# windows app. I also want to hide the DOS command window so that users don't see them. Basically my program lanches .bat file to do some installation, status of
|