| Thread | Last Post | Replies |
|
| using F7 as shortcort doesn't work? | 18 Oct 2004 15:11 GMT | 3 |
I am having trouoble using the F-kesy as shortcuts. The shortcut is defines like this (c#): btnRun.Shortcut = Shortcut.F7; I have provided the button with a valid eventhandler that works just fine
|
| Error: Specified Cast is invalid | 18 Oct 2004 13:40 GMT | 1 |
Hope you can help me. Below is the code in Windows Forms VB to Export the "Notifications.rpt" Crystal reports to PDF. This report is connected to a dataset.
|
| Windows Form And Windows Service | 18 Oct 2004 13:17 GMT | 2 |
Can we invoke any windows from from windows service on specific time reach? Thanks in Advance
|
| scrolling a panel | 18 Oct 2004 10:23 GMT | 6 |
I am having trouble scrolling a panel horizontally to match the horizontal scroll from a listbox. Currently, I catch the listbox WM_HSCROLL in the listbox WndPrc, and have this call a method in my Panel to scroll the panel. The method is:
|
| Custom rendered controls in a DataGrid? | 18 Oct 2004 10:20 GMT | 5 |
Custom rendered controls in a DataGrid? Is it possible to have a custom control column i a datagrid that render html (richtext and images) without moving to that column.? Thanks in advance!
|
| Hosting System.Windows.Forms.Form (instead of UserControl) | 18 Oct 2004 08:27 GMT | 2 |
I have an (ActiveX) UserControl hosted in MFC application. Because the UserControl does not support main menu, which I need, I tried to host Form directly, but MFC hosting (VC++ 6.0) reports a "Not Supported" exception while attempting to set site. Does anyone know whether is ...
|
| Key Handling, Alt+Down Arrow | 18 Oct 2004 06:50 GMT | 3 |
I need to trap combination keys Alt+DownArrow in KeyDown events, but without any success. Here is the code : private void myTextBox_KeyDown(object sender, KeyEventArgs e) {
|
| strange problem with binding collection object to listbox control | 18 Oct 2004 05:05 GMT | 3 |
I have a business object with two public properties - "OrganizationID" and "OrganizationName". Pretty typical. We will call it Organization. And I have a collection object which is an arraylist that stores a collection of the business object described above. Let's call it
|
| fileacces problems | 18 Oct 2004 05:01 GMT | 1 |
I'm in the middle of developing a c# project. When I run my application from VS.net it's run from the projects bin\debug library. My problem is, that when closing the application I am writing a xml file
|
| Icon in tray with Windows Service | 18 Oct 2004 04:29 GMT | 2 |
How can i get an icon in the tray to allow for service control/configuration? I have tried allow service to interact, but it didn't work like i wanted, i could see the icon but i couldnt do anything with the context menu.
|
| How to make a UI which resembles the VS.NET 2003 IDE UI | 18 Oct 2004 04:11 GMT | 2 |
The VS.NET 2003 user interface has very nice details. The small areas which look like windows and which may slide away if you don't need them for the moment. Can't some of you illustrate a bit how such details may be built?
|
| embedded powerpoint diasshow | 18 Oct 2004 03:51 GMT | 1 |
Does anyone know how to embed a powerpoint presentation in a windows forms applikation. I can't find any documentation on how to do this anywhere. Seems there isn't an Active-X control for viewing powerpoint presentations from within another application.
|
| Formatting txtPhone | 17 Oct 2004 22:55 GMT | 3 |
I have a txtPhone that I need to format like 555-555-5555 and when a user inputs numbers it should only take numbers.
|
| Docked panels and Z-order problem. | 17 Oct 2004 17:04 GMT | 1 |
I have two panels docked on the right of the form (p1 on the left and p2 on the right) and I want third panel to slide from right to left into a view between p1 and p2 (Just like Solution Explorer window in Visual Studio ? if it is in auto hide mode its slides to left when mouse ...
|
| Odd closing problem | 17 Oct 2004 14:55 GMT | 2 |
I have a base form with a Cancel button (btnCancel) and a simple msgbox routine. I would like to have a routine closing check to prevent loss of data. Dim i As Integer
|