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 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Autoscroll madness24 Jan 2008 16:40 GMT1
This is a problem from 23 Jan 2002
====================================================
Pierre Shirvan
I have a form with a Panel with the autoscroll property set to true and
DownloadFileAsync via Command line24 Jan 2008 12:37 GMT6
Ok, I’m using the method DownloadFileAsync to download a large file and I
also use the DownloadProgressChanged event to show users how far along they
are in downloading  the file. I put this into a WinForms application, make a
call to the download file method (behind a button ...
events from child to parent form.24 Jan 2008 11:27 GMT2
I have a user control which is dynamically added to a Form object (mdi
child). and mdi child parent is mdi main.
usercontrol->mdi child -> mdi form.
i want to raise event in "usercontrol" and notify to the "mdiform" as shown
Hiding Tabsheet Tabs?24 Jan 2008 06:32 GMT1
      I want to build a form that will function as a wizard.  I want
to use a tab control and two buttons for Back and Next.   Pressing the
Back and Next buttons will switch the active tabsheet.
      But I can't figure out how to hide the tabsheet tabs.   There
Button event handler23 Jan 2008 14:21 GMT4
I need to dunamically create buttons on a windows forms depending on the data
that is requested.
How can I create an event handler on the fly for this buttons?
Accelerators23 Jan 2008 12:01 GMT7
How do you create Accelerator behavior for a Windows Form exe with a menu
(i.e. <ALT> + O to call an Open File method).  The property on the Menu Item
doesn't seem to do anything except display some text indicating an
accelerator is present.  There is no way to connect the key ...
Anchoring question22 Jan 2008 23:33 GMT2
I need to add some textboxes to a form, programmatically
Dim ctl As New System.Windows.Forms.TextBox
ctl.Top = iTop
Me.Controls.Add(ctl)
Display Priview PictureBox  from web cam but how to capture image and save in DataBase ?22 Jan 2008 17:32 GMT1
I try this link   http://weblogs.asp.net/nleghari/articles/webcam.aspx
following code I try:
   this.picCapture.Image.Save("test",
System.Drawing.Imaging.ImageFormat.Jpeg);
Enable one Active window at a time22 Jan 2008 15:07 GMT2
We are working on a Health Contact Center Application in which a
patient is able to contact using either Chat Application or Phone Call
with the Doctors.
When the doctor is contacted using either of these means, a popup
Deployment and InstallerClass22 Jan 2008 01:25 GMT1
I don't know if this is the appropriate newsgroup, but not sure which one
would be.
I have a custom dialog that I added to the UI of the deployment package.  
That dialog asks for special installation options.
How do I know over what element of ListBox is cursor?21 Jan 2008 21:37 GMT1
How do I know over what element of ListBox is cursor?
http://www.alvas.net - Audio tools for C# and VB.Net developers
DatagridView21 Jan 2008 19:51 GMT2
I have a dataset with one table, which I build from scratch (not using SQL
server).
It displays fine on the web with a datagrid.
I use the same dataset and apply it to a DataGridView in a windowsform. My
Is tag property ByRef or ByVal?21 Jan 2008 19:46 GMT6
I have project where I am assigning forms to Tag of different form
(therefore creating some kind of relationship)...
My problem is quite simple - when one of forms is disposed, tag still
contains that object.
SVN Class for .NET21 Jan 2008 19:03 GMT1
I think many of you are using subversion, however do you have some
projects that directly involves subversion (e.g. checkout from your
application)??
I was looking for some components, however I was not successfull and I
Passing an object back to a form21 Jan 2008 08:26 GMT10
I am developing an application in VS2005, using VB.NET.
Suppose that I have a class, called Widget, which contains, among
other things, a List(Of WidgetDetail), where WidgetDetail is another
class.
Pages: 1 2 3 4 5 6 7 8 9 December, 2007
 
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.