| Thread | Last Post | Replies |
|
| How to fire the database call when a person open and read the email using .net. | 17 Jul 2006 09:12 GMT | 2 |
We have developed a project in .net. Now our customer is asking when ever we open a email (that is sent from our application ) we need to insert a record in a database table. When user reads the email we need to insert a record in the database.How can we fire the db method
|
| usercontrol with readonly property that can be set at design time | 17 Jul 2006 00:14 GMT | 9 |
Can someone tell me if it's possible to create a property for a usercontrol, that is essentially readonly, but able to be set via the designer before runtime? I have a property for a control that I want to set essentially one
|
| Design time Drag and Drop | 16 Jul 2006 21:08 GMT | 3 |
we have this custom control we have designed. We want to allow the user in VS .NET 2005 environment to drag another control onto our control at design time and receive information of what type of control was dragged onto it. Any help would be great. Thanks,
|
| ClickOnce and login on as a different user | 16 Jul 2006 02:11 GMT | 3 |
Hello group I'm developing an C# Windows Forms application that I would like to deploy using ClickOnce. One of the computers that the application is deployed on, is a computer that
|
| Treeview problem | 16 Jul 2006 02:08 GMT | 1 |
I'm trying to create a treeview that will show data from access database in hierarchical way. Database structure is: ID, FirstName, LastName, IDBoss - IDBoss is referenced to ID. Treeview should look like this: -employee1
|
| Question about fetching a GIF image from assembly | 15 Jul 2006 20:45 GMT | 1 |
I use reflection to get a GIF image that contains a transparency mask (the white background should be transparent) that is part of my C# project build. The problem is that the image's transparency property disappears when I render it making
|
| How could I achieve this? | 15 Jul 2006 19:38 GMT | 3 |
I'm relatively familiar with vb.net using Visual Studio, although concentrate more on asp.net apps than windows apps... I would like to create a small app with a "explorer" like panel which can contain icons for a number of items in my own collection class.
|
| Custom form drag, does not work... why? | 14 Jul 2006 16:13 GMT | 4 |
I have a borderless form and I try to drag it. When I do it, the form start to jump from position to position even when I don't move the mouse... My formula seems right, but the result is not... can somebody help me please? here is the code:
|
| Why does a WinForm stay in memory if the local reference var goes out of scope? | 14 Jul 2006 14:53 GMT | 1 |
Why does a WinForm stay in memory if the local reference var goes out of scope? Hello all, After programming in C# and VB.NET for 4 years, it finally dawned upon
|
| Question about MDI child form... | 14 Jul 2006 13:46 GMT | 2 |
I have an MDI main form that shows a child. WHen the child is shown it maximizes to fit in the space available in the main form. FOr some reason when I set the window property of my child to maximize when the app runs it shows the controlbox buttons (minimize,maximize). I have
|
| Question about DataRows/DataGrids | 14 Jul 2006 12:10 GMT | 1 |
Hey all, I have a question about using DataRows (and ultimately, its interplay with a DataGrid) So I create my DataSet, create a DataTable, configure it with columns and then add rows like so:
|
| Windows Service and Threading | 14 Jul 2006 11:24 GMT | 5 |
What is the proper way to terminate a Thread in a Windows Service? I have a windows service which starts up three threads which run in a while loop as long as a boolean flag is set to true. These threads each sleep for X ammount of time then start processing again. Since this ...
|
| Can't print in landscape orientation | 14 Jul 2006 09:01 GMT | 1 |
Hi group. I'm having problems getting this C# code to print in landscape orientation: private void MyPrintDocument_BeginPrint(object sender,
|
| SubReport In crystal | 14 Jul 2006 01:25 GMT | 1 |
How i do, for change location or name of the database to a subrepot of crystal, in visual basic net. For a report i can, but to an subreport, i Know't Help my please....
|
| Problem with Crystal Report | 14 Jul 2006 01:21 GMT | 1 |
I'm doing a cross tab report with crystal report for Visual Studio .NET 2005 and I want to print the page number of each page of the report. But I can't do that because the page number is printed only in the last page.
|