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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|