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

CodeProject: Discussion Boards. Free source... - www.codeproject.com | Site profile

Site profile page for http://www.codeproject.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.codeproject.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.codeproject.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.

Title: CodeProject: Discussion Boards. Free source code and programming help - http://www.codeproject.com CodeProject: Discussion Boards. Free source code and programming help
Url: http://www.codeproject.com
Users activity: 5 posts per thread
site activity: 1,202 active threads during last week
Site rank: 3,093 (go to rank page)
Domain info for: codeproject.com
 

Posting activity table on CodeProject: Discussion Boards. Free source code and programming help:

  Week Month 3 Months
Threads: 1,202 4,724 13,275
Post: 5,012 21,898 62,463
 

Authority Badge:

CodeProject: Discussion Boards. Free source code and programming help | Forum Authority Badge

CodeProject: Discussion Boards. Free source code and programming help posting activity graph:

Posts by:  day  week  month 
 

http://www.codeproject.com Alexa graph:

Top authors on CodeProject: Discussion Boards. Free source code and programming help during last week:

Name
Posts
Christian Graus
332
user's latest post:
Accessing cameras without...
Published (2009-11-07 20:57:00)
Jacob Dixon wrote: I just can't develop anything that good on anything other than Windows (yet) The tools and languages for Mac development are no-where near as advanced as under Windows, although I do think Core Animation is well put together, overall, Windows is definitely easier to work with, programming wise.
Dalek Dave
164
user's latest post:
The Hayemaker beats Valuev
Published (2009-11-07 18:21:00)
Wasn't a great fight though, but he had the beast wobbling in the final round, a shame he sat back instead of finishing it.
CPallini
145
user's latest post:
Rain, rain, come again!
Published (2009-11-07 16:58:00)
Vikram A Punathambekar wrote: but I (and many of my countrymen) love rain. Me too: I really love getting romantically soaked with the f#@*in' water
PIEBALDconsult
118
user's latest post:
Creating a method hierarchy...
Published (2009-11-07 17:14:00)
Then you may want to declare classes within classes, but agregation may be a better technique. You may also want to use partial classes to help manage the code.
Luc Pattyn
107
user's latest post:
Arrays and the interfaces they...
Published (2009-11-07 19:46:00)
see Important Note [ ^ ].
Rajesh R Subramanian
102
user's latest post:
"PostMessage" without...
Published (2009-11-07 10:32:00)
Kushagra Tiwari wrote: Or   you can broadcast the message   using flag WM_BROADCAST, if you have made a custom Windows message (eg. WM_SAMPLE_APP (you should have a handler for the same. Also you can internally have the code for things you wanted to do in the handler))rather than posting athread message. Doing this everry active window will recieve this message but since only your application has has handled that message you will be able...
Richard MacCutchan
102
user's latest post:
Press For Truth coverage of H1N1...
Published (2009-11-07 13:31:00)
So some guy with a TV camera and microphone claims to be press but then refuses to show his ID when challenged; what does he have to hide? The selectivity of this report is exactly the same as the "government misinformation" it claims to expose. What a load of rubbish!
Abhishek sur
89
user's latest post:
swf files have not shown in my...
Published (2009-11-07 16:19:00)
What problem you are facing.. I can see the flash objects perfectly for those sites mentioned.
dan neely
78
user's latest post:
Why website designers suck today.
Published (2009-11-06 12:21:00)
perl?
Mark Wallace
77
user's latest post:
If LINQ is unprofessional,...
Published (2009-11-06 09:29:00)
Duncan Edwards Jones wrote: If LINQ is unprofessional, Generics must be the Anti-Christ. Expected "Then". Or else?
 

Top 10 active forums on CodeProject: Discussion Boards. Free source code and programming help during last week:

The Lounge - 2,575 new posts The Lounge - forum profile
C# - 720 new posts C# - forum profile
Visual C++ / MFC - 530 new posts Visual C++ / MFC - forum profile
ASP.NET - 440 new posts ASP.NET - forum profile
Visual Basic / VB.NET - 326 new posts Visual Basic / VB.NET - forum profile
The Soapbox - off-topic rants - 137 new posts The Soapbox - off-topic rants - forum profile
SQL / ADO / ADO.NET - 131 new posts SQL / ADO / ADO.NET - forum profile
Web Development - 113 new posts Web Development - forum profile
WPF / WCF / WF - 84 new posts WPF / WCF / WF - forum profile
Suggestions and Bug Reports - 47 new posts Suggestions and Bug Reports - forum profile
 

Top 10 forums on CodeProject: Discussion Boards. Free source code and programming help:

