Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / September 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Troubleshoot Possible Memory/Slowdown Problems11 Sep 2003 07:04 GMT5
We have rolled out an app, and are experiencing complete application and
system slowdown as users open and close windows forms in our app throughout
the day.
It usually happens about 50 or so form opening/closing cycles.
Book Help11 Sep 2003 04:40 GMT6
Can someone recommend a book on C# WinForms?
read-only vs locked textbox11 Sep 2003 03:48 GMT9
the read only property is no substitute for the locked
property of a textbox in vb6.  The read only property
allows the text to be changed or wiped out
programmatically.  You simply can't change it by clicking
Msgbox Appearing BEHIND application Form11 Sep 2003 00:09 GMT3
We have a weird problem, where we are popping up a msgbox, and
intermittently it is displaying BEHIND the main app form.
Basically, our form is up, we call a simple msgbox, and 97 times out of 100
it pops up exactly right. 3 times out of 100 it pops up behind the app. It
MDI child forms leave control boxes after they are closed10 Sep 2003 23:00 GMT4
I have an MDI app with some non-trivial child forms
(tabs, maybe 50 controls or so).  When I open several
child forms maximized, then close them, the control boxes
remain in place as if the child form is still open.  
Controls don't overlap on design form, but do at runtime10 Sep 2003 22:30 GMT3
I left a Microsft DevDays some months ago with the idea that if you anchored
all of your controls to all four sides, then the screen would size up
proportionally when the form was maximized or made larger.  My current test
form most emphatically does not do this - controls overlap ...
What is the proper way to terminate your MDI app and allow user abort of close10 Sep 2003 20:28 GMT2
I am wondering what is the proper way to terminate an MDI app that has
"dirty" forms.
In my case, the child form is editing some data.  If the user presses the
"X" button on the main form, the code I have is
Email10 Sep 2003 20:26 GMT2
I don't know if this is the right group to post or where else I have to post
it, but I want to do the following:
I want to make a programm that receive e_mail. Then I want to perform some
actions depending on the content of the email. Does anyone has an idea where
Performance concern...10 Sep 2003 18:25 GMT4
I am deciding whether I should use MFC or C# to write a Management Station
which has lots of GUI components
I would perfer C# for shorter development time...but I am a bit concerning
the performance when there are large number of UI components
automatic code generation10 Sep 2003 18:24 GMT2
I'm not sure if this is the right forum, but it has to do
with the automatic code generation of a WinForm for the
Compact Framework.
Anyway, I thought I'd report an issue I've been having. I
Feature request: a better RichTextBox10 Sep 2003 18:20 GMT2
In the past two days, I've run up against several major limitations with the
Framework RichTextBox (I'm sure there are others):
1.  There's no Framework way to assign custom borders, and the FlatStyle
border doesn't work properly (it draws a flat border around a 3D border --
Paging in Windiws Datagrid.10 Sep 2003 18:20 GMT1
i am having one datagrid, i am fetching more than 25k
records in that datagrid.
At present i am displaying all the records in one grid.
so the datagrid takes hell lot of time to fetch record
Buttons on grid10 Sep 2003 18:07 GMT1
How can I place a push button on each row of a grid?
Thanks
Regards
How to Remove or Hide a row in datagrid?10 Sep 2003 18:03 GMT2
How I can remove or hide a row datagrid without removing
from database ?
odd Bindings10 Sep 2003 17:46 GMT1
I first put the code and then I'll comment it:
... somewhere in Form_Load ...
Binding binding = new Binding("Value", myTableDataView, "StartupDate");
binding.Format = new ConvertEventHandler(StartupDateBinding_Format);
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.