Groups | Blog | Home


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 > december 2003 > threads for thursday december 25

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

how to load a form from module?
Posted by jernej goricki at 12/25/2003 11:39:28 PM
Hi, Im trying to load a form from sub main in my module like this: Module MainModule Sub main() Dim StartForm As MainFrame StartForm = New MainFrame() StartForm.Show() End Sub End Module But the form just blinks for a second and then it dissapears?? Why?...more >>

Newbie question - is it possible to enforce textbox only to accept input as money only or decimal TIA
Posted by CobraStrikes NO[at]SPAM al.com at 12/25/2003 12:51:25 PM

Is Control.Transparent a hoax?
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/25/2003 12:15:05 PM
I have been trying to create some semblance of transparency in my Controls (Panels, Buttons etc) by sublassing and adding the following lines in the Sub New() Me.SetStyle(ControlStyles.SupportsTransparentBackColor, True) Me.SetStyle(ControlStyles.UserPaint, True) Me.BackColor = Color.Tran...more >>

Images does not show on toolbar button at runtime
Posted by Dotnetjunky at 12/25/2003 6:45:47 AM
Hi, I encountered a very strange behavior in my WinForms app today (I used VB.NET.) I have a Toolbar control, which is associated with an ImageList control. Each button on the toolbar points to a corresponding image of the ImageList. At design time, VS.NET shows the images on toolbar bu...more >>

Windows Forms controls in a web page
Posted by Jerry at 12/25/2003 4:11:28 AM
Is it possible to embed a Windows Forms Control written in C# into a web page like an ActiveX or java applet can be?...more >>



DevelopmentNow Blog