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
Click once deployment and Sql Server Compact Database30 Aug 2010 09:25 GMT-
I'm writing a win form application which use an Sql Compact ddbb as
data repo. I plan to deploy it using clickonce.
How should I manage to avoid data loss when updating my application? I
will include the ddbb in the first deploy, and maybe a solution is to
How to get mouse button state at any time?29 Aug 2010 00:15 GMT2
I mean, to know if mouse button is pressed, especially, at any time.
thx.
Converting to WPF Apps16 Aug 2010 14:54 GMT8
I am thinking of converting a Windows Forms app to WPF as a learning
process.
Is there a specific group for WPF? I couldn't find one in my news group
list.
power point to flash format13 Aug 2010 14:08 GMT-
I am looking for power point to flash solution
I have found this one
http://ppt2flashsdk.com/
Did anybody used it?
MBT shoes will shape up your body everyday09 Aug 2010 06:48 GMT-
Everyone loves the idea of a workout without an actual workout. In
that way muscle activity will increase, but that is because you are
doing an actual workout. And now, you can shape up your body just
wearing a pair of MBT shoes to walk or stand.These MBT shoes, no
Bug Chart03 Aug 2010 08:21 GMT-
Using the. NET Framework Components 4.0 - 2010 Visual Studio.
In achieving this object graphs Windows.Forms.Form,
are written consecutively only 9 Axis Label.
If I put more than 9, the Axis Label are also expanding alternating

WinForm Controls (view all ...)Last Post  Replies
How to disable DataGrid refresh while adding?31 Aug 2010 16:49 GMT4
Is there any way to disable DataGrid refresh while adding many rows -
somewhat like in the old days:
http://blogs.msdn.com/oldnewthing/archive/2004/06/10/152612.aspx
 I'm manually adding rows to an underlying DataTable object via
Cell.ErrorText combined with e.cancel during validation of a cell in a Datagridview25 Aug 2010 07:14 GMT4
I have a datagridview where I perform cell validation. I do not want the
user to be able to leave edit mode if the value is incorrect. The reason is
that i use CellEndEdit to write the value to my hardware. I validate the
value and set the cancel flag if the value is invalid. The ...
Double click label and its text appears on the clipboard19 Aug 2010 10:02 GMT5
Has anyone noticed that if you double click a label, the text of that
label appears on the clipboard?  If so, how do I stop this from
happening?
I'm running VS 2008 on a Vista box.  I get the same behaviour on
CheckBox in DataGridView does not show correct state in UI16 Aug 2010 07:32 GMT3
I am seeing an anomaly in the display of check box controls in a
DataGridView.  I am able to programmatically set the check box state for each
row in the DataGridView.  However, for the currently selected row the change
in state does not get reflected in the UI.  Here is the ...
MBT shoes – excellent barefoot healthy shoes09 Aug 2010 06:50 GMT-
MBT shoes are a kind of excellent barefoot healthy shoes. Due to MBT
shoes are slightly weighted and spread weight evenly across the entire
foot and as your body reacts to the weight and instability of the MBT
shoes’ sole, muscles, often the neglected muscles, are forced to work
How to cancel SelectedIndexChanged event in ListView control08 Aug 2010 11:16 GMT10
Hi all,
I'd like to cancel SelectedIndexChanged event in ListView control.
I tried the following code for SelectedIndexChanged handler, but it doesn't
work:

