| Thread | Last Post | Replies |
|
| DataGrid throw Null exception on Resize | 20 Feb 2004 09:50 GMT | 1 |
I have a very simple application that uses data grid. The datagrid is a single row that I modify in a thread. upRow.BeginEdit(); // new values
|
| DTE.Solution bad value | 20 Feb 2004 07:24 GMT | 2 |
While designing a windows form, one of my controls needs to know the solution path. So I'm getting an instance of DTE (see hereafter) and call the Solution property, then its FileName.
|
| Getting the source from the webbrowser control | 20 Feb 2004 03:56 GMT | 2 |
Posted this in the dotnet.general newsgroup but no answer. Reposted here now: ---------------------------- I'm using webbrowser control in my application and I am trying to get the
|
| Excel files won't open after export | 20 Feb 2004 01:14 GMT | 4 |
Got a wee problem after exporting dataset to XL I'd like some help on. Maybe I'm not closing the XL object correctly (see code below) but after executing this proc, my data goes to XL fine, but when I double-click on the XL file I've just created OR ANY OTHER XL FILE, XL sort of ...
|
| ListView: Can I prevent checkbox getting set on a double-click? | 20 Feb 2004 00:51 GMT | 1 |
I suspect I know the answer but I'll ask anyway. I have a ListView with fullrow select and checkboxes enabled. When a double-click is done on a row it automatically sets/unsets the checkbox for that row. I don't want this to happen--I only want the checkbox to be set/unset by ...
|
| EM_EXEC on server | 19 Feb 2004 21:51 GMT | 2 |
I have a simple no-touch app that I can run from my workstation and from a server with the 1.1 redistributable. The same app runs on my workstation under IIS no-touch; when its loaded I can run the taskmanager and see that both the .exe and EM_EXEC are running. When I attempt ...
|
| Where to call database? | 19 Feb 2004 21:08 GMT | 3 |
Where is the proper place to make database calls for initial data the form needs for display? In the constructor or in the Form_Load event? Or somewhere else?
|
| c# Application development | 19 Feb 2004 19:10 GMT | 1 |
Developing applications using Microsoft Technologies and atpresent especially on C#.
|
| The splitter walkthrough example causes background windows to be corrupted | 19 Feb 2004 18:56 GMT | 1 |
The splitter control walkthrough example corrupts the contents of windows (belonging to other processes) that are behind the window containing the splitter control. For example, if I compile the splitter walkthrough example code, and run the program, and move the splitter back ...
|
| Where is the MSFlexGrid Control | 19 Feb 2004 13:17 GMT | 1 |
Hie I seem not to find a new control in Visual Basic .Net that does or performs as what the MSFlexGrid Control does in VB6 (eg merging cells). If anyone has an idea of what control to use, please help!!!.
|
| StringDictionaryEditor & PropertyGrid | 19 Feb 2004 10:56 GMT | 6 |
I'd like to display a StringDictionaryEditor in the PropertyGrid, but I can't get it out! See hereafter the code I'm using. Is it possible? How should I do? Sebastien
|
| New GridView Control | 19 Feb 2004 10:11 GMT | 1 |
Is it possible to download a beta version of the new GridView control for Windows and use within the .NET Framework version 1.0?
|
| DataGrid and keyboard navigation problem | 19 Feb 2004 09:41 GMT | 1 |
recently we had to design some forms where pure keyboard navigation is mandatory. I cannot get out of the datagrid at any arbitrary location, grid catches the Tab and uses it to move around inside itself. KB says that KeyPreview
|
| PostMessage problem | 19 Feb 2004 09:21 GMT | 1 |
I have a form, and that form needs to process incommimg messages.For that I have created a message handler. The reason for creating a seperate message handler is, to not interrupt the forms activities. The messages would be put in a que and we need to get them from the
|
| Dynamic Reference | 19 Feb 2004 09:01 GMT | 2 |
I have a commercial product that I built using VB.NET windows forms. Different clients have different references that need to be set to other products. Some of the references are local references, and some are web references. How can I make these references dynamically load at ...
|