| Thread | Last Post | Replies |
|
| New to WinForm from Asp.Net | 16 Feb 2007 16:25 GMT | 4 |
Hi, are there any resource lke http://asp.net available for Winforms? Any reference, well structured sample database application like pet shop?
|
| Windows service that listens for Instant Messaging Traffic. Suggestions please? | 16 Feb 2007 13:04 GMT | 1 |
Looking for some ideas on how to set up Windows service that listens for messaging traffic. I've done something similiar before for capturing windows events. My questions... In what namespace would I find class that raises such events?
|
| Hosting windows form in IE browser | 16 Feb 2007 09:43 GMT | 1 |
I have a specific problem hosting a windows form control in IE. First i have created a user control and hosted it - everything worked great. But when a tried to host a 'Form' control instead it didn't work and i
|
| Insert Attachment in Microsoft Outlook | 16 Feb 2007 09:05 GMT | 4 |
I want to open my default client application from a windows form application. I have the code but I don ´t found how to inserts attachment s? Can anybody help me?
|
| Combobox performance | 16 Feb 2007 08:09 GMT | 3 |
I've measured the execution time of the following code, and it's variable from 0,5 sec to 1 sec.. How I can improve performance..? for (int i = 0; i < 8; i++)
|
| BackgroundWorker vs. Threads | 15 Feb 2007 20:15 GMT | 4 |
I am trying to use a BackgroundWorker, but I need to be able to call other functions and procedures from within DoWork. I get an error when I try to do this so I'm lead to believe it is not possible. Is it possible? If so, how? If not, would using Threads be the
|
| Using an image in a datagrid column header.. | 15 Feb 2007 15:05 GMT | 4 |
I am looking to replace the text of a column header with an image. Is there any particular trick to do this? The image-column only allows for images in the actual rows, but I want to substitute a column's text with an image.
|
| programmatically adding resx file to project. | 15 Feb 2007 13:12 GMT | 3 |
So in my class constructor I am trying to programmatically create a .resx file to be included in our project file if it does not exist and add some strings to it. Has anyone done similar functionallity and if so how did you do it?
|
| Accessing forms from different project | 15 Feb 2007 06:58 GMT | 2 |
Does anyone know how i can access forms from different project. I have multiple projects and i was wondering if it would be possible to access those forms without adding it in it into the project itself. Thanks!
|
| Flashing Application is task bar | 15 Feb 2007 05:20 GMT | 1 |
I have VB.Net MDI application (.Net 2.0). This application listen for incoming message on a Message Queue. If a new message appears in the message queue, it opens a new MDI child window and displays data related to the that message in a new child window.
|
| Moving a borderless form that contains child controls | 14 Feb 2007 21:07 GMT | 1 |
Hi all.. I have followed the directions outlined in http://msdn2.microsoft.com/ en-us/netframework/aa497373.aspx#7qgifyua (search page for How do I support moving a borderless form?)
|
| GroupBox and/or Tab Control Font Colours | 14 Feb 2007 20:11 GMT | 7 |
From all the control properties I have seen, there isn't a way of changing the font colour for GroupBox titles and TabPage titles. Is there any way around this? Would it be possible to clone the control and modify it or are the colours inherited from the OS colour schemes? I have ...
|
| Transparent BackStyle for label | 14 Feb 2007 16:19 GMT | 5 |
In the 'good old days' of vb6, labels had a 'BackStyle' property - you could set them Opaque or Transparent. I have a need for the Transparent attribute - - in VB.Net (2005), how can this be accomplished?
|
| Double click file - open in my app | 14 Feb 2007 15:33 GMT | 1 |
I set the association for a partcular filetype, to my application. Now, though, when I double click on a file of that filetype, it will open my application, but the file will not automatically load in it. How can I set my program so that, when I double click on a file, the file
|
| Dispose questions | 14 Feb 2007 11:58 GMT | 1 |
I have a user control with a panel on it. This panel is dynamically populated with controls and sometimes I need to clear off all of the controls and repopulate with new ones. 1. Disposing all controls on the panel
|