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# Language | Forum profile

Forum profile page for C# Language on http://www.c-sharpcorner.com. This report page is the aggregated overview from a single forum: C# Language, located on the Message Board at http://www.c-sharpcorner.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# Language" on the Message Board at http://www.c-sharpcorner.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: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, XAML, .NET 3.0, .NET 3.5,
Visual Studio 2008 Forums - C# Language (site profile, domain info c-sharpcorner.com)
Title: C# Language
Url: http://www.c-sharpcorner.com/Forums/ShowPost.as...
Users activity: 23 posts per thread
Forum activity: 70 active threads during last week
 

Posting activity on C# Language:

  Week Month 3 Months
Threads: 70 375 1,239
Post: 168 937 2,875
 

C# Language Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Kirtan
19
user's latest post:
Drawing a graph using circle
Published (2009-11-26 13:30:00)
Hiii Check Below Tutorial For Windows Mobile ..Chart http://community.opennetcf.com/articles/cf/archive/2007/10/31/using-gdi-on-windows-mobile.aspx and check do you like this answer check box :)
home base
12
user's latest post:
cookies in asp.net with c#
Published (2009-11-26 02:35:00)
You can use the Convert class or the Parse method of the built-in type you are casting to.  i.e.     string myStr = "123";     int myParsedInt = Int32.Parse(myStr);     int myConvertedInt = Convert.ToInt32(myStr); This example uses the int type, but you can also use the same techniques for any of the other integral or floating point types.
niki d
11
user's latest post:
Using sizeof() in c# with arrays
Published (2009-11-26 05:37:00)
Friend, This sizeof method is used to get the size of value types. You cannot use it for arrays. But you can get the size of 'Vertex' type and multiply it by the length of the array. Console .WriteLine( "The size of v is {0}." , ( sizeof ( Vertex ) * v.Length).ToString());   Please mark Do you like this answer checkbox, if this helps.  
Sam Hobbs
10
user's latest post:
hex editor formatting
Published (2009-11-24 14:14:00)
Use the BinaryReader Class . Use BinaryReader.BaseStream Property to get the underlying stream so you can use the Stream.Position Property to set the position within the file. Use BinaryReader.ReadBytes to read the bytes in the file.
Naim Khan
9
user's latest post:
where is database file of MySql
Published (2009-11-26 01:13:00)
i don't want that sir ... i m asking about physical file of Data Base . means where is the structure file of My Data Base. and where is Store in my system.. hope you understand what i want.... please reply me fast thanks in Advance
Roei Bar
7
user's latest post:
pass valiable to parent control
Published (2009-11-21 03:13:00)
well my friend, for the question you present you will need to use Delegates, you will need to create a public delegate for each Control and on the OnClick on the button in Child Control call the A.Delegate hope you can understand this
Amit
6
user's latest post:
Error Button with Tabpanel of...
Published (2009-11-26 00:37:00)
Dear Friend, I have write some code for you about having problem of how to identify which tab is selected?? or on which tab controls are to be added.. Please Dont forget to mark the answer :) it'll help me to get some points... Download the project from here
Bryan
6
user's latest post:
Process running invisible from...
Published (2009-11-24 15:12:00)
No I have not. Thank you!
theLizard
5
user's latest post:
Array Class
Published (2009-11-26 15:37:00)
Adding to Piort Justyna 's reply if you want to resize the array  eg int[] j = new int[0]; //zero elements -->  Array.Resize(ref j, j.Length +1);  //increase size of array by one (1) This is most useful in while or for loops. eg.         int i = 0;         while(i != recordCount){...
arvind haritus
4
user's latest post:
timer problem
Published (2009-11-24 02:39:00)
If you are using javascript then after updating record call a javascript function and pass the status of the record (Yes or No) to that function and show the div accordingly. And you can hide this div by javascript delay function. -Arvind
 

Latest active threads on C# Language::

