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
Unable to keep form on top20 Oct 2004 07:17 GMT2
I'm trying to create a screensaver using managed directx, but the same
happens with the wizard generated screensaver project in VC# 2005.  Any
window set to "always on top" is not getting obscured, like the standard
windows screensavers can.
this.size doesn't come out to 1024*76820 Oct 2004 04:01 GMT4
it says
width: 1030
height: 774
I have my form maximized.
CheckedListBox issue20 Oct 2004 01:57 GMT1
now I.m a little confuse
I need to loop a CheckedListBox (only the CheckedItemCollection) . I cant
use a for each loop because I need to get the current and the next item in
the collection, so I need index (I guess..)
simple binding of controls to object properties - refresh controls20 Oct 2004 00:45 GMT7
I have a dialog with controls bound to class properties, e.g. :
numericUpDownPort.DataBindings.Add("Value", localOptions, "Port");
textBoxDatabaseName.DataBindings.Add("Text", localOptions, "DatabaseName");
textBoxDataUsername.DataBindings.Add("Text", localOptions, "DataUsername");
Building a windows forms "spy"19 Oct 2004 20:55 GMT4
I am about to develop a program that scans the text properties of a number
of text boxes in another program and copies them to the clipboard. The
software that I want to scan has no function for printing on a printer, and
therefore I am building this extension to enable simple ...
Trapping if enter has been type19 Oct 2004 20:12 GMT1
For some reason my application will not recognize the enter key as a keydown
event what gives???
I just want to test if the enter key has been struct in a textbox any
suggestions?
how can my winform receive keyboard events?19 Oct 2004 20:11 GMT2
i want my winform to receive keyboard events.
however, when i add input controls to my winform
(such as a button),
my winform stops receiving keyboard events.
how to set application-wide keyboard handling?19 Oct 2004 20:09 GMT4
i have a 2 winforms in my app.
one is the owner of the other.
i capture keyboard events for
each form.
mshtml and the click event inside of a windows service.19 Oct 2004 19:19 GMT7
I have an application that uses the Ax web browser object. When I call the
IHTMLElement.click() method on an input button (<input type="submit"> or
<input type="button">), the click fires appropriately, if I'm running it
from a windows forms based application.
Windows User (Human) Interface Guidelines?19 Oct 2004 18:23 GMT7
Apple's got this document:
http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelin
es/index.html

or
http://tinyurl.com/vgge
background images sooo slow19 Oct 2004 17:50 GMT5
I'm working on an application and want to use background images for forms
and controls. Using the images itself is not a problem, but when I run my
application it becomes really slow and my CPU usage goes up to 100% for a
time...
DateTimePicker - Time value?19 Oct 2004 16:43 GMT3
How do I stop my DateTimePickers storing a time value? I just need to insert
the date part into my database but the DateTimePicker.Value property seems
to be in the format ##/##/## ##:##:##
Help!!! Visual Inheritance......19 Oct 2004 16:09 GMT2
   I want to know if I'm doing something wrong. I'm inheriting frmChild
from frmBase in Project1. frmBase is referring to its MdiParent in a function
call from Form_Resize event. When I try to open the designer for the frmChild
it throws an exception for this, saying "Object ...
Controls created on one thread cannot be parented to a control on a different thread19 Oct 2004 15:24 GMT8
I am trying to make a window that pops up, to show that my application
is busy. I want it to be able to be called from anywhere, any thread,
so I put it as a static method in a class.
Code listed below.
how to print form???19 Oct 2004 12:08 GMT1
how can I print the form at design time as well as at runtime. In VB6 there
was a option in File menu to print form and there was method of form
PrintForm.
How can I do the same in dot net????..
 
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.