| Thread | Last Post | Replies |
|
| Icon inside form menu ???? | 09 Jul 2004 18:20 GMT | 2 |
What is the way to add icon in front of menu items in a form menus? thnask for your info regards serge
|
| Toolbar image transparency | 09 Jul 2004 15:26 GMT | 4 |
I have a form with a tool bar and an image list. In the image list I've added some 16x16 bmps, and have set the image list transparent color to the background of these images. However the background still draws, is there anyway to make the background of the images transparent?
|
| Disabled but visible Scrollbars in ScrollableControl | 09 Jul 2004 14:38 GMT | 2 |
I have a class that is derived from ScrollableControl and does custom painting. My problem is that when ever the DisplayRectangle's Size exceedes the AutoScrollMinSize the scrollbars actually disappear which messes up my custom layout logic. What I want is to keep the vertical ...
|
| How can open other form | 09 Jul 2004 01:23 GMT | 5 |
How can click one button,open other form.Please teach me the source. Thank you
|
| Rectangle curved edges | 08 Jul 2004 22:53 GMT | 11 |
Do anyone know an easy way to draw rectangles with curved edges? I couldn't see anything in Graphics that would provide that. Thanks in advance.
|
| displaying data in list box | 08 Jul 2004 21:03 GMT | 7 |
I have a form that has a list box bound to a Data view. When I add a record to the data table in run time, it is displayed in the list box as System.Data.DatarowView. When the app is saved and reloaded, the data appears properly. Any ideas on how to work around?
|
| GDI questions... | 08 Jul 2004 20:55 GMT | 10 |
Can you use VB.Net to set a system-wide hook to intercept all GDI calls from GDI to the system's hardware? I want to intercept all GDI instructions sent to the system's hardware layer. As I understand it (and I may be missing something) GDI sends instructions
|
| Application Instance | 08 Jul 2004 17:50 GMT | 1 |
How to determine if another instance of the application is running so that ir doesn't run multiple instances? Thanks
|
| WebClient Class and Cookies | 08 Jul 2004 14:20 GMT | 3 |
I have a Winforms App which uses the WebClient class and works very well. I am wondering if I can look at cookies returned from the server as a result of a WebClient class request. It appears that there is a WebClient attribute called credentials which can be used to set and get ...
|
| Retreiving the DataRow from a Sorted DataGrid | 08 Jul 2004 11:21 GMT | 2 |
I've been using dataTable.Rows[ dataGrid.CurrentRowIndex ] to retreive the DataRow for the currently selected row in the datagrid. This works fine until I click on a column header to sort the DataGrid; then the indices of the rows in the DataGrid no longer match the underlying ...
|
| Context Menu - Error | 08 Jul 2004 05:11 GMT | 1 |
All, When I add a context menu to my form and try to edit the menu, I get an error: Object reference not set to an instance of an object. How can I resolve this? Thanks, BRIAN HAMMER
|
| Exception is lost when Finally used in Try statement | 07 Jul 2004 23:37 GMT | 2 |
I'm having problems displaying the full error information for an error if the error is passed through a function that uses the finally statement as part of the error handling. The function where it loses the innerexception error objects is as follows:
|
| Formatting Bound ComboBox with DateTime | 07 Jul 2004 22:18 GMT | 3 |
I have a bound ComboBox that has a DateTime field for the DisplayMember. I only want the date to show instead of the date and time (always 12:00 AM). Is it possible to format the DisplayMember property of the ComboBox? Thanks,
|
| Creating a window in a new thread | 07 Jul 2004 15:26 GMT | 3 |
I want to create a window in a thread of its own how can I do this? Regards, Joshua
|
| how to make datagrid scroll to right ? | 07 Jul 2004 11:42 GMT | 1 |
>hi, i have two datagrid to implement drag and drop between two datagrid, >I need some help from your guy, >my question is , how can i programically scroll to right when i drag an text object >from datagrid A to Datagrid B (right hand side, since i still have column in right >hand ... |