all groups > dotnet windows forms > july 2004 > threads for thursday july 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
VS.NET 2005 and 2003
Posted by Phil Wright at 7/8/2004 5:59:05 PM
I have installed the VS.NET 2005 Beta 1 and now VS.NET 2003 projects in
VS.NET 2003 do not compile. Is the Beta supposed to run side by side with
the older version? Or is it supposed to make older versions stop working any
more?
... more >>
Setting focus to a form based on a form handle ( C# )
Posted by Mike at 7/8/2004 4:20:01 PM
Hi! I maintain a collection of all form handles that I span out.
The forms can be MDI Parents or Children - my app opens up
several forms of different type. Once in a while, when a user
performs an action that opens up a new form, I want to check first
if the form is already opened and if so... more >>
How can open other form
Posted by W. Jack at 7/8/2004 2:05:43 PM
Hello,
How can click one button,open other form.Please teach me the source.
Thank you
... more >>
Rectangle curved edges
Posted by John Wood at 7/8/2004 1:06:39 PM
Do anyone know an easy way to draw rectangles with curved edges? I couldn't
see anything in Graphics that would provide that.
Thanks in advance.
--
John Wood
EMail: first name, dot, second name at priorganize.com
... more >>
Application Instance
Posted by T Cordon at 7/8/2004 10:41:29 AM
How to determine if another instance of the application is running so that
ir doesn't run multiple instances?
Thanks
... more >>
WebClient Class and Cookies
Posted by Paul J. Lay at 7/8/2004 8:12:27 AM
I have a Winforms App which uses the WebClient class and works very well. I
am wondering if I can look at cookies returned from the server as a result
of a WebClient class request. It appears that there is a WebClient
attribute called credentials which can be used to set and get credentials
fo... more >>
Retreiving the DataRow from a Sorted DataGrid
Posted by Phil Williams at 7/8/2004 1:48:01 AM
I've been using dataTable.Rows[ dataGrid.CurrentRowIndex ] to retreive the DataRow for the currently selected row in the datagrid. This works fine until I click on a column header to sort the DataGrid; then the indices of the rows in the DataGrid no longer match the underlying DataTable. How do I... more >>
Cannot display unicode characters in HelpProvider HelpStrings
Posted by chefo NO[at]SPAM bulgaria.com at 7/8/2004 12:47:03 AM
Well, the title describes the problem.
I add a HelpProvider to my simple windows forms app, say
helpProvider1. Then i assign a cyrillic string to the "HelpString on
helpProvider1" property of a TextBox and when i test it, i see
"ÿãǖëǜ" or something like that.
Any help is appreciat... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|