| Thread | Last Post | Replies |
|
| Catching events in separate thread? | 05 Jun 2004 10:49 GMT | 3 |
I have a windows form that uses an imported COM class to talk to a legacy system. The COM object works asynchronously - An even is fired when data has been returned. This works fine, except that Im getting too many events fired! Thus my
|
| VB.Net Mdichild focus problem ? | 05 Jun 2004 09:53 GMT | 3 |
I have a main menu which parent mdi form and i opening two mdi child form (frm1,frm2) with listview doubleclick event on main menu.. ex:
|
| DataGrid question | 05 Jun 2004 01:09 GMT | 2 |
Is it possible to make a single cell with its contents be in red color while the rest of the datagrid is of normal color. If so how? Thanks in advance Will
|
| HashTable Question | 05 Jun 2004 00:33 GMT | 3 |
I tried to declare a HasTable in my sub and get "Type Expected" error. What am I doing wrong. Dim ht as New HasTable
|
| calling methods in a running windows service | 04 Jun 2004 20:48 GMT | 1 |
Is it possible to create a Windows Service that will allow .NET applications to call it's methods and get returned values? If so, how is it done?
|
| Form Textbox Problem | 04 Jun 2004 17:38 GMT | 1 |
I have an inherited form which has some textboxes on it. After I load my data into the textboxes I try to click in the textboxes to edit the data. When I click the data I am only able to put the cursor at the beginning of the
|
| resource icons | 04 Jun 2004 15:53 GMT | 1 |
I've just created my first application that registers an icon in the taskbar. In the process I noted that my icon doesn't show up as external file in the project, it seems to be registered as a resource somehow. Now I'm wondering if I could add additional icons so that I don't have ...
|
| .Net Windows Application Assembly Downloading Question | 04 Jun 2004 14:02 GMT | 1 |
I have a question on the .Net Windows Application Assembly Downloading Problem I have a windows application with some dlls dependencies. And I have put it into a Web Site with a link to let user to click on the link for the application downloading from the web server automatically ...
|
| problems displaying forms correctly | 04 Jun 2004 11:24 GMT | 1 |
I have a very simple question. I'm having some problems working with forms. On my winforms application, I have a form (main_form) that display another form that shows a listing od data. This sencond form (listing_form) is displayed with the ShowDialog(this) method (called
|
| deleting selected row in datagrid | 04 Jun 2004 09:59 GMT | 2 |
hi i have a datagrid binded to a datatable. i want to delete the selected record in the datagrid i did something like this CurrencyManager cm = (CurrencyManager)
|
| How to host a .NET MDI Child Window inside a VB6 MDI Application | 04 Jun 2004 09:44 GMT | 5 |
a bit of a tricky problem to solve for you. I have a scenario where I have a legacy VB6 MDI application that I want to act as a host for a MDI child form that resides in a .NET assembly. I can do the simple stuff such as exposing the .NET Form as a COM object and
|
| Preventing a list view from having no selected items | 04 Jun 2004 09:12 GMT | 1 |
Is there a simple way of tweaking a list view so that the list view must always have at least one item selected? I realize I can do some fiddling with SelectedIndexChanged, keeping track of what items have been selected and restoring that selection if
|
| NullReferenceException in UnsafeNativeMethods.PeekMessage and multithreading concepts in general | 04 Jun 2004 08:43 GMT | 2 |
I'm developing a simple applications that extracts data from files, that can eventually become large. I have logic that scans a particular folder, and for each file in the folder instanciates a parser class and processes the specified file.
|
| Problem with ListBox | 04 Jun 2004 08:33 GMT | 3 |
I have a ListBox embedded in one of the tabs of a TabControl. I have this control bound to one of my objects. Everything works fine, until I switch to another tab, when I switch back to the ListBox all my selections are lost. I am using SelectionMode = Multiselect. What can I do to ...
|
| WebBrowser | 03 Jun 2004 21:19 GMT | 1 |
I have a form with a WebBrowser, how can i put a progress bar at the bottom of the webbrowser to show the progress of the load web-page event??? Thanks!!!
|