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 > march 2005 > threads for monday march 7

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

SendKeys doesn't send
Posted by todd at 3/7/2005 8:17:40 PM
I'm writing an app that sends keystrokes to another app using SendKeys.SendWait(). On some computers some of the time, the call to SendWait() doesn't work. After it's called, the receiving application is sitting there focused and ready to receive the keystrokes (if I press keys, they work) but t...more >>


Building a Word 2003 Document with XML
Posted by FinallyInSeattle at 3/7/2005 7:20:17 PM
I have an old product that generates a Word document using Word Automation (tables, pictures, etc). The execution speed is quite slow and I'm finally at the point where I can tell my customers that they HAVE to have Office 2003. That brings me to the potential of building a Word document usin...more >>

Which version of the .NET compact Framework am I using?
Posted by Pat Reddy at 3/7/2005 11:28:42 AM
I know how to tell which version I have installed on my mobile device. But I seem to be missing some libraries that I should have on my development pc and I was wondering how I can tell which version of the CF I have installed. Going into Help/About from Dev Studio tells me the ..NET Framework ...more >>

VB.Net Application Updater
Posted by SouthSpawn at 3/7/2005 10:06:11 AM
I am looking for a way to distrubute my client application. Once I distrubute my application, I will want it to automatically update itself. I will put the new files on the webserver. I have seen examples of this on the web. But none of them are good. Does anyone know any resource where I an get...more >>

listbox problem in vb.net
Posted by Ron Call at 3/7/2005 9:15:08 AM
I'm having a problem getting listbox items to show up in VB.NET. I'm using a test program that has one form with a listbox. I'm using this code in the form load event: Dim x As Integer For x = 1 To 50 Me.ListBox1.Items.Add("Item " & x.ToString()) Next...more >>

Subclassing the PropertyGrid
Posted by Scott McChesney at 3/7/2005 8:10:32 AM
Folks - I've done some searching on the 'net, and I think I know the answer to my question, but I wanted to pose it anyway, just in case. I'm embarking on a new project, and we're investigating the use of the PropertyGrid. I've used it in a couple of places before, but never in an appli...more >>

Variable scope and Windows Forms
Posted by mh1mark at 3/7/2005 7:11:03 AM
I have a menu that calls another form. I would like to pass the second form a parameter based on the menu item selected. How can I do that?. A public variable in the Menu is unavailable in the second form. ...more >>

Opacity doesnt work in MDI
Posted by Ruhi at 3/7/2005 3:01:02 AM
Hello, I m facing some peoblem in MDI application . Wht i need is .. i hav a 2 MDI child forms ... one of them covers the whole client area and the second one is small one that acts as a magnifier , as i move the small child form over the big one it shld give me the snapshot of the ar...more >>




DevelopmentNow Blog