|
More site info...
|
|
Forum profile page for C# on http://www.daniweb.com.
This report page is the aggregated overview from a single forum: C#, located on the Message Board at http://www.daniweb.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.daniweb.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.
|
|
|
|
|
Posting activity on C#:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
32
|
248
|
710
|
|
Post:
|
123
|
673
|
1,835
|
|
|
C# Posting activity graph:
|
Top authors during last week:
user's latest post:
Two Tables In DataGridView
Published (2008-11-28 16:52:29)
I meant dataviews as in table on the form, I was expecting it to be 2 datasets.
user's latest post:
combining methods
Published (2008-11-28 10:52:17)
yes you did, now hopefully he will go down that path
user's latest post:
How to open a excel file.
Published (2008-11-28 11:52:34)
You might also want to read the article http://support.microsoft.com/kb/306572/
user's latest post:
how to collect the datas from...
Published (2008-11-28 23:34:11)
hi the above code is only for the selected node i need to read all root node and their child node in the tree.
user's latest post:
Outlook.Selection: determine...
Published (2008-11-27 03:50:15)
This is what I meant Help with Code Tags ( Toggle Plain Text ) Outlook.Application app = new Outlook.Application(); Outlook.Selection oSel; Outlook.Explorer oEx = app.ActiveExplorer; oSel = oEx.Selection; Object oItem; oItem = oSel.Item; String msgClass = oItem.MessageClass; Outlook.Application app = new Outlook.Application(); Outlook.Selection oSel; Outlook.Explorer oEx = app.ActiveExplorer; oSel = oEx.Selection; Object oItem; oItem =...
user's latest post:
I need help!!! - Page 2 - C#
Published (2008-11-25 10:59:40)
CAN YOU HELP ME WITH THIS ONE ALSO! 2.Enter a string of numbers on the keyboard until we enter "0". After that we need to print out the Arithmetic mean of the par numbers (ex: 2) and the impair numbers (ex: 3) that we entered earlier. I've spend all day i can't make it!
user's latest post:
help with BNF - Page 2 - C#
Published (2008-11-26 16:58:01)
I just wanted to know which one(s)! Sorry for the poor wording. I've never made / used an assembler, but I know what one is.
user's latest post:
Sending a class object in udp -...
Published (2008-11-25 12:59:23)
• • • • Originally Posted by Murtan As a side note to the discussion, although it is convenient in this context to have the default Car constructor generate a random car, the constructor seems to be doing an awful lot, including adding delays? I try to promote the simple constructor theory where the constructor is as simple as possible and very rarely has problems. It would be a better design to pull the...
user's latest post:
combining methods
Published (2008-11-28 21:52:17)
Ok guys, I must be really missing something. I've been working on this one spot for a couple of days now. I went back to the first code that I posted. I've tried adding a while loop and calling the second method, which is the testUrl. Here is what I've changed the first method to. Help with Code Tags ( Toggle Plain Text ) private void toolStripButtonLinks_Click(object sender, EventArgs e) { int i = 0; foreach (HtmlElement link...
user's latest post:
Forms in MDI Tab not resizing...
Published (2008-11-25 23:58:52)
funny enough. if you substitute the Help with Code Tags ( Toggle Plain Text ) f_New.WindowState = FormWindowState.Maximized; f_New.WindowState = FormWindowState.Maximized; with Help with Code Tags ( Toggle Plain Text ) f_New.Size = Tab.Size f_New.Size = Tab.Size and include a Help with Code Tags ( Toggle Plain Text ) void tbctrlMain_SizeChanged(object sender, EventArgs e) { foreach (ExtremeTabPage tabpage in tbctrlMain.TabPages) { Form form =...
|
|
|
|
Latest active threads on C#::
Started 5 days, 9 hours ago (2008-11-28 08:52:11)
by karthi_selva
Hi, i created run time treeview. i do't know how to collects the datas from that treeview. please send the syntax to me. i am searched in google but i m not get any relevant information. Regards, Karthikeyan S
Started 6 days, 17 hours ago (2008-11-27 01:09:20)
by sfrider0
I created the first method, which gets and displays all the links in a web page in a listView when a button is pressed. I found the second method on a site that supposedly checks to see if a link is valid. I need help on incorporating it into my program. I would like that after it checks the link, that it will tell me if it is valid or not beside the link in my listView box. I'm still ...
Started 1 week ago (2008-11-26 02:58:41)
by sumitbaks
Hi All, I have created a setup project for a WPF application using VS 2008. Now if reinstall the same version again the default settings are not overwriting the user made settings. Suppose my project while installation creates an xml file. The user can change that file. However if I reinstall it again the xml file should be replaced by the default one. I believe there is ...
Started 5 days, 5 hours ago (2008-11-28 12:52:29)
by Gaurav arora
Hi all i want to display two unrelated tables in the same datagridview. I m using merge method of datasets but in vain. Any idea Plz
Started 5 days, 16 hours ago (2008-11-28 02:13:54)
by abhay_pundir
Hellllo everyone. i want to know that how to open a excel file in c# and how to copy the excel file data to the clipboard. thanx
Started 1 week, 1 day ago (2008-11-25 09:59:34)
by bogdanAR
Can someone help me. I need to solve these problems with c#. Verry fast!! 1. Display the first Prime "n" numbers (n=given from the keyboard) Ex: n= 6 -> 2, 3,5,7,11, 13 2. Enter a string of numbers on the keyboard until we enter "0". After that we need to print out the Arithmetic mean of the par numbers (ex: 2) and the impair numbers (ex: 3) that we entered earlier. Tankyou...
Started 5 days, 12 hours ago (2008-11-28 05:52:53)
by karthi_selva
hi, i am created the view at run time using the following code TreeView myTreeView = new TreeView(); myTreeView.Location = new Point(0,0); myTreeView.Size = new Size(100,200); this.Controls.Add(myTreeView); //now that it's on the form, you can add nodes to it myTreeView.Nodes.Add(new TreeNode("something"); but runtime the tree view not displayed in ...
Started 5 days, 14 hours ago (2008-11-28 04:13:36)
by karthi_selva
hi, i am doing a project using C#, i don't know how to creat the table at run time using C#. if u know please send ur information or codes or notes. Regards, Karthikeyan S
Started 6 days, 14 hours ago (2008-11-27 03:58:03)
by narayanc1
Hi , I Developed a windows Deployment Application.It contains One Windows Application,Windows Service and Custom Action Application.Some Times While Uninstalling Windows service is Removed and Uninstall process is Stopped.And It is showing an error that Specified service doesn't exist.Then I am manually installing the Windows Service from Visual studio 2005 Command Prompt.then Uninstall ...
Started 1 week ago (2008-11-26 00:58:35)
by murderotica
Hello there, I've been doing some research about the Outlook.Selection interface and made an application out of it. My goal is to get all of the items in my inbox folder. I have already created a way to get all of them, my problem is to filter each types of items in my inbox. I found a link that could handle it but it is written in VB. It has all of the information that I needed but it ...
|
|
Hot threads for last week on C#::
Started 1 week, 1 day ago (2008-11-25 09:59:34)
by bogdanAR
Can someone help me. I need to solve these problems with c#. Verry fast!! 1. Display the first Prime "n" numbers (n=given from the keyboard) Ex: n= 6 -> 2, 3,5,7,11, 13 2. Enter a string of numbers on the keyboard until we enter "0". After that we need to print out the Arithmetic mean of the par numbers (ex: 2) and the impair numbers (ex: 3) that we entered earlier. Tankyou...
Started 1 week, 1 day ago (2008-11-25 16:59:06)
by laki234
hi here is BNF grammer.Can anybody help me to understand it. <bool exp> -> <bool term> { "&" <bool term>} <bool exp> -> "!" "(" <bool exp> ")" <bool exp> -> <relation> { "|" <relation>} <relation> -> <exp> ("=" | "<" | ">") <exp> <exp> -> <term> {"+" <term> | "-" <term>} <term> -> <factor> { "*" <factor> | "/" <factor>} <factor> -> <number> | "(" <exp> ")" ...
Started 1 week ago (2008-11-26 00:58:35)
by murderotica
Hello there, I've been doing some research about the Outlook.Selection interface and made an application out of it. My goal is to get all of the items in my inbox folder. I have already created a way to get all of them, my problem is to filter each types of items in my inbox. I found a link that could handle it but it is written in VB. It has all of the information that I needed but it ...
Started 1 week, 1 day ago (2008-11-25 08:59:17)
by Nighthawkspt
Hi I'm currently working on a project that involves a carwash simulation. At the moment I'm stuck on sending a car object from the car class I created to another program. I am using udp for the sending of data for this project. I've googled how to do this with no luck so I figured I would ask here. I already know how to send a string message using udp but not sure how I would send this ...
Started 5 days, 12 hours ago (2008-11-28 05:52:53)
by karthi_selva
hi, i am created the view at run time using the following code TreeView myTreeView = new TreeView(); myTreeView.Location = new Point(0,0); myTreeView.Size = new Size(100,200); this.Controls.Add(myTreeView); //now that it's on the form, you can add nodes to it myTreeView.Nodes.Add(new TreeNode("something"); but runtime the tree view not displayed in ...
Started 1 week, 1 day ago (2008-11-25 10:59:28)
by Basma.A
Hi all; i dont know how to access data stored in C: Drive (folders) where i want to retrieve this data and put it into a TreeNodes please i need help quickly thanks in advance yours; Eng.Basma Ahmed, Symbian Developer, ASGATech Company, Cairo.
Started 6 days, 17 hours ago (2008-11-27 01:09:20)
by sfrider0
I created the first method, which gets and displays all the links in a web page in a listView when a button is pressed. I found the second method on a site that supposedly checks to see if a link is valid. I need help on incorporating it into my program. I would like that after it checks the link, that it will tell me if it is valid or not beside the link in my listView box. I'm still ...
Started 1 week ago (2008-11-26 02:58:41)
by sumitbaks
Hi All, I have created a setup project for a WPF application using VS 2008. Now if reinstall the same version again the default settings are not overwriting the user made settings. Suppose my project while installation creates an xml file. The user can change that file. However if I reinstall it again the xml file should be replaced by the default one. I believe there is ...
Started 5 days, 14 hours ago (2008-11-28 04:13:36)
by karthi_selva
hi, i am doing a project using C#, i don't know how to creat the table at run time using C#. if u know please send ur information or codes or notes. Regards, Karthikeyan S
Started 5 days, 9 hours ago (2008-11-28 08:52:11)
by karthi_selva
Hi, i created run time treeview. i do't know how to collects the datas from that treeview. please send the syntax to me. i am searched in google but i m not get any relevant information. Regards, Karthikeyan S
|
|