WinForm Data Binding (view all ...)Last Post  Replies
Please Help26 Aug 2010 04:43 GMT-
please explain each parameter inside the bracket
cb.DataBindings.Add("SelectedValue", source, "SomeProperty")
make money from home21 Aug 2010 08:14 GMT-
http://makemoneyhomecourse.com/
DataGridView and Unique Values08 Feb 2010 14:51 GMT21
Using Visual Basic 2008
I am looking for a way to Validate if a user has entered a duplicate value
when leaving a cell in the DGV, before the Exception is thrown on the update
side of things.
Find Executable23 Dec 2009 03:43 GMT1
I'm looking to located the adobe Executable's location in a vb 2005 program.
IE on my PC it's located @ "C:\Program Files\Adobe\Reader
9.0\Reader\AcroRd32.exe" but on someone else's it may not even be installed
or in another location.
howto cancel bindingnavigator "+" action06 Dec 2009 13:36 GMT5
I have built a form by dragging a dataset over onto the designer, then I got
this BindingNavigator for free.  But I found whenever the user clicked either
the "move first" or the "move previous" button right after he/she had clicked
the "+" button without committing the "add new" ...
Can anyone help with this exception, please?06 Dec 2009 13:29 GMT1
The following stacktrace is generated in the environment and action detailed
below,
environment: vs2005, c#, winforms, dataset, detail view, bindingNavigator
control

Drawing (view all ...)Last Post  Replies
Bitmap drawing02 Sep 2010 02:58 GMT-
I am trying to draw objects (line, etc) on a Bitmap. However, I have
run into some problems: the origin of the bitmap coordinate system is
at the top-left corner of the bitmap? How can I have it set to the
bottom-left corner? Also, I need to draw some real world objects on
Required Info. Regarding Color Matrix11 Aug 2010 18:29 GMT-
I have a requirement where i need to mask and clear the masked portion
of the images.
I am done with masking part of the requirement. I am using color
matrix to mask my image also the selected portion in the image is
why ,save  1.bmp is black ???12 May 2010 03:38 GMT3
Bitmap bmpSource = new Bitmap(@"c:\1.bmp");
           bmpSource.Clone();
           Graphics gSource = Graphics.FromImage(bmpSource);
           Bitmap bmpDest = new Bitmap(680, 400); // double the size
Graphics.DrawString and Graphics.MeasureCharacterRanges21 Apr 2010 17:59 GMT1
I'm trying to render some text into a specific part of an image in a
Web Forms app. The text will be user entered, so I want to vary the
font size to make sure it fits within the bounding box.
I have code that was doing this fine on my proof-of-concept
Connection Routing for Interactive Diagram Editor21 Apr 2010 14:31 GMT1
I am trying to develop an Interactive Diagram Editor, for designing
electronic circuits (block diagrams) using Java. I need to figure out a way
to connect the nodes and the blocks.
Can anyone suggest a pre-existing standard JAVA API / library which I can
Neon Lines12 Apr 2010 22:42 GMT2
I've hacked my way through doing some pretty impressive (to me at least)
things with the .net drawing functions, but this one has me stumped.
I want to draw neon lines.  Now I can draw a straight line with a gradient
to simulate a neon effect, but I'm having trouble with curves ...

Design Time (view all ...)Last Post  Replies
Datagridview header cells with vertical text13 Apr 2010 15:57 GMT6
Hello,
I have a datagridview with lots of columns selectable with a checkbox
control, and I would like to have its header text as narrow as a check box,
but for this I have to display its text vertically...
One or more errors encountered while loading the designer.13 Mar 2010 09:27 GMT3
Then it says, "Object reference not set to an instance of an object. "
and "at DevExpress.XtraGrid.Design.GridControlDesigner.Initialize(IComponent
component)"
In my error list, numerous variables that work fine in running code, but it
Custom Forms Designer Context Menus05 Sep 2009 09:05 GMT7
Another question about Custom Forms Designers...
I would like to be able to add context menus to my controls, so if the user
clicks on any of the controls on the design surface, a popup menu appears. I
have tried to work with the MenuCommandService, and can add the verb and
Add existing Form project to a MDI Project28 Aug 2009 06:46 GMT2
Im working in VS2008 C#.  I created a Windows Form Solution/Project called
"Mailbox" that compiles to an Mailbox.EXE and runs fine as a single form
program.  The form is basically a database table manager to add, edit, and
delete records from a DB table.
Books20 Jun 2009 06:49 GMT2
Any books out there on building controls, focusing on design time
programming?
Assembly Name11 Jun 2009 17:58 GMT2
How can I get the assembly name at design time?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




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