| Thread | Last Post | Replies |
|
| Component needs a form's HWND | 19 Feb 2007 16:34 GMT | 5 |
I am writing a class derived from Component that calls a Win32 function to display a dialog box. The Win32 function takes an HWND as the parent window of the dialog box (for positioning the dialog over the parent). How do I get the HWND of the form that it was dropped on?
|
| Windows Forms advice | 19 Feb 2007 16:23 GMT | 2 |
This is a very general question. I am about to embark on developing a new application (Windows Forms based). All the business logic, external interfaces etc have already been developed and are available as ready to use libraries.
|
| UserControl with BindingSource | 19 Feb 2007 16:15 GMT | 2 |
I have a UserControl that inherits from BindingSource and another control that takes a BindingSource as a Property. When both controls are placed on the form I need the designer to recognize the control that is inherited from BindingSource as a
|
| DataGridView problem- | 19 Feb 2007 16:11 GMT | 5 |
Hi to All, I have DataGridView control bound through databindingsource to the SQLServer 2005. The problem is when I add or edit data, situation in the database is always
|
| Next File (System.IO) | 19 Feb 2007 12:30 GMT | 5 |
Let's say I have a file loaded, whether it be text or picture. I want to be able to have a 'Next' button, which loads the next file in the current directory. I can load the files just fine, and to some extent, I understand System.IO
|
| Windows explorer | 19 Feb 2007 04:31 GMT | 1 |
How can I change the Folder that the Windows explorer openes when it starts? Now it opens the Document folder, I would rather it open the Computer folder.
 Signature Mike C
|
| HTML Help | 18 Feb 2007 22:06 GMT | 1 |
When I used VB6 - I used a very outdated, klunky version of HTML Help... Is there a newer version out there today? (I can't afford any 200 or 300 dollars for stuff on the market)
|
| How do I populate a DataGridView with arrays containing strings? (I get convertion error C2664) | 18 Feb 2007 21:15 GMT | 2 |
This is my code (only the important parts of it): int Rownumber = 1; string Rowtext[8000]; DataGridView1->Rows->Add(Rowtext[Rownumber]);
|
| Will Microsoft repale a bad XP disk. | 18 Feb 2007 20:33 GMT | 2 |
I Have bad XP disk. If Isend back to MIcorsoft will they replace it.
|
| How to force DataGridView to add the new (just filled in) row into itself manually? (C#) | 18 Feb 2007 15:53 GMT | 2 |
I have a DataGridView and a toolbar with buttons. I need to force DataGridView to validate and add the row user has just filled in (which is still not the part of the actual DGV.Rows collection, I guess) to itself after clicking on the toolbar button.
|
| How do I convert an .exe file to work in windows mobile 5 | 18 Feb 2007 14:32 GMT | 1 |
I have a small .exe file that I want to load on to my XDA, how do I convert the .exe file os it will work in windows mobile 5
|
| how to tell if notifyicon hooked ok | 18 Feb 2007 12:42 GMT | 4 |
I have C# code that runs during login (HKEY_LOCAL_MACHINE\\...\\Run...) This applications main user interface is a notifyicon with a popup menu to open a larger form. Orignally I had a problem where the tray icon would only appear
|
| MDI app - don't load document twice | 18 Feb 2007 02:37 GMT | 7 |
How can I (in VB.Net 2005) check (when loading a file), to make sure if it's already been loaded - then prompt the user to see if they really want to do it (since it's already been loaded)?
|
| The record cannot be deleted or changed because table | 17 Feb 2007 15:55 GMT | 3 |
Probably an ado.net issue. I have two tables in Access obligor and Collateral, and collateral has foreign key reference to obligor. I created a winform to edit obligor. i tried to modify a none primary key
|
| Modal form opening another modal form | 16 Feb 2007 20:01 GMT | 5 |
I have an application that opens a modal form, FormA. This modal form, FormA may need to open a second modal form, FormB and close/hide itself. FormB can either close out and return control to the main window, return to FormA in an error condition, or open a third modal window ...
|