| Thread | Last Post | Replies |
|
| Openforms collection in 1.1 .NetFrameWork?? | 10 Jul 2007 11:34 GMT | 6 |
There appears to be no openforms collections in 1.1 version on the .NetFramework. How do I iterate through and close all opened child forms in a Window MDI application? (In VB.Net although I can usually make out C# code)
|
| Problems and confusion with ClickOnce, VB, and SQL Server jobs | 09 Jul 2007 19:56 GMT | 2 |
(Pardon me if this is the wrong forum but this touches on too many areas.) I need to write a bit of VB code to update a table in a SQL Server 2000 database. The code itself is trivial. The deployment apparently is not. (If there's a better way to approach this problem, let me ...
|
| Correction to question on WPF | 09 Jul 2007 19:54 GMT | 1 |
I meant to say that I wasn't going to be using the WWFs at this point in time not WCF. Is it necessary to use WWF along with WPF? Bill
|
| Question on WFP | 09 Jul 2007 19:45 GMT | 1 |
I am starting a new project and I am going to use the WFP for it. This is the first time I have tried using it. I really don't want to have a big learning curve here so I am not going to be using WCF at this point in time. Is that a problem? Should someone using WFP also use ...
|
| How to show the column headers for a DataGridView | 09 Jul 2007 15:18 GMT | 1 |
I created a DataGridView control as below: ... DataGridView grid = new DataGridView(); ...
|
| Panel with Close button custom control | 09 Jul 2007 13:48 GMT | 4 |
I am a novice on creating controls and with that said looking for advice on how to; Create a custom panel were there is a button anchored bottom,right with text = "Exit", panel docked bottom, button click event has Close() method.
|
| TabStrip\TableFlowLayoutPanel\Control resizing issue | 09 Jul 2007 12:33 GMT | 1 |
Hi Group, I'm having a problem with control resizing. My application uses a TabStrip control (where pages are added and removed in code, on the fly). Within the page, there are two splitters
|
| Reading file associated icons from a secondary thread not returning correct icon - IconTest.zip (0/1) | 09 Jul 2007 11:17 GMT | 7 |
I need to read the icons from a secondary thread so that the file list is returned prompty in a listview. I'm using a background worker object to retrieve icons asynchronously. What happens is that the icons for certain files (I verified this
|
| Tracking the mouse | 08 Jul 2007 17:29 GMT | 2 |
I have a UserControl that has other controls in it such as an icon and a couple of text boxes. I need to track the mouse and anytime it's over my user control I need to change the icon to a highlighted image and when the mouse is not over the
|
| Running an exe as Custom Action in Setup program | 08 Jul 2007 17:16 GMT | 1 |
I created a console app that runs a database maintenance script. I would like to launch it after install completes. As part of install, exe is installed in application directory. I add custom action to run exe on Commit event. However, I get an error
|
| windows crash | 07 Jul 2007 21:21 GMT | 1 |
Can anyone help. Laptop blue screen message STOP: 0x000000ED (0x84375c30, 0xC000009c, 0x00000000, 0x00000000) Message says restart and press F8 to start in safe mode but nothing happens
|
| Getting the ProgressBar to Refresh | 07 Jul 2007 12:07 GMT | 2 |
So, I have this For Each loop that takes a while to run. I wanted to take advantage of the visual feedback the ProgressBar could give to the impatient user. However, when I place the ProgressBar.Value=x and ProgressBar.Refresh within the loop, I can't seem to get the ProgressBar ...
|
| Anchoring question | 07 Jul 2007 10:15 GMT | 1 |
I've got 2 groupboxes (with listboxes inside), and between those two groupboxes, there are two small buttons, for moving stuff back and forth between the listboxes. Generally, I have the 'anchoring concept' down - but here, it's giving me
|
| OnValidating and Focus | 07 Jul 2007 09:42 GMT | 1 |
I've researched this for a couple of hours now, and can't find a satisfactory answer. Perhaps someone has an idea. The original context of this problem is a data entry control which checks to see if changes have been saved when some other control is activated. If not, the user is ...
|
| OpenFile Dialog in ASP.Net | 06 Jul 2007 18:03 GMT | 4 |
I want to open a file using OpenFile Dialog class (System.Windows.Forms) in my ASP.NET application . I don’t want to use file upload control why because I will not any events from File upload control after selecting the file. I have to click a button for firing some code in file ...
|