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

C# | Forum profile

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

Posting activity on C#:

  Week Month 3 Months
Threads: 191 711 1,883
Post: 703 2,467 6,246
 

C# Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Luc Pattyn
36
user's latest post:
comparing volatile integer
Published (2009-11-24 05:55:00)
yes, in general autoincrement is two distinct operations; even if the CPU may have an instruction to do all of it, if the language (and hence the compiler) does not tell you the autoincrement is guaranteed to be atomic, then you must play it safe and treat it as a read and a write, with a possible thread switch in between (and on multi-core another core intervening would also create havoc). There isn't a keyword that will save you, not...
Shameel
31
user's latest post:
Windows service schedule
Published (2009-11-24 11:18:00)
May be the OP does not know what he/she wants. That is why I suggested console app + Task schduler will be a better candidate than a Windows Service. Windows Service is NOT designed to act like a task scheduler.
PIEBALDconsult
27
user's latest post:
Windows service schedule
Published (2009-11-24 12:44:00)
<DevilsAdvocate>The OnStart could spawn off a Thread that Sleeps and the OnStop could Abort that Thread.</DevilsAdvocate>
musefan
22
user's latest post:
Chnging a combo box entry
Published (2009-11-24 09:02:00)
I think your problem is that you want to change the value of an entry by typing over it. The problem being that once you start typing you loose any reference to the item you want to change. Perhaps an option would be to handle to OnEnter event and store the selected index, then when you detect the 'Enter' key you can use that index to change the value of the correct item. something like... int currentIndex = -1; void OnEnter( object...
Richard MacCutchan
21
user's latest post:
i have problem...
Published (2009-11-24 03:52:00)
bekzod009 wrote: Thanks And what is your problem?
Abhishek sur
20
user's latest post:
Change Calendar Type of...
Published (2009-11-24 17:16:00)
No.. It wont be. You need to use any Javascript calendar..
Christian Graus
16
user's latest post:
Chnging a combo box entry
Published (2009-11-24 08:27:00)
Have you tried setting the selected index ?
stancrm
14
user's latest post:
problem in change form's Skin
Published (2009-11-22 16:33:00)
buy the real version.
Saksida Bojan
14
user's latest post:
Parameterless catch?
Published (2009-11-23 12:15:00)
That one belongs exclusive to VB language
d@nish
14
user's latest post:
8-puzzle problem
Published (2009-11-24 05:59:00)
That is the "result" regardless of the option chosen. If not in this course, somewhere later on.
 

Latest active threads on C#::

CodeProject: Discussion Boards. Free source code and programming help
Started 23 hours, 19 minutes ago (2009-11-25 09:18:00)  by harold aptroot
It depends on your data. What is your data? More importantly, what is the entropy of your data?
Thread:  Show this thread (4 posts)   Thread info: RFID Size: 188 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: RFID :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 23 hours, 30 minutes ago (2009-11-25 09:07:00)  by Shameel
Thread:  Show this thread (5 posts)   Thread info: Static in C# 1.1 Size: 54 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Static in C# 1.1 :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 22 hours, 59 minutes ago (2009-11-25 09:38:00)  by jrahma
just one note.. I have disabled the firework and now i am able to connect from the client to the remote through sql management studio.. but where is the issue if the port 1433 and the sqlserv exe is already added?
Thread:  Show this thread (2 posts)   Thread info: A network-related or instance-specific error Size: 269 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: A network-related or instance-specific error :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 23 hours, 11 minutes ago (2009-11-25 09:26:00)  by d@nish
No.
Thread:  Show this thread (2 posts)   Thread info: benifit of string constructor Size: 41 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: benifit of string constructor :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 2 hours ago (2009-11-25 06:10:00)  by The Man from U.N.C.L.E.
In what context? Is this in a webservice, web application, windows service, active directory logon, vpn connection, remote desktop connection, citrix environment?
Thread:  Show this thread (9 posts)   Thread info: MAC Address Size: 206 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MAC Address :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 23 hours, 25 minutes ago (2009-11-25 09:12:00)  by Shameel
Visual studio uses this information to pass appropriate parameters to the C# compiler to embed these resources during compilation. Whenever you add any embeddable resource to a form (image, etc.), it is serialized and stored in the corresponding .resx file (Form1.resx for Form1.cs).
Thread:  Show this thread (2 posts)   Thread info: node EmbeddedResource in *.csproj file? Size: 313 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: node EmbeddedResource in *.csproj file? :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 23 hours, 29 minutes ago (2009-11-25 09:08:00)  by rpm8200
Hi folks... hope someone can help. I created a simple UserControl in a C# Project (VS9) that basically consists of a Label placed on that Usercontrol. The following happens: 1) place the Usercontrol "Label" via designer on another UserControl "Parent" 2) change the Fontsize of "Label" to another value (e.g. from 9,25 to 14,75) 3) see the "Label" Control is relocated from original position to a...
Thread:  Show this thread (3 posts)   Thread info: Control relocated if changing fontsize in designer Size: 774 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Control relocated if changing fontsize in designer :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 4 hours ago (2009-11-25 04:28:00)  by d@nish
Can you the insertion code you are using?
Thread:  Show this thread (11 posts)   Thread info: Problem while inserting a new row in database from C# application Size: 79 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem while inserting a new row in database from C# application :: C# :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 4 hours ago (2009-11-25 04:08:00)  by Calla
Seriously, it sounds like you're posting questions from an exam. Maybe you should do your own homework!
Thread:  Show this thread (6 posts)   Thread info: Question ? Size: 207 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Question ? :: C# :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on C#::

C#
Started 1 week ago (2009-11-18 11:31:00)  by Richard MacCutchan
A possibility: Use DateTime() to discover what day of the week is 1st of the month. From there you can calculate when the first Monday is. Then, from the number of days in the month you can calculate how many more there will be.
Thread:  Show this thread (22 posts)   Thread info: Calculate How Many Mondays in a Particular Month Size: 290 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Calculate How Many Mondays in a Particular Month :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 3 days, 2 hours ago (2009-11-23 06:23:00)  by dojohansen
You can. But why are you doing it? It's a terrible practice to use exceptions as part of normal program flow. Exceptions are supposed to be *exceptional* - and there are extremely few cases where it would make any sense to just catch any exception, ignore it, and attempt to continue.
Thread:  Show this thread (19 posts)   Thread info: Parameterless catch? Size: 327 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Parameterless catch? :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 1 day, 22 hours ago (2009-11-24 10:24:00)  by Calla
Does it really have to be a windows service if you only need to run it once every day at a certain time? Maybe you could schedule windows to run your program att 12AM instead?
Thread:  Show this thread (19 posts)   Thread info: Windows service schedule Size: 205 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Windows service schedule :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 3 days, 4 hours ago (2009-11-23 03:59:00)  by Nagy Vilmos
Clue: ShortcutKeys
Thread:  Show this thread (17 posts)   Thread info: Using Function Keys Size: 71 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Using Function Keys :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
[Message Deleted] - 16 new posts
Started 2 days, 3 hours ago (2009-11-24 05:10:00)  by POOLAK
Thread:  Show this thread (16 posts)   Thread info: [Message Deleted] Size: 30 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[Message Deleted] :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Re: COMBO BOX ISSUE - 15 new posts
Started 1 week, 1 day ago (2009-11-17 09:02:00)  by musefan
You could create a static list which is also added to when you add to the comboBox, then use this list to populate the comboBox when the form is opened... FormShown event or something similar will do the trick
Thread:  Show this thread (15 posts)   Thread info: COMBO BOX ISSUE Size: 247 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: COMBO BOX ISSUE :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 1 week ago (2009-11-19 07:29:00)  by Abhishek sur
What do you exactly mean ? All language means ? C#, VB.NET, F# etc all the available .NET languages ?? I dont find the meaning.
Thread:  Show this thread (12 posts)   Thread info: C# file containing all langage constructs Size: 263 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: C# file containing all langage constructs :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 1 day, 4 hours ago (2009-11-25 04:28:00)  by d@nish
Can you the insertion code you are using?
Thread:  Show this thread (11 posts)   Thread info: Problem while inserting a new row in database from C# application Size: 79 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem while inserting a new row in database from C# application :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 1 week, 1 day ago (2009-11-17 10:25:00)  by d@nish
You are closing the connection inside ExecuteScalarInThread method. That should be the problem.
Thread:  Show this thread (10 posts)   Thread info: ExecuteReader requires an open and available Connection. The connection's
current state is closed. Size: 133 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: ExecuteReader requires an open and available Connection. The
connection's current state is closed. :: C# :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 1 week ago (2009-11-18 13:44:00)  by LimitedAtonement
Dear Mr. Viagra, There might be many ways to do this. Is this in the on-paint method of said control, or is this a child control? Perhaps you're just making a bitmap show up on your Panel , and it should change size dynamically. Well, here's a go: Create a Control : Panel , and override its OnPaint method to do something like this: e.Graphics.Clear(BackColor); e.Graphics.DrawImage(image...
Thread:  Show this thread (10 posts)   Thread info: Stretch to parent control Size: 1,567 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Stretch to parent control :: C# :: CodeProject: Discussion Boards. Free source code a..."