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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Capture the NewRow event for a DataGrid28 Oct 2004 19:15 GMT2
let me set the stage for my question..
A C# winform with one datagrid on it.
A DataTable dt that has some data in it bound to the datagrid using
setbindings().
textbox focus28 Oct 2004 19:09 GMT4
In a windows application, in the form, I have a text box and I use
Me.MyText.Focus(), this does not get focus to the text box, what shoudl I do?
Thanks,
Getting dataset row from datagrid28 Oct 2004 18:32 GMT2
I have a grid that is the list portion of a list & detail set.  I am
catching the SelectedIndexChanged event and using
dslistdata.Tables(0).Rows(grdListDisplay.CurrentRowIndex) to get the data
that fills the grid's row from the underlying dataset.  This works fine if
Transparent controls using modified PictureBox as container28 Oct 2004 16:58 GMT13
I was the original poster for a previous thread entitled "Why must I paint the
form background for an owner-draw control?", which can be reviewed at the
following URL, if you recombine all of the lines:
http://groups.google.com/groups?
DataGridBoolColumn and Arraylist don't work right28 Oct 2004 16:45 GMT2
I have a datagrid, datasource is an Arraylist.  I've been able to add the
columns I want; a few string columns and a few DataGridBoolColumns.  The
ArrayList is being populated before the form is opened, and all the data
appears on it as I would expect, except for the ...
AddOwnedForm method vs MdiParent property28 Oct 2004 14:51 GMT1
Can someone tell me what is different purpose between AddOwnedForm method
and MdiParent property of Form class member?
Cheer,
KPH
Creating similar versions of apps with inheritance28 Oct 2004 14:36 GMT2
Could someone give me the general overview of how I could go about this:
I am creating two applications that are based on virtually all the same
code. The main difference will be the 3rd party control that will be the
majority of the main form. Each version of my app will have a ...
Filtering problem on DataView28 Oct 2004 14:35 GMT1
Hello, I'm very very new. so please be pacient =)
I'm trying to set the DataSource of a datagrid using the RowFilter property
of a dataView.
Employee is the Table already in a Dataset (connection to SQL Server)
MDI child sizegrip shows but doesn't work.28 Oct 2004 13:29 GMT1
I'm developing a MDI based application, but when I enable sizegrip it
shows, but I can only resize by dragging the edge of the form, as if
there is no sizegrip. The same behaviour occurs when I use a statusbar.
Do you have that problem to?
Getting the tab I am coming from28 Oct 2004 12:31 GMT6
Is there a way in the tab control's SelectedIndexChanged event to tell which
tab the user was on (rather than the one that has been selected to throw the
event)?  I know that I can add code to the form to keep track of this, but I
would prefer to do it "automagically" if possible ...
newbie - datagrid formatting28 Oct 2004 11:25 GMT1
My problem is that I can't format the datagrid (WindowsForm) in a WinCE
application. I'm working with VS .NET 2003.
What I want is to give a headertext to the columns and to adjust
programatically the width.
Help on System.Drawing.Printing.PrintDocument28 Oct 2004 10:47 GMT2
Question which is involving "System.Drawing.Printing.PrintDocument".
How to check the printing status of the document I sent to printer ?
How do I check the printing queue using this object ?
How do I cancel the printing ?
HOw to populate the combo box in C#?28 Oct 2004 07:09 GMT3
I have a combo box (C#)that I want to populate from a SELECT query How to do
this?
reference a public property in another Form?28 Oct 2004 05:03 GMT1
I have a main form, with a public property. And this form open another form
by click a button. Is it possible that the new created form access the
public property of the main form?
public class MainForm : System.Windows.Forms.Form
Multiple Windows when using AxWebBrowser28 Oct 2004 05:00 GMT1
I am developing a Windows Foms application that is hosting a WebBrowser
control.  I am trying to open multiple windows of my application.  I am able
to do that by using the following code in my New Window event:
Form1 newWindow = new Form1();
 
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.