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 friday august 8

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

Cursor.Current
Posted by Armin Zingler at 8/8/2003 4:01:12 PM
Hello, is it right that the cursor is *always* set back to it's default when the application is idle? cursor.current = cursors.waitcursor 'code taking some seconds 'after that the application is idle Do I have to write cursor.current = cursors.default after the code above? Or even ...more >>

tranformt printDocument To PDF
Posted by dirichle at 8/8/2003 3:12:28 PM
Does anyone know any dotnet component which can transform a printDocument to a PDF file ? thanx ...more >>

writing a file into a Table
Posted by irshad at 8/8/2003 12:59:59 PM
Hello All, I would like to save a file into the existing table of a Sql-server 2000 database....Any Ideas Thanks...more >>

HTML to Clipboard
Posted by Robert Manookian at 8/8/2003 12:34:51 PM
Can anybody show me how to place simple HTML into the clipboard that can be copied to an office application? I've tried setting simple using the following: Dim strHTML As String = "<P>The <B><FONT size='4'><U>Clipboard</U></FONT></B>" & _ "is <FONT size='5'>Cool!</FONT></P>" ' Place HTML v...more >>

ANN: August 12 "Using Windows Forms Controls in Visual Basic .NET" chat
Posted by Jason Cooke [MSFT] at 8/8/2003 12:30:28 PM
Join members of the Visual Basic .NET and Windows Forms teams to discuss using Windows Forms controls in Visual Basic .NET applications. Take this opportunity to ask the experts your questions about controls. Date: August 12, 2003 Time: 1:00 - 2:00 P.M. Pacific time 4:00 - 5:00 P.M. East...more >>

multiple forms
Posted by Kate at 8/8/2003 12:22:00 PM
I have a project with 2 forms within it. From the form1 I need to take data into form2; In form2 further data added & calculations done. I then need to return to form1 again with form2 data, whilst still retaining the original data (form1). The problem I have is opening form1 from form2, how do...more >>

How to control format of data-bound textbox
Posted by Jeremy Bradshaw at 8/8/2003 11:48:41 AM
I'm binding a TextBox control to a DateTime element of a DataSet : EmployeeStartDate.DataBindings.Add("Text", currEmpSet, "EE.EE_SDATE"); This works fine, but whenever I input a date/time into the TextBox it is always reformatted to a full date/time string. How do I specify a format mask to ...more >>

Don't allow user to select multiple rows on a datagrid
Posted by standish22 NO[at]SPAM hotmail.com at 8/8/2003 11:42:40 AM
Unlike many who want to be able to select multiple rows, I don't want the user to be able to select/hi-lite multiple rows on a datagrid. How would you do this? Is there an option I can turn off? Thanks......more >>



How to put image on Listview's ColumnHead?
Posted by xiang gao at 8/8/2003 11:03:19 AM
Hi All, Does anyone know how to put an image/icon on a columnhead of a ListView control? Thanks, Xiang Gao Baker & mckenzie...more >>

Datagrid with relation problem
Posted by Steve martin at 8/8/2003 5:05:47 AM
Hi all I've got a dataset with two tables parents and children, i want to display these in a datagrid, i've used a data relation to link the parents to their children, but when i link the datasource to the dataset i get the parents with a link to the children that has to be explictly ex...more >>

How to create a custom control ?
Posted by Mike Oliszewski at 8/8/2003 2:34:11 AM
I want to take the ListView and enhance it and then make it available as a drop in GUI Control for Visual Studio with all the easy configuration of properties that are normally available. Here is my test control which works as expected if I manually add it to a form. How do I get it in the Tool...more >>

Longhorn has no WindowsForms ?
Posted by ncaHammer at 8/8/2003 12:37:51 AM
http://www.geocities.com/basslagter/longhorn.html look at the last picture (the error with the stack trace) seems that all controls belong to the System.Windows namespace (ElementCollection), nowhere System.Windows.Forms ! has anybody the beta of LongHorn to confirm it ? btw has anybody a x...more >>


DevelopmentNow Blog