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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
newbee question15 Feb 2004 16:11 GMT2
I have a dataset containing 1 table with 1 column and I want to put the
values of each row in a combobox.
I've tried this:
Me.cbSitenummers.DataSource = dsShow.Tables(0)
UML class diagram15 Feb 2004 13:44 GMT5
where can i find a UML class diagram for the .NET framework, especially
windows.forms namespace?
Drag&Drop: How to hand over object reference ?15 Feb 2004 10:59 GMT1
I'm trying to move a picure box from the form into a
group box an i would like to use the standard drag&drop
functions (AllowDrop=true, MouseDown, DragEnter, DragDrop ...).
The data seems to be saved as an IDataObject.
filtering keys15 Feb 2004 09:34 GMT2
How do I filter keys in a control, derived from TextBox so that my text box accepts only numbers (or only the keys I want, for that matter). I wrote the following code
class CustomTextBox:TextBox
..
protected override OnKeyDown(KeyEventArgs e
My KeyPad doesnt work14 Feb 2004 23:47 GMT1
Hi,  sorry to write the whole problem in a straight line...the "enter/ or return" key of the keypad doesnt work. i hv windows XP, proffesional laptop. whenever i restart my laptop, it works for some time about 15 to 30 minutes and then it just stops working. i dont know if its a ...
TabControl - Excel Look-and-feel14 Feb 2004 19:37 GMT1
I am playing with Windows Forms and would like to know *if* there is a way
to take the standard System.Windows.Forms.TabControl and give it the same
look-and-feel of the Tab Controls in Excel (which enables you to navigate to
different spreadsheets)
Mailing problem - update what?14 Feb 2004 17:37 GMT5
I'm using the following to send mail from within apps....
Imports System.Web.Mail
Public Sub email(ByVal subject As String, ByVal msg As String, ByVal
whoFrom As String, _
binding problem14 Feb 2004 16:33 GMT1
Does anyone know why binding a class property to a textbox will not always working properly??
My program is now having 10 textbox and all textbox bind to corresponding object property.
Some of the textbox has set as readonly ...
The problem is the value of some object property will ...
How do I get a reference to the currently focused control?14 Feb 2004 16:32 GMT2
Is there a way to determine which control on a form is in focus?
Updater Component File Permissions14 Feb 2004 02:38 GMT1
We are using the updater component and 99% of the process is running
smoothly, its that 1% thats killing me, here is our issue. Our
operations team runs the installer on the client machine, the
operations team has "admin" privs, the ops team then opens the
Problems drawing to a 1bpp (indexed) image.14 Feb 2004 02:11 GMT2
I've been tasked with writing a control for displaying previews from scan software we use. These are scans of plan drawings and are roughly 11000x8000, 1bpp CCITT compressed TIF graphics. I can used Image/Bitmap.FromFile to load them correctly, for display purposes I am creating ...
TabControl, mdi and toolbar13 Feb 2004 21:31 GMT5
Is it possible to work with MDI, toolbars and tabbed forms?
Runtime control resizing13 Feb 2004 21:30 GMT1
I have an application where I need to allow runtime resizing and moving of controls. Does the .Net framework provide any facility for performing this feature or do I need to develop my own? I can use the drag/drop functionality to move the control. To perform the resizing would ...
Prevent my app from getting the focus13 Feb 2004 21:21 GMT1
I am writing an On-screen keyboard, similar to the one included in
windows 2k and XP.
The problem I am having is that I need my keyboard to never get the
focus, but still be able to process events such as mouse clicks.
Make some DataGrid columns editable while others are not editable13 Feb 2004 19:26 GMT8
Is it possible to make some DataGrid's column editable, while some others
not editable? Thanks.
 
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.