|
More site info...
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.
|
|
|
|
|
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:
|
|
|
BoardReader Authority Badge code for CodeProject: Discussion Boards. Free source code and programming help (http://www.codeproject.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
CodeProject: Discussion Boards. Free source code and programming help posting activity graph:
|
|
http://www.codeproject.com Alexa graph:
|
Top authors on CodeProject: Discussion Boards. Free source code and programming help during last week:
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.
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.
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
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.
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...
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!
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.
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:
|
|
Top 10 forums on CodeProject: Discussion Boards. Free source code and programming help:
The Lounge
- 204,428 posts
|
The Soapbox - off-topic rants
- 78,301 posts
|
C#
- 56,793 posts
|
Visual C++ / MFC
- 48,234 posts
|
ASP.NET
- 47,950 posts
|
Visual Basic / VB.NET
- 20,245 posts
|
SQL / ADO / ADO.NET
- 19,122 posts
|
Suggestions and Bug Reports
- 10,109 posts
|
Web Development
- 9,016 posts
|
.NET Framework
- 7,916 posts
|
|
|
|
|
Latest active threads on 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... } }; };
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?
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.
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 ...
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))
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.
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 [ ^ ].
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.
|
|
Hot threads for last week on CodeProject: Discussion Boards. Free source code and programming help:
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?
Started 3 days, 5 hours ago (2009-11-06 04:36:00)
by Dalek Dave
The death penalty for stupidity has never been repealed.
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.
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 ...
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.
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 ...
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.
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?
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.
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 ...
|
|