| Thread | Last Post | Replies |
|
| Control.Invoke and performance | 19 Jan 2004 12:15 GMT | 1 |
Ref another post in this group "Improve Sync thread / Form". Also ref VS2003 help: "ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dnforms/html/winforms0611200 2.htm", stating:
|
| Copy and Paste Files to and from the Clipboard | 19 Jan 2004 11:15 GMT | 5 |
I'm looking for a way to Copy and Paste Files to the clipboard. I found a lot of articles to copy pieces of text and bitmaps etc, but nog whole files. Whay I need is like you have in windows explorer: when you do a right-click
|
| How to creat a non rectangular form | 19 Jan 2004 03:40 GMT | 11 |
Hi every body! I wish to creat a non rectangular form. Can you help me please. Thanks a lot.
|
| Delete Key in datagrid - problem | 19 Jan 2004 01:01 GMT | 2 |
I have got a grid initally which will display value. when user wants to delete a particular row - they can either can click on that row and press "DELETE" button or after selecting a row they can use "REMOVE" button which will in turn will ask for confirmation to delete. But ...
|
| Print Text on paper form | 18 Jan 2004 20:47 GMT | 3 |
This is my problem: I have developed a software for my client. There is a form in the software that the client can enter text and numbers and then application prints it out on a blank paper. Now my client wanted me to print out the text and numbers on a paper form at corresponding ...
|
| Reading large files | 18 Jan 2004 16:50 GMT | 1 |
Hi, I am writing a Windows app using C# which will read large files. As a common thing to do, I would use a worker thread to read in the file and upate the progress bar in my UI thread. How would this usually be done? Can you guru point me to some articles or sample code? ...
|
| how to get dataset back from datagrid? | 18 Jan 2004 11:44 GMT | 1 |
Currently I had associated a dataset table to an datagrid. I am able to add a new row while adding. Now I need to get back the associated dataset from datagrid when record is been edited. I am using a pop form to edit row data. I am trying to use Datagrid.Datasource which ...
|
| Setting the Application Icon | 18 Jan 2004 02:36 GMT | 2 |
Im using VC++ 2003 for a WinForm application. How do I change the application's icon (the one that shows up in WIndows Explorer) to one of my choice? Thank you,
|
| Header node in treeview | 17 Jan 2004 20:00 GMT | 2 |
The Visual Studio Solution Explorer shows a "header node" as a title for the solution, which is not a part of the visual tree structure. Anyone know how to insert such a node to the treeview window?
|
| Error while trying to run project: Unable to start debugging | 17 Jan 2004 18:06 GMT | 2 |
Hi there. I was wondering if someone could help me out with this problem. I'm using C# with a Windows application. When I compile, things work fine, but when I try to start, it gives me a messagebox saying "Error while trying to run project: Unable to start debugging" "No ...
|
| How to limit to only one copy running? | 17 Jan 2004 12:57 GMT | 3 |
I'm trying to let the user can only run one copy of the application. If the user try to execute another copy of the application, a message box will be popped up say "another copy is running...". How to achieve that? Thanks,
|
| Create Master/Detail Datagrids at runtime using WINFORMS -- How to? | 17 Jan 2004 12:27 GMT | 3 |
First I need to do this in a WINDOWS APPLICATION. Just trying to save you ASP people some time.... Let's say we have two tables: EMPLOYEES CITIES
|
| Could not create 'CDONTS.NewMail' object | 17 Jan 2004 12:07 GMT | 1 |
I wrote mailing service code for my Windows Application. When I was trying to send a mail thru my application, an Error occurs only for Windows NT saying that "Could not create 'CDONTS.NewMail' object". It works fine with Windows 2000 and Windows XP. Could some one pls help to get ...
|
| Context Menus | 17 Jan 2004 08:54 GMT | 1 |
Given a reference to a Form object, I want to do some processing on each of the ContextMenus used in that form. How can I do this easily ? The only way I can think of is to parse the entire Controls collection and evaluate each one to determine if it has a ContextMenu attached, and ...
|
| layout ui best practices | 17 Jan 2004 05:50 GMT | 2 |
I've been looking around and wanted to know if anybody knew of any good books for laying out dialogs/forms. We have quite a few dialogs with buttons besides just OK/Cancel and other various situations and we were trying to figure out what's a standard practice for this so we had ...
|