Started 4 days, 13 hours ago (2009-11-26 10:50:00)  by Piort Justyna
You can create an instance of a class implementing the Array class simply my executing one of Array's methods: Array sampleArray = Array.CreateInstance(Type.GetType("String"), 2); This will create an instance of an one-dimensional array, which can contain 2 elements of type 'String'. This is 100% correct but it's a lot easier to use this array: String[] sampleArray1 = ...
Thread:  Show this thread (3 posts)   Thread info: Array Class Size: 777 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Array Class :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 4 days, 9 hours ago (2009-11-26 15:05:00)  by theLizard
Try using a DB Exception in your catch eg. catch( DbException ex) instead of a general Exception you may be able to get more info on what is going on. A general exception will not trigger on a data error exception (at least I have never seen it to)
Thread:  Show this thread (2 posts)   Thread info: Placing Data from a Dataset table directly into SQL Size: 268 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Placing Data from a Dataset table directly into SQL :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 5 days, 17 hours ago (2009-11-25 06:48:00)  by home base
this link may be help try this .
Thread:  Show this thread (9 posts)   Thread info: where is database file of MySql Size: 101 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: where is database file of MySql :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 4 days, 22 hours ago (2009-11-26 02:20:00)  by Saulius
The problem is, that I cannot use DrawPie() and FillPie() methods, becouse I am in Compact Framework platform.
Thread:  Show this thread (4 posts)   Thread info: Drawing a graph using circle Size: 115 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Drawing a graph using circle :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 4 days, 19 hours ago (2009-11-26 05:37:00)  by niki d
Friend, This sizeof method is used to get the size of value types. You cannot use it for arrays. But you can get the size of 'Vertex' type and multiply it by the length of the array. Console .WriteLine( "The size of v is {0}." , ( sizeof ( Vertex ) * v.Length).ToString()); Please mark Do you like this answer checkbox, if this helps.
Thread:  Show this thread (2 posts)   Thread info: Using sizeof() in c# with arrays Size: 728 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Using sizeof() in c# with arrays :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 4 days, 22 hours ago (2009-11-26 02:35:00)  by home base
You can use the Convert class or the Parse method of the built-in type you are casting to. i.e. string myStr = "123"; int myParsedInt = Int32.Parse(myStr); int myConvertedInt = Convert.ToInt32(myStr); This example uses the int type, but you can also use the same techniques for any of the other integral or floating point types.
Thread:  Show this thread (5 posts)   Thread info: cookies in asp.net with c# Size: 647 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: cookies in asp.net with c# :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 4 days, 23 hours ago (2009-11-26 00:54:00)  by niki d
Hi Friend, As I feel, what you have done is correct. If you change the size of the matrix then definetely you will have to reassign the values of each and every pixel. I dont think you can stop that by using another way. You can use a class like this. So you can set the values from outside according to OOP concepts. public class MyImage { private int _ImageSize =...
Thread:  Show this thread (2 posts)   Thread info: what is the best practise to read and calculate matrices representation 16
x 16 pixels? Size: 1,282 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: what is the best practise to read and calculate matrices
representation 16 x 16 pixels? :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 6 days, 20 hours ago (2009-11-24 03:56:00)  by Manath Pathana
Thank for reply. But you can correct it by give some code for me. now it still error. I want some code from you. Thank
Thread:  Show this thread (7 posts)   Thread info: Error Button with Tabpanel of Ajax Toolkit Size: 140 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error Button with Tabpanel of Ajax Toolkit :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
 

Hot threads for last week on C# Language::

Started 1 week, 1 day ago (2009-11-22 10:47:00)  by Kirtan
Friend, SQL Lite is small db that can be integrated with Application for example Firefox Browser using SQL Lite Database to Store its Settings For Connecting SQL With .net use SQl Lite .net connector http://www.sqlite.org/index.html
Thread:  Show this thread (9 posts)   Thread info: need example of small DB embeded in the application it self Size: 335 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: need example of small DB embeded in the application it self :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 5 days, 17 hours ago (2009-11-25 06:48:00)  by home base
this link may be help try this .
Thread:  Show this thread (9 posts)   Thread info: where is database file of MySql Size: 101 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: where is database file of MySql :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 6 days, 20 hours ago (2009-11-24 03:56:00)  by Manath Pathana
Thank for reply. But you can correct it by give some code for me. now it still error. I want some code from you. Thank
Thread:  Show this thread (7 posts)   Thread info: Error Button with Tabpanel of Ajax Toolkit Size: 140 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error Button with Tabpanel of Ajax Toolkit :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 6 days, 18 hours ago (2009-11-24 06:45:00)  by Naim Khan
thank u sir for reply me but still its not working i used UCASE instead of Upper but still its not working i m sending you gbl.Show_Country() function hope you will under stand . please try to resolve my problem..... // code public DataSet show_country() { DataSet ds = null; string msg = ""; MySqlParameter[] myParams = new MySqlParameter[0]; try { gDB.OpenConnecti on(); ds = ...
Thread:  Show this thread (6 posts)   Thread info: how to use Upper function in mysql using c# Size: 563 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to use Upper function in mysql using c# :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 5 days, 23 hours ago (2009-11-25 01:39:00)  by Nikhil Kumar
Vinaya this is very good time to use windows control library control listen just create a user control by windows control library in that take a panel and and fill the backgroung color as you like and shape that in a rectagle and then put a button there like a close button and code on that button event this.Close(); simple and use that control in all your mdi sub forms. for further ...
Thread:  Show this thread (5 posts)   Thread info: disable minimize/maximize and restore button on mdi child form. But need
Close button to be active. Size: 1,116 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: disable minimize/maximize and restore button on mdi child form. But
need Close button to be active. :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 6 days, 23 hours ago (2009-11-24 01:41:00)  by Amit
hi Friend, If you want to use the class as functionally overloaded and can be inherited with multiple class then make it interface and if you want only to overload the functionality not for multiple inheritance you can use Abstract classes...... Hope you get it.... its by my experience .....and dont forget to mark the answer if it helps.....:)
Thread:  Show this thread (5 posts)   Thread info: Should I use an abstract class or an interface? Size: 379 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Should I use an abstract class or an interface? :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 4 days, 22 hours ago (2009-11-26 02:35:00)  by home base
You can use the Convert class or the Parse method of the built-in type you are casting to. i.e. string myStr = "123"; int myParsedInt = Int32.Parse(myStr); int myConvertedInt = Convert.ToInt32(myStr); This example uses the int type, but you can also use the same techniques for any of the other integral or floating point types.
Thread:  Show this thread (5 posts)   Thread info: cookies in asp.net with c# Size: 647 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: cookies in asp.net with c# :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 week, 3 days ago (2009-11-20 15:13:00)  by John Penn
You shouldn't be using a service to start the process if there's a GUI involved. The simplest solution would be to place a shortcut for the process in the All User's startup folder.
Thread:  Show this thread (10 posts)   Thread info: Process running invisible from Windows Service Size: 195 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Process running invisible from Windows Service :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 week, 2 days ago (2009-11-21 07:00:00)  by Rujuta Xavier
Hi... I did not understand your problem fully but I'll help the way I can. If you want the user to select a checkbox and then insert a value into the gridview and want to have a constraint that no one adds a similar record again then keep the autopostback of checkbox as well gridview true so that everytime user click the page is refreshed and they me see all the added record also do back end ...
Thread:  Show this thread (8 posts)   Thread info: how to validate in datagridview using C# Size: 571 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to validate in datagridview using C# :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 4 days, 22 hours ago (2009-11-26 02:20:00)  by Saulius
The problem is, that I cannot use DrawPie() and FillPie() methods, becouse I am in Compact Framework platform.
Thread:  Show this thread (4 posts)   Thread info: Drawing a graph using circle Size: 115 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Drawing a graph using circle :: C# Language :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."