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 > june 2004 > threads for wednesday june 16

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

DragOver and DoubleClick Event
Posted by Saraswati Kaja at 6/16/2004 7:34:01 PM
When I register a DragOver Event handler DoubleClick event is not occuring. Not Only DoubleClick none of the Mouse events are raised. What should I do?...more >>

Application.Idle event does not work
Posted by Alok at 6/16/2004 4:40:44 PM
Hi, My application starts with the login form. After that the main form is loaded on successfull login. I need to show a time out screen if there is no user activity. What happens is that the timeout screen popups regularly after the main form is loaded even though i am performing actions. Why...more >>

DateTimePicker using Themes
Posted by Berndt Johansson at 6/16/2004 12:47:57 PM
Hi If I enable the theme support on my .NET 1.1 WinForm application that uses a number of DateTimePicker controls the checked property of the DateTimePicker will not work properly. I have seen some posts in groups about this problem and our quick solution has been to remove the manifest file f...more >>

Setting font to bold or italic based on reg settings
Posted by TrussworksLeo at 6/16/2004 12:14:39 PM
Hello and thanks for the help in advance. I am having issues getting this code to run. The code that is not working is in between the *** . The code works for everything else but the bold and italics????? Any suggestions would be helpful. I get this error:Additional information: Cannot fi...more >>

HowTo Get Window Handle or Control object for Edit part of ComboBox
Posted by Grigol Avetikov at 6/16/2004 12:07:02 PM
Hi, I'm trying to get Control object of Edit part of ComboBox. WinSpy shows that edit window is a child of combo, but HasChildren property of combo returns false and components collection is empty. I also tried to get the Control object with FromHandle method(using window handle got from Spy) b...more >>

BACKSPACE without using the keyboard
Posted by Petter Gran via .NET 247 at 6/16/2004 11:50:57 AM
(Type your message here) First I write "Petter" to a textBox then I want to delete the last r, but instead of deleting the last "r" I get a square box. How can I delete the last "r" ? I do not use the keyboard. this.textBox1.Text = "Petter"; this.textBox1.Text += Convert.ToString('\u0008'...more >>

Problem making panels visible/invisible
Posted by Jan van Schalkwyk at 6/16/2004 11:31:07 AM
Hi, I have a few PictureBoxes on a Panel. At startup, the panel is invisible. At some stage pictures are loaded into the Pictureboxes, and I then make the Panel visible. The whole panel is not repainted, and no controls (images, or labels) are visible - sometimes I can see my development env...more >>

creating controls from xml file
Posted by e-mid at 6/16/2004 10:57:25 AM
i want to create controls on a form reading from an xml file. before beginning, i want to know your ideas . eg how should the structure of xml be?, or any tips and tricks about creating controls or any example or code about these things. thanks in advance ...more >>



word documets and .net
Posted by Sérgio_Almeida at 6/16/2004 9:43:29 AM
greetings it is possible to work with (open and sabe) word documents from dot net? If so, how? TIA Almeida...more >>

Running an application as MDI ????
Posted by calderara serge at 6/16/2004 7:15:47 AM
Dear all, I have an application from which all form is inherited from a based windows from template that we have defined for our application. The idea is that every shoudl run inside those application form. For example we are able to call an application like noepad.exe or any other and th...more >>

Tree view Control
Posted by Selva at 6/16/2004 7:07:01 AM
How do I selectively refresh a Node in Tree view. Treeview is populated from the database, say I'm displaying Manager and Employees associated with Managers. For a Selected manager I might Add/Remove Employee, and I like to refresh just the Manager node. How do I do this? Thanks In Advance ...more >>

SQL 2000 JOB Alerts
Posted by Baren at 6/16/2004 6:57:01 AM
Hi!. I am developing a windowsn application where i need to give users alerts about their pending jobs once they login into the application. I am trying to create SQL Server jobs to give those alerts( If anyone has any other option kindly post the same). now can anyone tell me how do i populate t...more >>


DevelopmentNow Blog