| Thread | Last Post | Replies |
|
| codedom | 07 Sep 2004 17:54 GMT | 1 |
I am working on a dynamic code generation tool and I have run into a problem. When I add the declaration statement for a control, I cannot find how to make it add "WithEvents" to the declaration for vb language thereby not surfacing any events when you pull the result file into the
|
| Object Excel and explore Issue | 07 Sep 2004 14:08 GMT | 2 |
I have a Windows form application that creates a report and display data in Excel. When I open the Excel file with Explore I can only see the Excel Menu without the workbook. If I click on the View menu and
|
| Datagrid question | 07 Sep 2004 13:27 GMT | 2 |
I'm new to windowforms programming. Is there away to make template columns on a datagrid like you can do with the ASP.NET datagrid ? I have a column that is a integer in my dataset, but i want to display a
|
| How to use the datagrid | 07 Sep 2004 10:44 GMT | 2 |
I'm new to windows form programming, but have experience with ASP.NET I have some questions about the datagrid for windowsforms. I know how to databind the grid. No problem there. What i want to know is the following things :
|
| Fixed window position | 07 Sep 2004 10:27 GMT | 2 |
Does anybody know what's the best way to lock the window's position in .NET besides using Windows API? Basically, it will prevent the user from moving the windows form. -------------------------------- From: Rommel Ladera
|
| internet connection | 07 Sep 2004 04:31 GMT | 3 |
I'am checking in separate thread does the connection with internet is estabilished. But program freezes for 2-3 secs. How to do that user doesn't feel this checking?
|
| Is this a good use of MDI | 06 Sep 2004 19:52 GMT | 3 |
I'm developing a Windows Forms app that requires a fixed set of graphical nav buttons along the top of the app window, then a number of forms (or panels? or...?) that appear below, one at a time, based on the selection the user makes from the nav bar. I've seen in other
|
| BitBlt Only To Capture Area On Screen | 06 Sep 2004 16:49 GMT | 1 |
Hi is it possible to capture just an area of the screen using BitBlt only and not StretchBlt or Graphics.DrawImage to crop the area of the screen. I don't mind using some other APIs to accomplish this. Maybe SetWindowRgn? But I don't know how to use.
|
| Forms from DLLs | 06 Sep 2004 15:28 GMT | 1 |
I have the following problem: I've several modules compiled in DLLs each one with their forms, etc... To centralize this I have an exe that has a MDI form in wich the mdi childs forms are called.
|
| clipboard | 06 Sep 2004 14:57 GMT | 7 |
Is it possible to put in the Clipboard, an object which implements the IDataObject interface but that knows only a format that is not defined in the DataFormats? What i want to do is to pull an object from the clipboard lke this:
|
| 2 column editable Listview? | 06 Sep 2004 14:27 GMT | 4 |
Is it possible to setup a listview control with two columns so that the second column is editable?
|
| Find control on inherited form from base class | 06 Sep 2004 07:18 GMT | 8 |
I have a base class that has a form that inherits from it. On this form is a control I need to get a handle to. How do I get this handle from the base class? I don't have a FindControl that i've been able to get intellisense on like I do in a web form.
|
| Objidl.h problem | 06 Sep 2004 04:44 GMT | 1 |
Every time I add a particular form to my VS 2003 C++ project, the project can no longer compile. The error message indicates an ambiguity because IDataObj is defined both in System::Windows::Forms and also in objdl.h. I have no idea why objidl.h is being included in my project, but ...
|
| Name of default web browser? | 05 Sep 2004 19:49 GMT | 1 |
How can I get name and location of my default web browser? Thanks for wrote.
|
| SupraText Open Source .Net Editor ... here it is (!) | 05 Sep 2004 17:43 GMT | 5 |
Ok, here's what I did all day ( besides baking an Eggplant Parmesan ). The SupraText Editor version 0.0001a : http://home.earthlink.net/~jabailo/Windopes%20SupraText/ Take down the binary and the four sample files here:
|