The Lounge - 204,428 posts The Lounge - forum profile
The Soapbox - off-topic rants - 78,301 posts The Soapbox - off-topic rants - forum profile
C# - 56,793 posts C# - forum profile
Visual C++ / MFC - 48,234 posts Visual C++ / MFC - forum profile
ASP.NET - 47,950 posts ASP.NET - forum profile
Visual Basic / VB.NET - 20,245 posts Visual Basic / VB.NET - forum profile
SQL / ADO / ADO.NET - 19,122 posts SQL / ADO / ADO.NET - forum profile
Suggestions and Bug Reports - 10,109 posts Suggestions and Bug Reports - forum profile
Web Development - 9,016 posts Web Development - forum profile
.NET Framework - 7,916 posts .NET Framework - forum profile

Latest active threads on CodeProject: Discussion Boards. Free source code and programming help:

CodeProject: Discussion Boards. Free source code and programming help
Started 22 hours, 30 minutes ago (2009-11-08 11:13:00)  by CPallini
As workaround, you may define the == operator as member of th iterator class: template < typename T > class Vector { public : class iterator { public : bool operator==(iterator it2) { // implementation here... } }; };
Forum:  Visual C++ / MFC Visual C++ / MFC - forum profile
Thread:  Show this thread (5 posts) Thread info: A very hard question? friend function again! Size: 885 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: A very hard question? friend function again! :: Visual C++ / MFC :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 10 hours ago (2009-11-06 23:36:00)  by Walt Fair, Jr.
I hate open work places ... what do you do if you want to pick your nose or fart?
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (32 posts) Thread info: Sitting close and working Size: 119 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Sitting close and working :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 21 hours, 19 minutes ago (2009-11-08 12:24:00)  by Richard MacCutchan
doug25 wrote: I can create the popup menu with TrackPopupMenu but I only know how to change the background colour of the items. Checkout these sections on Fonts and Text [ ^ ] in MSDN. They should tell you everything you need.
Forum:  Visual C++ / MFC Visual C++ / MFC - forum profile
Thread:  Show this thread (3 posts) Thread info: popup menus Size: 525 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: popup menus :: Visual C++ / MFC :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 1 hour ago (2009-11-08 08:27:00)  by Dalek Dave
You would need specific legal advice, but a general rule of thumb is all things done whilst you were employed by the company belong to that company unless explicitly stated otherwise. Even if the company has folded, this would still be seen as an asset for administrative purposes. I write as an accountant, not a lawyer. If there were debts owed when this company crashed, then this software ...
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (42 posts) Thread info: Legalities Question Size: 776 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Legalities Question :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 11 hours, 39 minutes ago (2009-11-08 22:04:00)  by Larry Mills Sr
(Question 1): How do you obtain the data contained in the various CPropertyPage(s) that the CPropertySheet loaded by the AddPage() function? (Question 2): How do you find out which page the User is presently on? Ex: how do I find out when all the data has been entered?, so I can collect the data entered(once I find out how to get the data from the CPropertyPage(s))
Forum:  Visual C++ / MFC Visual C++ / MFC - forum profile
Thread:  Show this thread (3 posts) Thread info: Communicating with the pages in a CPropertySheet Size: 431 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Communicating with the pages in a CPropertySheet :: Visual C++ / MFC :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 14 hours, 17 minutes ago (2009-11-08 19:26:00)  by Dave Kreskowiak
A thread doesn't call "it's own sub" as threads are not limited to a single sub, as you put it. You setup a loop inside the sub to keep itself running until some bailout condition is met. Using Thread.Abort is a poor choice to end a thread.
Forum:  Visual Basic / VB.NET Visual Basic / VB.NET - forum profile
Thread:  Show this thread (11 posts) Thread info: Question about threads Size: 280 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Question about threads :: Visual Basic / VB.NET :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 18 hours, 3 minutes ago (2009-11-08 15:40:00)  by Luc Pattyn
Hi, arrays and collections in .NET have a Sort() method that takes care of it, with a default sort order depending on element type, and a way to specify your own sort order; I explained it here [ ^ ].
Forum:  Visual Basic / VB.NET Visual Basic / VB.NET - forum profile
Thread:  Show this thread (5 posts) Thread info: Sorting an Array ASCENDING ORDER Size: 508 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Sorting an Array ASCENDING ORDER :: Visual Basic / VB.NET :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 20 hours, 19 minutes ago (2009-11-08 13:24:00)  by Dave Kreskowiak
If a parent node is clicked, you'll have to write code to enumerate all of its child nodes and check them.
Forum:  C# C# - forum profile
Thread:  Show this thread (3 posts) Thread info: TreeView Size: 144 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: TreeView :: C# :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on CodeProject: Discussion Boards. Free source code and programming help:

The Lounge
Started 5 days, 3 hours ago (2009-11-04 06:23:00)  by Nagy Vilmos
Rama Krishna Vavilala wrote: Dalek Dave was involved Is that DD for a big one?
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (65 posts) Thread info: Longest Pun thread Size: 185 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Longest Pun threads :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
Started 3 days, 5 hours ago (2009-11-06 04:36:00)  by Dalek Dave
The death penalty for stupidity has never been repealed.
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (53 posts) Thread info: New Darwinian Members Size: 94 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: New Darwinian Members :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
Started 6 days, 18 hours ago (2009-11-02 14:55:00)  by ragnaroknrol
Brady Kelly wrote: they have asked me to submit a handwriting sample To quote the great Admiral Ackbar "It's a TRAP!" That or they have someone that likes to waste money in HR.
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (47 posts) Thread info: Strange - Handwriting Analysis for Job Application Size: 289 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Strange - Handwriting Analysis for Job Application :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
RE: Walmart: meh. - 46 new posts
Started 5 days, 15 hours ago (2009-11-03 18:00:00)  by Shog9
Joe Woodbury wrote: I get inexpensive items, great prices on food, no hassles on returns, excellent assistance and prices from their eye care department. I get stuff there late at night. Because they're open. And it's the only time of day that their policy of keeping two (out of 20-something) checkout lanes staffed doesn't mean waiting in line for half an hour. Food prices are about ...
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (46 posts) Thread info: I like Walmart Size: 1,025 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Walmart: meh. :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
Started 4 days, 18 hours ago (2009-11-04 15:17:00)  by Trollslayer
*Deep heartfelt growl* Too many people think a long test report means the tests have some value. Don't get me started.
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (46 posts) Thread info: It's OK Not to Write Unit Tests Size: 251 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: It's OK Not to Write Unit Tests :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
Re: Annoying signs... - 45 new posts
Started 1 week ago (2009-11-02 05:34:00)  by Henry Minute
1.21 Gigawatts wrote: I even burst out laughing at one point - and I'm not making this up - there was a sign on the door inside the mens loo's that states: "This toilet is for males only." I used to do a lot of work for Local Authorities. In the Town Hall of one of them the Gents immediately outside the Council Chamber had a massive sign This Facility is for Male Members Only It used to ...
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (45 posts) Thread info: Annoying signs... Size: 595 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Annoying signs... :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
Re: i feel dirty dirty - 44 new posts
Started 4 days, 11 hours ago (2009-11-04 22:24:00)  by PIEBALDconsult
Good on ya. In what context? If it's in a C# switch it's nothing to be concerned about.
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (44 posts) Thread info: i feel dirty dirty Size: 130 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: i feel dirty dirty :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Soapbox - off-topic rants
Re: The Oath Keepers - 44 new posts
Started 4 days, 16 hours ago (2009-11-04 17:22:00)  by Josh Gray
We did this topic last week, what else ya got?
Forum:  The Soapbox - off-topic rants The Soapbox - off-topic rants - forum profile
Thread:  Show this thread (44 posts) Thread info: The Oath Keepers Size: 84 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: The Oath Keepers :: The Soapbox - off-topic rants :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
Started 1 week, 1 day ago (2009-10-31 15:14:00)  by Dalek Dave
Mike Marynowski wrote: You can't possibly be sitting on the forum, hitting F5 every once in a while, and reading through all the new messages, can you? Generally that is about it! I am flicking through several websites, but pop back for an F5 every little while.
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (42 posts) Thread info: OK CP regulars, let me in on the secret Size: 466 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: OK CP regulars, let me in on the secret :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."
The Lounge
Started 1 day, 1 hour ago (2009-11-08 08:27:00)  by Dalek Dave
You would need specific legal advice, but a general rule of thumb is all things done whilst you were employed by the company belong to that company unless explicitly stated otherwise. Even if the company has folded, this would still be seen as an asset for administrative purposes. I write as an accountant, not a lawyer. If there were debts owed when this company crashed, then this software ...
Forum:  The Lounge The Lounge - forum profile
Thread:  Show this thread (42 posts) Thread info: Legalities Question Size: 776 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Legalities Question :: The Lounge :: CodeProject: Discussion Boards. Free source code a..."

This page was found by:   codeproject message board  discussion board source code  WCF CODEPROJECT