| Thread | Last Post | Replies |
|
| Export DataGrid to Excel in Windows Forms | 18 Dec 2004 00:32 GMT | 1 |
Does anyone know how to export a Windows forms datagrid to excel? I have a datagrid and want to click a button an export the data to excel and access. Thanks!
|
| Am I at DesignTime or at RunTime | 17 Dec 2004 22:55 GMT | 2 |
I'm building a custom control and I want to set a property to a specific value if I'm at DesignTime and to another different value if I'm at RunTime. Which property of enviroment can give me this information ??? Thanks
|
| Examples of extending OpenFile Dialog | 17 Dec 2004 21:17 GMT | 1 |
Does anyone know of any examples of how to extend the OpenFileDialog in .Net to add additional controls or change the Open button to provide different open options (ala. Visual Studio Open or Open with...)?
|
| Closing form with WebBrowser control causes app to close | 17 Dec 2004 20:02 GMT | 1 |
I have a vb.net 1.1 winforms app and am using a WebBrowser control (AxSHDocVw.AxWebBrowser) on it. When I close the form the entire application closes. This behavior didn't happen until I added the WebBrowser control. Actually, the WebBrowser (WB) control is on a User
|
| winres bug | 17 Dec 2004 19:47 GMT | 1 |
I've run across a rather nasty winres bug which I can't find a workaround for. The problem happens when a base class control has a subcontrol that is not private and this subcontrol is modified in a derived control. e.g.
|
| AutoScroll question | 17 Dec 2004 18:34 GMT | 3 |
I have what I would think would be a relatively common problem, but I don't see an obvious solution to it. Situation: o I have a UserControl that contains a data grid (I believe this will
|
| Detecting SQL Null values | 17 Dec 2004 17:46 GMT | 4 |
When a sql column is read that contains a null, how is that detected. A sql null value does not appear to be a system.dbnull.value. What data type is used to detect the presence of a sql null. Thanks,
|
| Validating does not work as it should | 17 Dec 2004 09:05 GMT | 2 |
Usage: I have a dialog box, with default button with DialogResult.OK, cancel button with DialogResult.Cancel, and a few dynamically added usercontrols. In these usercontrol, there is another usercontrol with a textbox, that
|
| Wrapping "SysIPAddress32" focus issues | 17 Dec 2004 01:11 GMT | 2 |
I'm wrapping to wrap SysIPAddress32 window control, I tried doing this using a NativeWindow and a ordinary Control by overriding the CreateParams method. The window seems to create ok, but there are focus issues, if I add this control on a form with another control say a TextBox ...
|
| ListBox - scroll to last item??? | 16 Dec 2004 22:07 GMT | 2 |
How can I get a [ListBox] to scroll to the its item (if it's list of items exceeds the availble screen height). I can't see a method to do this - I'd be looking for something like "ScrollTo"- but I can't see anything.
|
| How to code incremental search | 16 Dec 2004 21:15 GMT | 4 |
Hi, I'd like to add an incremental search to my windows form DataGrid that works like the one used in Windows Explorer. In Windows Explorer, when you type a character it jumps to the first item that matches that character. If you type another letter within a given
|
| Hiding a ContextMenu (or preventing it from showing) | 16 Dec 2004 18:54 GMT | 3 |
I have a ListBox with column names to use in a report. When the user right-clicks the ListBox, a ContextMenu is displayed with two items: Sort Ascending and Sort Descending. How can I display the ContextMenu only when the ListBox has a selected item?
|
| Redirect StandartOutput and StandardInput at the same time without closing the executive | 16 Dec 2004 18:51 GMT | 1 |
Thanks for reading my post!!! I am facing a problem that I cannot redirect StandartOutput and StandardInput at the same time without closing the executive. Actually, I have a console application named "etm.exe", I would like
|
| How to set focus to a particular row in DataGrid | 16 Dec 2004 14:12 GMT | 1 |
Hi Friends, How to set focus to a particular row in data grid. I used NavigateTo() method but its not working..... any pointer on this, Thanks, Alpha
|
| What is wrong with this line of code? | 16 Dec 2004 11:34 GMT | 8 |
MessageBox.Show("Hello", "Boo", MessageBoxButtons.OK, MessageBoxIcon.Information); Why when it runs, does the word "Hello" not be displayed in the message box and the message box display a blank button and not one that says "OK".
|