Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet windows forms > august 2003 > threads for monday august 11

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

MDI + KEY DOWN EVEN problem
Posted by Govind at 8/11/2003 5:22:51 PM
Hi, I am working with MDI form in .NET, In a child form i am unable to move the cursor to previous control using the Shift + Tab combination in Keycode Event procedure. Even i set the tabStop property to false for all controls. It is working fine when it shows as a normal form (Non MDI)....more >>


Disabling ComboBox's DropDown Popup
Posted by Brian Takita at 8/11/2003 4:53:54 PM
Hello, Is it possible to disable the ComboBox DropDown ListBox control from the OnDropDown override method? I'm trying to use a ListView to popup, instead of a ListBox. So far, I've been able to "disable" the dropdown by changing the focus to the Listview protected override void OnDr...more >>

About MDI App
Posted by George Varelas at 8/11/2003 12:20:26 PM
Could someone tell me how can I set a property on a control which locates in the parent form from within a child form. The application MDI application. In particular I want to set the "text" of the status bar of the main (parent form) to something when the child form works and reset when the wo...more >>

Please help!
Posted by A newbie in trouble at 8/11/2003 11:39:46 AM
Hi, I'm having some strange problem in a windows application in vb.net. On my form I have two ListBox, and when I try to add or remove items from the: myListBox.Items, I have the following error message: "The list that this enumerator is bound to has been modified. An enumerator can on...more >>

Searching Files
Posted by Govind at 8/11/2003 10:28:20 AM
Dear All, I want to search some specific content from html files. I am doing with File system object , Using For loop i read all files and using readToEnd, i did the Instr method to search the String. But the problem is taking much time to search 1000 files , around 3 to 5 mins. If any easiest...more >>

Passing value from child form to Parent form
Posted by Troy at 8/11/2003 9:35:13 AM
I am trying to pass a value selected from a child form to the parent form which in turn will update an access record. How do I pass this value? Thank you for all your assistance. Troy...more >>

W2K SP4 breaks no-touch deployment
Posted by Sean Kessinger at 8/11/2003 9:20:48 AM
Thanks, John. Here is the article: http://support.microsoft.com/default.aspx?scid=kb;[LN];821546 I tried the suggestions from this article but still the same problem. No-touch deployment works on Win2K SP3 but keep getting page not found if the web server has Win2K Pro SP4. Sean K. "J...more >>

MDI applications and owner draw menu items
Posted by Roger Norris at 8/11/2003 8:47:07 AM
I've run into a problem with MDI apps and owner-drawn menu items. After creating two MDI child windows and then closing them, all of the menus disappeared! Upon further investigation, it appears that the custom menu drawing functions aren't even getting called any more - so it's not a problem...more >>



Strategy for detecting memory leaks in VB, ADO,net apps
Posted by JerryK at 8/11/2003 7:58:08 AM
Hi, We have a complex application that is experiencing a "memory leak". This is not a traditional memory, since the application gives all the memory back at terminate. Rather what we see i that the application continues to grow at about 2 mbytes each time the same MDI form is open and closed...more >>

Datagrid
Posted by avi at 8/11/2003 6:28:52 AM
I have a datagrid which is binded to an ArrayList. The user can add or delete entries to / from the ArralyList object, afterwards the change needs to be reflected in the datagrid. I used the datagrid method SetDataBinding() after each add or delete requests as follows: first using null: d...more >>

Some way to capture a screen?
Posted by Mark at 8/11/2003 2:47:45 AM
Is there some way to capture a screen in VB.Net? I want to be able to capture the screen and write it to a record in a .mdb (i.e. Access database) file when an error occurs but I have no idea how exactly to do that. Alternatively writing it to a file in a directory would be OK as well. Any ...more >>

Excel Formulas
Posted by angelo (ac) at 8/11/2003 12:45:20 AM
How to use exel formulas (statistic) in a vb.net poject? Thanks in advange Angel (AC) ...more >>


DevelopmentNow Blog