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 / January 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
data binding to a colleciton14 Jan 2004 01:30 GMT6
I have a form with a list box control and a few text
boxes.  The controls are bound to a collection.  All that
works fine when I load the data from the data base.  When
the form loads, I call the 'intiallizeBindings' sub:
Context menus and treeviews, suggestions for a NODE sensitive context menu13 Jan 2004 21:25 GMT4
Easy part is creating a context menu for a specific node
(one of several examples follows)
Private Sub treeview_MouseUp(byval sender as object, byval e as
MouseEventArgs) handles TreeView1.MouseUp
winforms source control13 Jan 2004 18:25 GMT1
I am trying to set up source control on one site. but,
it's not attaching to the iexplorer process. what can be
the reson for this? what's the solution?
thanks.
Hiding unwanted columns in a DataGrid bound to a DataSet using designer?13 Jan 2004 18:24 GMT2
Is it possible to hide unwanted columns in a datagrid bound to a dataset
using the designer (products such as Infragistics UltraGrid allow this)?
Also, I would like to format colum sizes, locations, row/althernate row
colors, etc. in the designer Are these things possible as well.
how can use FlahWindow() on .NET?13 Jan 2004 18:01 GMT6
i want flash the window in a particular moment, i can use FlashWindow() fo
that but it doesn't work on .NET.
Format Text of a ComboBox with DropDownStyle "DropDown"13 Jan 2004 17:40 GMT3
I try to format the text of a combobox with DropDownStyle "DropDown".
I just mean the text which is displayed when the combobox isn't touched.
Usually it displays the ToString() method of the SelectedItem. But I want to
override the it.
TabControl Issue13 Jan 2004 16:49 GMT1
I am inserting new TabPages to a TabControl, and I'm
having problems with the TabPage's contents not being
shown.  I put two pages on the TabControl in the
constructor, and I have a button on the form that inserts
Catching ALL Unhandled Exceptions13 Jan 2004 16:38 GMT6
I would like to have some way that if there is no error handling and an
exception is thrown in our application that it will do a last resort error
handling so that we can send information to support about the error.
Anyone have any ideas? I've tried putting a Try/catch around the
Remoting under IIS?13 Jan 2004 16:30 GMT2
I want to develop a remoting application hosted under IIS.  The
functionality would be very similar to a chat application, where all
clients see the message (singleton).  The client will be a winform
application.
PropertyGrid ~ Collection properties13 Jan 2004 16:01 GMT1
Does anyone have any guidelines about how I can get the PropertyGrid to work
with a property that exposes a collection of objects? ie. I want the
property grid to show a single property with (Collection) and "..." for
expanding to the standard object collection editor.
Disappearing forms13 Jan 2004 14:20 GMT2
I have an application that consists of a main form (not
mdi) and a number of dialog forms.  When I open some of
the dialog forms they open for a few seconds and then
disappear.  I can only get them to reappear by clicking on
How can one detecting if the client region of a window is currently visible to the user ?13 Jan 2004 14:00 GMT2
What is the easiest way to detect if the client region of a window is
visible to the user, or to put it another way, how can U detect the
following
1. A window is minimized, and thus its client region is non-visible to the
message loop and exceptions13 Jan 2004 13:44 GMT3
 I am trying to understand how exceptions behave in a
message loop scenario. I have a try-catch block around a
message loop and one of the event handlers in the message
loop throws an exception. That exception is not caught in
message loops and threads13 Jan 2004 13:42 GMT6
 When I start a new message loop using
System.Windows.Forms.Application.Run, does it create a new
thread and execute the loop on that thread? If it does,
why does the main thread stops execution until the message
BUG + FEATURE REQUEST: FolderBrowserDialog = broke and useless13 Jan 2004 12:08 GMT34
 The following code shows the FolderBrowserDialog = broken.
     FolderBrowserDialog folderDialog = new FolderBrowserDialog();
     folderDialog.ShowNewFolderButton = false;
     folderDialog.ShowDialog();
 
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.