My account: Login | Sign Up
Loading... 

General Discussions | Forum profile

Forum profile page for General Discussions on http://www.codeproject.com. This report page is the aggregated overview from a single forum: General Discussions, 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 "General Discussions" 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 - General Discussions (site profile, domain info codeproject.com)
Title: General Discussions
Url: http://www.codeproject.com/script/Forums/View.a...
Users activity: 21 posts per thread
Forum activity: 25 active threads during last week
 

Posting activity on General Discussions:

  Week Month 3 Months
Threads: 25 122 375
Post: 72 266 774
 

General Discussions Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name Posts
Pete O'Hanlon 11
led mike 6
skieeterno 5
Richard A. Abbott 5
DaveyM69 4
Paul Conrad 4
Dave Kreskowiak 3
Simon Stevens 3
bobpombrio 3
Roger Wright 2
 

Latest active threads on General Discussions::

CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 15 hours ago (2008-11-19 20:24:00)  by PIEBALDconsult
When a CheckBox and some other Control are used to display a nullable variable, where the CheckBox is used to indicate whether or not the variable is null, which do you find more intuitive: 1) A check means the field IsNull 5) A check means the field HasValue (If you're in the "use a magic value" camp, please don't respond.)
Thread:  Show this thread (3 posts)   Thread info: Indication of null variables Size: 395 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Indication of null variables :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 4 hours ago (2008-11-20 07:24:00)  by DaveyM69
All the apps Ive worked on so far have been either small utilities or single user local stuff so I've been able to avoid tackling multi tier development Unfortunately (though I'm looking forward to the challenge), the next project in the queue is a little bigger and will need to be far more flexible and I think the best approach is going to be the standard(?) 3 tier system. I've done some ...
Thread:  Show this thread (6 posts)   Thread info: n-tier Size: 845 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "n-tier :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 9 hours ago (2008-11-20 02:24:00)  by jarqueza
Hi Please help...I have created a report in reporting services but I want to export it directly to an Excel spreadsheet without human intervention. Let's say, when the user click a link I've created in reporting services, it will ask for the file name and where to save the file then output directly in an excel format. Is this possible? Thanks in advance.
Thread:  Show this thread (2 posts)   Thread info: Microsoft Reporting Services 2005 Size: 413 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Microsoft Reporting Services 2005 :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 19 hours ago (2008-11-19 16:24:00)  by Pedram Behroozi
Hi guys, Does anybody know how can I set multiple Home pages in my Web Browser? I'm currently using FireFox and for example I want to set CP and Yahoo! Mail as my default Home pages so when I run FireFox these pages would appear. Thanks
Thread:  Show this thread (2 posts)   Thread info: Multiple Home Pages Size: 286 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Multiple Home Pages :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 18 hours ago (2008-11-17 17:39:00)  by skieeterno
Hi all, New to this forum, been reading for a couple of weeks now, but havent posted. So here goes. this is more than likley in the wrong section, but ill left an admin move it I am a current final year student in computer science and have decided on my final year project. The problem is I cant decide on which language to develop the program in. Ill give you a run down, It needs to ...
Thread:  Show this thread (27 posts)   Thread info: Urgent Help Needed, Confused what language to use Size: 1,364 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Urgent Help Needed, Confused what language to use :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 8 hours ago (2008-11-19 02:46:00)  by ChristiaanS
Hi I have created and installed a couple of Add - Ins for MS outlook and Excel. Is there an effective way in which an Administrator can deploy/install a MS Outlook add - in centrally to all the computers on the network? Any help would be appreciated.
Thread:  Show this thread (1 post)   Thread info: Outlook Add - In installation on network Size: 424 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Outlook Add - In installation on network :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 11 hours ago (2008-11-19 00:14:00)  by ranu791985
Hi all, I need to create a pst file programatically using MAPI. I tried it using oom but that pst is not crateing correctly. Also tried following mapi code :- CComPtr pMsgSvcAdmin; ULONG ulFlags; HRESULT hr; hr = MAPIInitialize(NULL); if (S_OK == hr) { hr = MAPIAdminProfiles(0, &m_pProfAdmin); } if( IsBadWritePtr(lRet, sizeof(LONG)) ) { hr = E_INVALIDARG; } else { ulFlags = 0...
Thread:  Show this thread (1 post)   Thread info: urgent help required in creating outlook personal folder(.pst) Size: 1,033 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "urgent help required in creating outlook personal folder(.pst) :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 12 hours ago (2008-11-18 22:46:00)  by Wolfram Steinke
I have been given the task to work out how to get Installshield to uninstall an instance of SQLexpress when our app is uninstalled. It was installed along with our app as a prerequisit with a silent install command line. I'm at a loss as to where/how to add the script to achieve this. I know I can get a script to call UninstallApplication, but how do I get it ad that to the uninstall script? ...
Thread:  Show this thread (1 post)   Thread info: Looking for an Installshield Guru Size: 491 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Looking for an Installshield Guru :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 4 days, 1 hour ago (2008-11-17 09:52:00)  by bobpombrio
Ok - I know I'm going to regret this but: I have been tasked to create a program on a Windows CE device that will display a MAP (5km x 5km) that will have nodes placed on it, I get gps cords sent to me via built in radio. I will have to display info about the nodes and will have to zoom in and pan the map. The nodes cover about a 1km area. The CE device will also have a GPS radio so that it ...
Thread:  Show this thread (7 posts)   Thread info: Type of program to use Size: 1,562 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Type of program to use :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 4 days, 5 hours ago (2008-11-17 05:57:00)  by meeram395
I have some issues related with Unit Testing. Could anyone please help me in finding out the correct forum for putting the same?
Thread:  Show this thread (4 posts)   Thread info: Queries on Unit Testing Size: 166 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Queries on Unit Testing :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on General Discussions::

General Discussions
Started 3 days, 18 hours ago (2008-11-17 17:39:00)  by skieeterno
Hi all, New to this forum, been reading for a couple of weeks now, but havent posted. So here goes. this is more than likley in the wrong section, but ill left an admin move it I am a current final year student in computer science and have decided on my final year project. The problem is I cant decide on which language to develop the program in. Ill give you a run down, It needs to ...
Thread:  Show this thread (27 posts)   Thread info: Urgent Help Needed, Confused what language to use Size: 1,364 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Urgent Help Needed, Confused what language to use :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
Started 1 week, 1 day ago (2008-11-12 12:05:00)  by zf222
I want to create a writing tool, something that could take a sentence and rewrite it into a different sentence that means the same as the first. Think of it as a sentence thesaurus. This program could use the words originally typed in as well as new ones. For example, if one typed in: "Sea Spiders are only found at the ocean floor, where there is little to no sunlight." It could rearrange the ...
Thread:  Show this thread (9 posts)   Thread info: An idea like no other... I need help! Size: 2,101 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "An idea like no other... I need help! :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
Started 4 days, 1 hour ago (2008-11-17 09:52:00)  by bobpombrio
Ok - I know I'm going to regret this but: I have been tasked to create a program on a Windows CE device that will display a MAP (5km x 5km) that will have nodes placed on it, I get gps cords sent to me via built in radio. I will have to display info about the nodes and will have to zoom in and pan the map. The nodes cover about a 1km area. The CE device will also have a GPS radio so that it ...
Thread:  Show this thread (7 posts)   Thread info: Type of program to use Size: 1,562 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Type of program to use :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
Started 6 days, 23 hours ago (2008-11-14 12:25:00)  by indian143
Hi All, Can I get all the Threads for which I replied recently, if it is possible please help me I need to get a thread for which I have replied recently. Thanks, Aleem Mohammad.
Thread:  Show this thread (6 posts)   Thread info: Can I get all the Threads for which I replied recently Size: 241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can I get all the Threads for which I replied recently :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
n-tier - 6 new posts
Started 1 day, 4 hours ago (2008-11-20 07:24:00)  by DaveyM69
All the apps Ive worked on so far have been either small utilities or single user local stuff so I've been able to avoid tackling multi tier development Unfortunately (though I'm looking forward to the challenge), the next project in the queue is a little bigger and will need to be far more flexible and I think the best approach is going to be the standard(?) 3 tier system. I've done some ...
Thread:  Show this thread (6 posts)   Thread info: n-tier Size: 845 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "n-tier :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
Started 4 days, 5 hours ago (2008-11-17 05:57:00)  by meeram395
I have some issues related with Unit Testing. Could anyone please help me in finding out the correct forum for putting the same?
Thread:  Show this thread (4 posts)   Thread info: Queries on Unit Testing Size: 166 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Queries on Unit Testing :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
Started 1 day, 15 hours ago (2008-11-19 20:24:00)  by PIEBALDconsult
When a CheckBox and some other Control are used to display a nullable variable, where the CheckBox is used to indicate whether or not the variable is null, which do you find more intuitive: 1) A check means the field IsNull 5) A check means the field HasValue (If you're in the "use a magic value" camp, please don't respond.)
Thread:  Show this thread (3 posts)   Thread info: Indication of null variables Size: 395 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Indication of null variables :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
word dictionary - 2 new posts
Started 1 week ago (2008-11-14 01:21:00)  by duta
Hi there I’m planning to add a character prognostic algorithm to my text editor, but I don’t know where I can find a good dictionary(word database)? Do you have any idea how Microsoft Word detect misspellings? Can I have access to the MS dictionary? Do you know an open dictionary(word database) or some resources which can I use in order to make my word prediction application? Many thx
Thread:  Show this thread (2 posts)   Thread info: word dictionary Size: 461 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "word dictionary :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
Started 1 day, 9 hours ago (2008-11-20 02:24:00)  by jarqueza
Hi Please help...I have created a report in reporting services but I want to export it directly to an Excel spreadsheet without human intervention. Let's say, when the user click a link I've created in reporting services, it will ask for the file name and where to save the file then output directly in an excel format. Is this possible? Thanks in advance.
Thread:  Show this thread (2 posts)   Thread info: Microsoft Reporting Services 2005 Size: 413 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Microsoft Reporting Services 2005 :: General Discussions :: CodeProject: Discussion Boards. Free source code a..."
General Discussions
Multiple Home Pages - 2 new posts
Started 1 day, 19 hours ago (2008-11-19 16:24:00)  by Pedram Behroozi
Hi guys, Does anybody know how can I set multiple Home pages in my Web Browser? I'm currently using FireFox and for example I want to set CP and Yahoo! Mail as my default Home pages so when I run FireFox these pages would appear. Thanks
Thread:  Show this thread (2 posts)   Thread info: Multiple Home Pages Size: 286 bytes
Related Threads: Same Site | All Sites
Customize: