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

Tip: Looking for answers? Try searching our database.

Windows Forms

Recently updated threads


Thread preview

WinForm General (view all ...)Last Post  Replies
VB.Net Treeviews15 May 2008 04:04 GMT4
I've been searching around for a good example of how to build/maintain
Treeviews but haven't managed to find one.  Could anyone point me at a good
one please.
Windows forms application using VS 2005.
Having issues with Domain Controller15 May 2008 03:17 GMT-
I'm having a lot of problems since the domain controller went down(crashed).
The domain controller is a windows 2003 standard edition server.
Senario: Both the old domain and new domains are the same. Once the new
domain was setup we had removed the client systems from the domain  ...
FatalExecutionEngineError on Rerun of BackgroundWorker14 May 2008 14:21 GMT-
I'm writing a WinForms app in .NET 3.0 using the BackgroundWorker component.
First time I cancel the operation.  The next time I go to run again, I get
the error:
   FatalExecutionEngineError was detected
DtaGridView - Add DataBinding using bindingsource14 May 2008 14:18 GMT-
I am relatively new to windows forms and I am trying to make this work
(pseudo code):
Create bindingsource.
Set DataSource property of bindingsource to generic list
CancellationPending Always False14 May 2008 14:16 GMT-
I'm writing a WinForms app in .NET 3.0 using the BackgroundWorker component.
I call the CancelAsync method, and in another method check
CancellationPending.  CancellationPending is always false.  Anyone else have
this?  Or know why this is?
How to create multilingual application in Visual c++ .net14 May 2008 12:58 GMT-
I have  to create a  multilingual application in Visual c++ .net. I have a
Windows form application and i want to run this on  multilingual  suuport. So
how can i do this. Which change i have made in my application setting ot
properties. Is there any code i have to write into ...

WinForm Controls (view all ...)Last Post  Replies
How to control thumb position with virtual panel14 May 2008 21:12 GMT-
I need to control the scrollbars on a Windows Forms Panel manually - when
they appear, thumb sizes, etc. The panel is virtual: it doesn't have any
child controls, is quite large, and all its contents are drawn on it.
At the last moment I doscovered, that the framework ...
properties of type Decimal^ in DataGridView and cell-editing     (C++/CLI)14 May 2008 16:27 GMT-
I'm using a DataGridView that is not bound directly to a database but
to a BindingSource that has a BindingList containing my Objects.
My Object that is shown in the BindingList has some properties that
are shown in the DataGridView. One property for example is called
Invoke or BeginInvoke cannot be called on a control until the window     handle has been created.13 May 2008 17:07 GMT1
Help, please!
I have seen a couple of threads about this message, but they seem to
have a much more complicated situation than mine, and they aren't much
help.
How do I scroll the WebBrowser control13 May 2008 13:00 GMT-
I'm trying to do my own scrolling with the WebBrowser control (2 large
buttons next to the control).
I can use the WebBrowser.Document.Window.ScrollTo method to scroll to a
specific position but how do I find my current position?
RichTextBox control and selection control12 May 2008 20:43 GMT-
Good day.
I have a RichTextBox control (rtb) and in it I place 16 hexadecimal bytes on
individual lines, separated by spaces, like the following (sample, real data
differs):
How to pass the IE windows handle out of the WebBrowser?09 May 2008 16:14 GMT5
I am using a WebBrowser control to access a third-party website in my
application. I need to intercept the pop up IE window event on the website
and display page in another WebBrowser control so that I can parse the DOM
object in the pop up page.

WinForm Data Binding (view all ...)Last Post  Replies
Refresh Bound DataGrid15 May 2008 05:24 GMT-
Hi -
I'm having trouble refreshing a datagrid control bound to a dataset that was
created from the New Data Source wizard. What is the code required to
refresh the datagrid with data from the data source (sql db)?
Advantage of DataBindings.Add14 May 2008 15:49 GMT-
We are creating generic lists of objects and I am trying to determine
if we should be implementing the INotifyPropertyChanged on the
objects.
Is there an advantage to this:
Using multiple dropdowns with a gridview14 May 2008 11:06 GMT-
Sorry, this should have been the title on my previous post.
------------------------------------
Hi,
I have a gridview populated by adapters/stored procedures. I have no problem
Using multiple with a gridview14 May 2008 10:49 GMT-
I have a gridview populated by adapters/stored procedures. I have no problem
using dropdowns to filter data by the tradional progressive method (passing
parameters from a dropdown etc.)
However, what I can't do is filter using a dropdown which lists values from
A DataTable-bound DataGridView throws a low-level Exception when     columns are sorted, removed and re-added to the underlying DataTable.12 May 2008 03:01 GMT-
I am experiencing this issue when I am working on creating a dynamic
datagrid. Please let me know if there is any work around for this
problem. If I am posting this in the wrong newsgroup please point me
to the right newsgroup.
How to make a class binding09 May 2008 08:36 GMT1
Hi, i´m programming in C#, and i´ve a simple class Car, and i´d like to make
it able to accept a datasource to fill their properties, Can anybody help me
in how to do it ?
Im working with a datasource, and i´d like to bind the value "pers" from the

Drawing (view all ...)Last Post  Replies
Error Saving EMF Metafile from Clipboard14 May 2008 17:03 GMT9
I have a C# application that monitors the clipboard.  When an EMF
comes through, I get the EMF data from the clipboard and attempt to
save it off as a TIFF image.  When I do so, I get "A generic error
occurred in GDI+" error.  Marshal.GetWin32LastError returns 127
Thumbnail from a white image makes a gray border...14 May 2008 08:26 GMT-
I've made a test bitmap file in Photoshop with 100 x 100 size and it
is only white. Now I'm getting a thumbnail from this image and the
result is that this image is not white. This function makes a gray
border on the left and on the top. Is this a bug? This function is
Fill Problem When Displaying a Large Metafile13 May 2008 23:17 GMT-
When displaying a long (400+ inches) metafile, the fill patterns fail
to display correctly starting approximately 32,000 pixels down in the
fill regions.  A row of pixels appears to be duplicated for the
remainder of each fill region.
Displaying high-res images in .NET?12 May 2008 14:12 GMT14
.NET 1.1/2.0
I have a need to display high-resolution scrollable images in a .NET
application (Windows Forms). One well known solution is to create a
Panel with AutoScroll set to "true" and then add a PictureBox or
Matrox cards for GDI+ accelleration?09 May 2008 23:11 GMT3
Is anyone using the old Matrox Parhelia (or any other) cards that
supposedly offered hardware acceleration of GDI+?  If so, I'd like to
hear your comments on the performance.
Although these cards are old, I have a 2d graphics intensive demo
OptimizedDoubleBuffer and Layered Window!09 May 2008 14:40 GMT2
I've a layered window where I put a control in it to show as a popup. I'm
providing rounded borders as well.
I'm using Vista as My test environment and today noticed a strange thing.
When Glass is enabled, there is no problem but when it's disabled (Vista

Design Time (view all ...)Last Post  Replies
Changing the designer DefaultValue for a Property within a Property (Nested Property)14 May 2008 06:56 GMT5
I have an inherited control that derives from a control from a vendor.
Let's call the vendor control VC and my inherited control myVC.
VC has a property Calendar which itself has various other properties such as
BackColor.  So to access in code from myVC i would use
Reg Composite control in windows appln24 Apr 2008 07:46 GMT-
I want to build a Composite Control in Windows Application using
C#.net, Inside it I want to have two labels , two textboxes , one
button, one dropdownlistbox. whenever I click on Button I should get
data from database.
User-control with multiple control containers - design-time issue (mimicing the TabControl)23 Apr 2008 08:29 GMT-
I'm working on a user-control whose behaviour is identical to the
TabControl. That is, there is an area in which the active sub-container
(i.e. TabPage) can be selected plus an area in which users drop controls at
design time.
Need Help to modify designer output code22 Apr 2008 03:36 GMT10
I'm trying to figure out how to change the lines following " '*** ' of
designer code.
I think I need to hijack the root designer and control designer. Looking for
some examples and/or direction.
All properties and events are grayed out in designer properties wi17 Apr 2008 15:33 GMT-
I have a form (Form1) that has a DataGridView control on it. I inherited
another form (Form2) from Form1. When I go to change some properties of the
DataGridView control on Form2 I see all DataGridView properties and events
are grayed out in the designer Properties window. Also, ...
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?11 Apr 2008 02:54 GMT1
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©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.