| Thread | Last Post | Replies |
|
| Inherited User Control not showing in designer | 28 Dec 2004 06:05 GMT | 1 |
I have a user control that inherits from another user control. The base user control works fine in the designer, I can see all of the controls, etc... However when I open the derived control in the designer, all I see is a grey square with no controls. I have tried attaching to ...
|
| Window Not Responding when running external programs | 28 Dec 2004 05:51 GMT | 3 |
I have a windows form application (C#) that launches multiple external batch files to do various installation tasks. I want to show some status on the win form, say simply update the text on a Lable control, "task 1 starting...", "Task 1 completed.", etc.
|
| OnStartTask in UIP v 2.0 | 28 Dec 2004 02:39 GMT | 2 |
I'm using UIPAB v 2.0 in a Windows application. Following the UIP documentation I'm trying to "nest" two tasks. As I need to pass data between those two tasks, I;m using the OnStartTask method. This is what the documentation say about nesting tasks, using that method:
|
| Howto handle InvalidConstrainException with DataGrid | 27 Dec 2004 22:44 GMT | 6 |
On my form there are 2 DataGrids bind with a DataSet. One is the parent and the other is the child. When I delete a parent row it's thrown a InvalidCostrainException exception.
|
| updating forms? | 27 Dec 2004 17:45 GMT | 2 |
my program draws a form and when you click the start button another form is drawn with a progress bar as it runs through a function. my issue is that when you click on another progrem then try to go back to the progress bar form it doesn't redraw itself. i tried using a:
|
| Problem with time in access | 27 Dec 2004 17:37 GMT | 2 |
HI In Access the date is like 21/12/2004 08:57:17 a.m. I need to update the record only if it was not created more than five
|
| Question re Migration of VB6 App to .NET | 27 Dec 2004 10:43 GMT | 4 |
Our company develops and markets a client/server application which is written in VB6 as a rich Win32 Client/Server application. For a variety of technological reasons we are looking to migrate toward the .NET environment. However, a number of business factors make it impractical ...
|
| Huge Memory Usage | 27 Dec 2004 07:05 GMT | 2 |
I am writing an application in C#, VB.NET which basicaly has a form with a few pictureBoxes on it and a TabControl with 3 tab pages - in each one a treeView and a ListView. In addition it loads a few other dll's as a reference
|
| How to listen to even on another control | 27 Dec 2004 06:35 GMT | 3 |
I have a class with a MyEvent event. I want to trigger this event whenever an event is triggered on a treeview on the same form. How can I do this? I guess what I am trying to figure out is how to wire a treeview's event to MyEvent.
|
| Load event in user control | 26 Dec 2004 03:22 GMT | 3 |
Hi Gurus. I'm doing my first steps in the Winforms realm (I dealt mainly with ASP.NET until now), and I've stumbled across issue I really cannot solve and that seems extremely stupid to even ask about, so please
|
| Pass Values from .NET Windows App to Open IE Form | 24 Dec 2004 15:17 GMT | 2 |
I need to pass several values from a .NET Windows app into an EXISTING, OPEN IE form. I found the following code snipped for VB6 elsewhere on the forums--it's close:
|
| set the listview highlight one line | 24 Dec 2004 13:06 GMT | 1 |
how can i set up the listview to high-light one line that is selected by mouse.now only the first column can be selectable. thank you.
|
| WebBrowser -- Displaying html and graphics that are resident in memory | 24 Dec 2004 11:03 GMT | 5 |
I have an array list that contains a HTML file and supporting graphics / css / etc. I know that I can write the files to disk and then display them using the AxSHDocVw.AxWebBrowser class and navigate to the files. What I am wanting to do is...Bypass the write to the hard drive ...
|
| Any good books or online tutorials for CollectionEditors? | 23 Dec 2004 17:13 GMT | 2 |
Rather than besiege the group with what is sure to be a host of questions I would prefer to try to learn these things on my own. I need to develop a customized collection editor where some of the properties of the items in the collection require, themselves, custom editors in ...
|
| Datagrid and MVC Design | 23 Dec 2004 13:21 GMT | 3 |
I'm pulling my hair out on this one... Is it possible to have a Model-View-Controller architecture with a datagrid? Any thoughts or URLs would be greatly appreciated. Thanks, Jeff
|