| Thread | Last Post | Replies |
|
| Weird error: Could not copy temporary files to the output directory. | 22 Oct 2004 23:27 GMT | 11 |
Hi, I have a solution containing 6 C# projects; 1 WinForms project and 5 class libraries. I didn't have any problems until recently. I added a new project containing reports. I am using ActiveReports.Net. Now, whenever I make a change to a report in the class library and ...
|
| TransparencyKey is not working when using background images | 22 Oct 2004 21:33 GMT | 6 |
I created a windows form with a certain image with a white area in order to get it transparent setting the TransparencyKey to white. The problem is that when it runs, the white color is not transparent. The image format is PNG and also I tried with a 24 bit BMP image trying to
|
| Generating an email programatically inside a windows client applic | 22 Oct 2004 20:50 GMT | 4 |
I am interested in having my client application generate and send emails to the server administrator when certain events occur. Is there a way to code this in windowsform vb. Fred
|
| Force MDI Child form to Maximize with Parent | 22 Oct 2004 20:07 GMT | 1 |
So in other words when I maximize the parent form. I want to force any child forms already opened to be maximized as well. Or when opening a new child form while the parent is maximized I would like those child windows to be maximized also.
|
| Frid with virtual mode, recommendations please (C#) | 22 Oct 2004 19:41 GMT | 2 |
Hi! I am in need of a decent cheap datagrid that supports virtual mode when bound to a dataset. The grid will be called from a MS Word 2003 application written in C#. The grid must support data aware sorting(correct sorting of days, times
|
| Can not see the folder. | 22 Oct 2004 18:48 GMT | 8 |
I have an windows form application that with one button and one folderBrowserDialog Control in this form. I use folderBrowserDialog control to open a folder Browser in this windows form that can appear.
|
| Tray App icon doesn't show up properly in Alt+Tab menu | 22 Oct 2004 18:36 GMT | 2 |
I have a system tray application, and I want to do one of two things, but both options seem impossible: Option 1) I want to have the tray app's icon show up in the Alt+Tab menu *properly*. Currently it shows up as a generic .NET window icon. If I set
|
| Winform becomes unresponsive | 22 Oct 2004 17:27 GMT | 12 |
Hi all, basically i have a WMI scanner which i install as a windows service. using .NET remoting the service registers an object which records the status of the scanner (ie how many assets its' scanned so far etc..)
|
| How to get/set an enum type? | 22 Oct 2004 16:27 GMT | 5 |
How do I make a property accept only a value from an enum type? Let's say for example: using System; namespace Test {
|
| How to Include extra files in the bin directory | 22 Oct 2004 15:26 GMT | 2 |
I am building a .net windows service. When I build the solution, all the files needed to install the service are in the bin directory. But there are other files that are in other folders that I want to include in the bin directory when I build the solution. eg C:\settings.xml,
|
| Need Help: Problems with FolderBrowserDialog | 22 Oct 2004 15:23 GMT | 2 |
Hi windowsform gurus, I am struck with a minor problem. The folder browse button, when pressed opens an empty blank panel with only the description. What am I doing wrong? Following is the code:
|
| Associating my program with a file type. | 22 Oct 2004 12:30 GMT | 4 |
I can’t find this either. When the user clicks a .crv file, it needs to open my program and load the file. How do I go about setting this up?
|
| How to use a custom font | 22 Oct 2004 10:45 GMT | 5 |
I wonder how I can change the font of a .NET C# application ? I have a ".ttf", I suppose it's a TrueType font file. I will appreciate any help, if you have tutorials it will be great too. Should I copy it to Windows System folder ?
|
| Client side controls in IE not working as expected | 22 Oct 2004 09:05 GMT | 10 |
I am developing a windows forms user control that will be hosted within IE from a web page. For testing purposes and on the client machine, I changed the .NET Framework security policy to give full access for the site that has the control. After
|
| Conditional Context Menu | 22 Oct 2004 08:45 GMT | 1 |
I am trying to conditionally show a context menu for a TreeView control.... I assigned the contextMenu to the TreeView, when the use clics on a node I want to show the appropiate menu for the type of node the user clicked on... however if the user right-clics on the treeview ...
|