| Thread | Last Post | Replies |
|
| datagrid's OOP support | 17 Jul 2004 11:44 GMT | 1 |
If anyone has struggled with this, please respond. Thank you. I have an arraylist of Employee as described below. Note that Employee has a property called Name which is an object type (its properties are FirstName, MiddleName, LastName).
|
| DataGrid Paint problem | 17 Jul 2004 10:40 GMT | 1 |
I'm trying to make the text in one column red while the rest of the text is black. I've managed to change the color based on information in the grid and by row number, but I'm unable to get the current column number I'm in when it goes through the Paint override. Any help
|
| Using MSDE with OLEDB | 16 Jul 2004 18:31 GMT | 2 |
I am using OLEDB Connection object to connect to MSDE database through a DSN. I would like the know the provider to use for MSDE which has to be specified in the connection string. And also can I connect my MSDE database from a remote machine.
|
| Winforms - NewBee Question | 16 Jul 2004 17:23 GMT | 3 |
In the past, you could load an ActiveX control containing UI in IE. Can the same be done with WinForms? That is, can WinForms be hosted by IE thus keeping the richer UI then WebForms provides? Thanks
|
| Reusing textbox on multiple tabs in a tab control. | 16 Jul 2004 16:52 GMT | 3 |
Have a form with a tab control an ~10 tabs. Each contains its own controls, but 2 text boxes are common on each tab control. Is there a way to leverage the *same text box on multiple tabs so I can use the same one and not have tbNameTab1, tbNameTab2, tbNameTab3, etc. This would ...
|
| coloring the row in a datagrid | 16 Jul 2004 15:47 GMT | 1 |
I have one colored cell i want to make the entire row in datagrid the same color. i got the solution from this newsgroup only how to make the cell back color change depending on its value.
|
| Can not get dialog's ParentForm?? | 16 Jul 2004 15:43 GMT | 3 |
Hello, everyone: I have a dialog form need to initial some data from its ParentForm, but I can not get its ParentForm. what I have done is: when I click one button1 on Form1, it does: {
|
| VB.NET Error with DLL | 16 Jul 2004 14:26 GMT | 1 |
We are using a DLL which opens a small window fpr processing. This DLL works fine in VB 6.0 When wqe use this DLL in VB.NEt, it throws the error as follows: "An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in EXE"
|
| how to have two controls resize equally? | 16 Jul 2004 14:22 GMT | 1 |
Say I have two panels (or any control for that matter) on a form. When the form is resized, I want the panels to resize equally, so that they always each occupy 50% of the available area of the form. I've messed around with docking and anchoring but can't seem to find a ...
|
| MSVDM messing up dynamic TabControl? | 16 Jul 2004 13:54 GMT | 1 |
I have a TabControl (named Tabs) that shows search results. When the result set changes, I do Tabs.Controls.Remove() to remove all but the first TabPage, then I (maybe) create new TabPage-s. Works fine - except when I switch desktops with MSVDM and then come back: Then,
|
| Bring another Window to Front | 16 Jul 2004 13:17 GMT | 1 |
My application has some interaction with an other application. I sometimes need to put the other application to the front. The problem is that I'm not able to get a nice solution to work in every case. I tryed two ways: one way it disn't maximazi the Windowd when it was Minimized, ...
|
| How to see if another application/Window is minimized? | 16 Jul 2004 13:16 GMT | 5 |
How can you see with a VB.NET-application if the Window of another Application (for exemple an opened Word-Document) is Mimized? Is there also a way to see if it is Maximized? Thanks a lot,
|
| How to cancel Ctr+Tab on TabControl? | 16 Jul 2004 12:32 GMT | 1 |
I'm building an Wizard style Win Form application. And am using TabControl to design and run the subsequent pages (actually 6 pages to finish the Wizard). Because it's an Wizard application, it shouldn't allow user to go next page
|
| using DesignSurface in the 2.0 framework. | 16 Jul 2004 12:11 GMT | 2 |
Is there any documentation on how to use the new DesignSurface that is available in the 2.0 beta? I'm having problems figuring out how it works. I can add controls to it, and I can retrieve an ISelectionService for the controls, but it doesn't fire any events if I hook up to the ...
|
| obtaining icon from application exe/dll | 16 Jul 2004 12:07 GMT | 1 |
what I am doing is writing a simple app with a tree view. I am adding images to an imagelist and using this to populate the seperate nodes of the tree. However one thing I am not entirely sure how to do is obtain images (default icons or select from a library) from dlls (eg. the ...
|