Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Windows Forms | Forum profile

Forum profile page for Windows Forms on http://www.codeproject.com. This report page is the aggregated overview from a single forum: Windows Forms, located on the Message Board at http://www.codeproject.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Windows Forms" on the Message Board at http://www.codeproject.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: CodeProject: Discussion Boards. Free source code and programming help - Windows Forms (site profile, domain info codeproject.com)
Title: Windows Forms
Url: http://www.codeproject.com/script/Forums/View.a...
Users activity: 19 post per thread
Forum activity: 17 active threads during last week
 

Posting activity on Windows Forms:

  Week Month 3 Months
Threads: 17 57 184
Post: 27 116 355
 

Windows Forms Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Alan Burkhart
5
user's latest post:
DropDownButton
Published (2009-11-04 23:23:00)
Suggestion: Using most any paint program, create a very small arrow similar to the one in most drop down buttons. Create it pointing down and save it, then flip it vertically and save it again under a different name. Now you have your up and down arrows for the button. Drag a regular button onto your form and set the text. Add the down arrow, aligned to the right of the text. Create a ContextMenuStrip for the button and add the desired items....
mirzamujib
3
user's latest post:
Form Design Error
Published (2009-11-04 08:54:00)
Thanks a lot....
Member 3365607
2
user's latest post:
enable/disable auto refresh of a...
Published (2009-11-03 02:21:00)
Thanks Eddy. I will try that. Looks like the web browser control cannot control the auto refresh of .aspx. I couldn't get ur question : And if you navigate to, say, Google when you hide the browser, and navigate back to the .aspx when you show it?
Eddy Vluggen
2
user's latest post:
enable/disable auto refresh of a...
Published (2009-11-03 03:45:00)
Member 3365607 wrote: And if you navigate to, say, Google when you hide the browser, and navigate back to the .aspx when you show it? You could let the WebBrowser navigate to another site (Google only as an example) when you switch to tab 2. When the user switches back to tab 1, navigate to the original .aspx page again. That at least prevents the clicking-sounds of the refresh
Aaron Stubbendieck
2
user's latest post:
Proportional Resize of...
Published (2009-11-03 11:42:00)
Today I discovered TableLayoutPanel!
Shameel
2
user's latest post:
Context hightlight editor for...
Published (2009-11-05 07:15:00)
Try ICSharpCode TextEditor (the one used by SharpDevelop). I use it and it is quite good.
shaina2231
2
user's latest post:
Programmatically Click mouse on...
Published (2009-11-07 04:24:00)
OK the Problem IS SOlved
MrBean
1
user's latest post:
Context hightlight editor for...
Published (2009-10-30 04:21:00)
I'm developing an application where I need a context highlight edit control (single line and multi-line). I need to be able to use my own tags (words/ID to be highlighted) and colors... and optionally tooltips for the highlighted words. The control need to be fast and able to handle hundrets of tags/highlights. Free would be best but conmmercial controls can also be used - but please no bloaded "complete editor" packages - my...
Henry Minute
1
user's latest post:
Context hightlight editor for...
Published (2009-10-30 08:16:00)
Have you looked at the Editor from the SharpDevelop IDE here [ ^ ]? Or Scintilla here [ ^ ]?
ikurtz
1
user's latest post:
tableLayoutPanel gell cell by...
Published (2009-10-30 18:56:00)
is there any way of getting the cell location on a mouse over the table given no controls are present in the actual cells? thanks you.
 

Latest active threads on Windows Forms::

CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 10 hours ago (2009-11-07 04:24:00)  by shaina2231
OK the Problem IS SOlved
Thread:  Show this thread (3 posts)   Thread info: Programmatically Click mouse on specefic location Size: 54 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Programmatically Click mouse on specefic location :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week, 4 days ago (2009-10-30 08:16:00)  by Henry Minute
Have you looked at the Editor from the SharpDevelop IDE here [ ^ ]? Or Scintilla here [ ^ ]?
Thread:  Show this thread (4 posts)   Thread info: Context hightlight editor for VB.NET WinForms Size: 425 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Context hightlight editor for VB.NET WinForms :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 5 days, 15 hours ago (2009-11-04 23:23:00)  by Alan Burkhart
Suggestion: Using most any paint program, create a very small arrow similar to the one in most drop down buttons. Create it pointing down and save it, then flip it vertically and save it again under a different name. Now you have your up and down arrows for the button. Drag a regular button onto your form and set the text. Add the down arrow, aligned to the right of the text. Create a ...
Thread:  Show this thread (2 posts)   Thread info: DropDownButton Size: 1,204 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: DropDownButton :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 6 days, 9 hours ago (2009-11-04 05:39:00)  by Richard MacCutchan
mirzamujib wrote: The variable TextBox1 is either undeclared or was never assigned That's a fairly clear error message. Somewher in your copying you have omitted an allocation or reference so the main form does not have a variable called TextBox1. Take a look at the form and also the code behind to see which parts are missing. You would probably have found it simpler to add a new text box ...
Thread:  Show this thread (4 posts)   Thread info: Form Design Error Size: 541 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Form Design Error :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week ago (2009-11-03 11:42:00)  by Aaron Stubbendieck
Today I discovered TableLayoutPanel!
Thread:  Show this thread (2 posts)   Thread info: Proportional Resize of Vertically Stacked Controls on a Resizable Form Size: 66 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Proportional Resize of Vertically Stacked Controls on a Resizable Form :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week ago (2009-11-03 06:47:00)  by Rob Smiley
Alan, try this. The code originally came from the netSpell library, so i'm not 100% it works correctly... Private _htmlRegex As Regex = New Regex( " </[c-g\d]+>|</[i-o\d]+>|</[a\d]+>|</[q-z\d]+>|<[cg ]+[^>]*>|<[i-o]+[^>]*>|<[q-z]+[^>]*>|<[a]+[^>]*>|< (\[^\]*\|'[^']*'|[^'\>])*>" , RegexOptions.IgnoreCase Or RegexOptions.Compiled)
Thread:  Show this thread (4 posts)   Thread info: Regex Question Size: 540 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Regex Question :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week ago (2009-11-02 16:30:00)  by Eddy Vluggen
Member 3365607 wrote: But what happens is when I switch back to the 1st tab the auto refresh doesn't work unless and until I click some web page controls. And if you navigate to, say, Google when you hide the browser, and navigate back to the .aspx when you show it? Another alternative would be to download the webpage and to save it directly to a string/a file. Then you could manipulate the...
Thread:  Show this thread (4 posts)   Thread info: enable/disable auto refresh of a web browser control from Win forms? Size: 721 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: enable/disable auto refresh of a web browser control from Win forms? :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on Windows Forms::

Windows Forms
Started 1 week ago (2009-11-02 16:30:00)  by Eddy Vluggen
Member 3365607 wrote: But what happens is when I switch back to the 1st tab the auto refresh doesn't work unless and until I click some web page controls. And if you navigate to, say, Google when you hide the browser, and navigate back to the .aspx when you show it? Another alternative would be to download the webpage and to save it directly to a string/a file. Then you could manipulate the...
Thread:  Show this thread (4 posts)   Thread info: enable/disable auto refresh of a web browser control from Win forms? Size: 721 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: enable/disable auto refresh of a web browser control from Win forms? :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
Windows Forms
Re: Regex Question - 4 new posts
Started 1 week ago (2009-11-03 06:47:00)  by Rob Smiley
Alan, try this. The code originally came from the netSpell library, so i'm not 100% it works correctly... Private _htmlRegex As Regex = New Regex( " </[c-g\d]+>|</[i-o\d]+>|</[a\d]+>|</[q-z\d]+>|<[cg ]+[^>]*>|<[i-o]+[^>]*>|<[q-z]+[^>]*>|<[a]+[^>]*>|< (\[^\]*\|'[^']*'|[^'\>])*>" , RegexOptions.IgnoreCase Or RegexOptions.Compiled)
Thread:  Show this thread (4 posts)   Thread info: Regex Question Size: 540 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Regex Question :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
Windows Forms
Started 6 days, 9 hours ago (2009-11-04 05:39:00)  by Richard MacCutchan
mirzamujib wrote: The variable TextBox1 is either undeclared or was never assigned That's a fairly clear error message. Somewher in your copying you have omitted an allocation or reference so the main form does not have a variable called TextBox1. Take a look at the form and also the code behind to see which parts are missing. You would probably have found it simpler to add a new text box ...
Thread:  Show this thread (4 posts)   Thread info: Form Design Error Size: 541 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Form Design Error :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
Windows Forms
Started 3 days, 10 hours ago (2009-11-07 04:24:00)  by shaina2231
OK the Problem IS SOlved
Thread:  Show this thread (3 posts)   Thread info: Programmatically Click mouse on specefic location Size: 54 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Programmatically Click mouse on specefic location :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
Windows Forms
Started 1 week ago (2009-11-03 11:42:00)  by Aaron Stubbendieck
Today I discovered TableLayoutPanel!
Thread:  Show this thread (2 posts)   Thread info: Proportional Resize of Vertically Stacked Controls on a Resizable Form Size: 66 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Proportional Resize of Vertically Stacked Controls on a Resizable Form :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
Windows Forms
Re: DropDownButton - 2 new posts
Started 5 days, 15 hours ago (2009-11-04 23:23:00)  by Alan Burkhart
Suggestion: Using most any paint program, create a very small arrow similar to the one in most drop down buttons. Create it pointing down and save it, then flip it vertically and save it again under a different name. Now you have your up and down arrows for the button. Drag a regular button onto your form and set the text. Add the down arrow, aligned to the right of the text. Create a ...
Thread:  Show this thread (2 posts)   Thread info: DropDownButton Size: 1,204 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: DropDownButton :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
Windows Forms
Started 1 week, 4 days ago (2009-10-30 08:16:00)  by Henry Minute
Have you looked at the Editor from the SharpDevelop IDE here [ ^ ]? Or Scintilla here [ ^ ]?
Thread:  Show this thread (4 posts)   Thread info: Context hightlight editor for VB.NET WinForms Size: 425 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Context hightlight editor for VB.NET WinForms :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."
Windows Forms
Started 1 week, 1 day ago (2009-11-01 20:58:00)  by Mycroft Holmes
siddhardh wrote: i need to generate the bill for the current Invoice Number Define what you mean, what is a bill?
Thread:  Show this thread (2 posts)   Thread info: Generating Bills for the current Invoice Number Size: 282 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Generating Bills for the current Invoice Number :: Windows Forms :: CodeProject: Discussion Boards. Free source code a..."