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
After "File Field" is on Webform2.aspx, how do I upload it?29 Jan 2004 07:08 GMT8
I have a file field on Webform2.aspx and it works (as far as browsing
and getting file and path). What do I do next to get the file to upload?
Thanks,
Trint
Help needed with code29 Jan 2004 03:01 GMT6
I have a datagrid populated by a Dataset using an SQLAdapter.  This
datagrid is at the bottom of the form displaying all of the records for my
SQL Query.
Above the datagrid, I have several textboxes corresponding to the columns
Where to set a window application's Application.ProductName property?29 Jan 2004 01:53 GMT2
thz
Why is no one answering my post I need urgent help please? Using a Windows Forms Control as a Container, Help!28 Jan 2004 23:55 GMT4
I have a Windows Forms app written in vb.NET. I have 2 controls  and a form
in the solution, one control (say control1) is used in another control (say
control2) and control2 is placed on a form. I am aware of how to make
control2 a container so that other controls can be placed on ...
How to format the columns of a DataGrid to show a ComboBox28 Jan 2004 22:26 GMT3
I can't find the articles on how to format the columns of a DataGrid to host a ComboBox, Calender, Checkbox..
Anyone remember
Michael
Control.Focus() Behavior has changed (for the worse?) in .NET 1.128 Jan 2004 21:48 GMT3
We've been bitten by a change in behavior between .NET 1.0 and .NET 1.1.
Specifically:  We determine in the Leave event what control to move to next.
E.g., We call textbox4.Focus() in the leave event of TextBox1.
In .NET 1.0 you would get 1 leave event when pressing the TAB key and ...
Detecting User Idle Time28 Jan 2004 20:14 GMT1
Is there an easy way to detect if the user has used the application for a set amount of time?
Thanks.
Controlling MDI child form Instances28 Jan 2004 20:13 GMT2
I have an Windows MDI application. I would like to only allow one instance
of a child form tpo be open at any particular time. Can somebody suggest a
way to do this?
Server Error in '/' Application. Object reference not set to an instance of an object.28 Jan 2004 20:11 GMT3
Hi, i´ve a problem with a NET application. In develop server, the
application runs without problems, but when I upload to our internet
webserver, fails with this message when i enter the information to
validate users. The error message is:
Hiding TabPages at runtime28 Jan 2004 20:10 GMT2
I am using VC++ 2003 for a WinForm application
I have a TabControl with 5 pages.  Depending on a user setting, I want to either show the first 2 or all 5 pages.  How can I do this at runtime.  I've tried the hide method on each page but I can still see the unwanted tabs with no ...
Combobox SelectIndex = 0 throws exception28 Jan 2004 19:19 GMT1
I am adding items to my combobox like this:
       Me.cboDeprecType.Items.Add("X")
       Me.cboDeprecType.Items.Add("Y")
       Me.cboDeprecType.Items.Add("Z")
List of open forms28 Jan 2004 15:26 GMT2
Is there an easy way for an application to be able to cycle through a
collection of all form instances that are currently being shown to the user?
I would like to be able to do this for a couple of reason, such as making
sure the same form isn't opened twice conncurrently, or making ...
System crashes when .net application is installed on Windows9828 Jan 2004 14:13 GMT1
I have a problem when I installed a C# Windows Application on Windows98
System. First I installed the .NET framework 1.1 redistributable and then
installed our application. Does anyone know what could be the problem?
Thanks
Custom dataGridColumn with two textboxes (or labels) one for each line of data to be displayed?28 Jan 2004 09:45 GMT1
I am curious; how can I create my own custom datagridcolumn class that has
TWO controls in it (i.e. two textbox, label, etc).  One for line one, and
one for line two (that way I can control the fonts/color of each line of
data within a column.  Also, I would like BOTH controls to be ...
DateTime formatting issue.28 Jan 2004 08:16 GMT1
     When I use this in a WebForm it works perfectly :
     DateTime dt = DateTime.Now;
     IFormatProvider format = new System.Globalization.CultureInfo("pt-BR",
true);
 
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.