My account: Login | Sign Up
Loading... 

C# | Forum profile

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.

Site: www.daniweb.com - IT Tech Talk - C# (site profile, domain info daniweb.com)
Title: C#
Url: http://www.daniweb.com/forums/forum61.html
Users activity: 26 posts per thread
Forum activity: 32 active threads during last week
 

Posting activity on C#:

  Week Month 3 Months
Threads: 32 248 710
Post: 123 673 1,835
 

C# Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
LizR
30
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.
dickersonka
15
user's latest post:
combining methods
Published (2008-11-28 10:52:17)
yes you did, now hopefully he will go down that path
ddanbe
13
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/
karthi_selva
10
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.
murderotica
9
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 =...
bogdanAR
8
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!
gbertoli3
7
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.
Nighthawkspt
4
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...
sfrider0
4
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...
gp04lch
3
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#::

www.daniweb.com - IT Tech Talk
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
Thread:  Show this thread (4 posts)   Thread info: how to collect the datas from the treeview using C# Size: 410 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to collect the datas from the treeview using C# :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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 ...
Thread:  Show this thread (8 posts)   Thread info: combining methods Size: 3,384 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "combining methods :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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 ...
Thread:  Show this thread (7 posts)   Thread info: Reset settings on reinstallation of a setup project Size: 653 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Reset settings on reinstallation of a setup project :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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
Thread:  Show this thread (4 posts)   Thread info: Two Tables In DataGridView Size: 256 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Two Tables In DataGridView :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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
Thread:  Show this thread (3 posts)   Thread info: How to open a excel file. Size: 268 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to open a excel file. :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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...
Thread:  Show this thread (17 posts)   Thread info: I need help!!! Size: 599 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "I need help!!! :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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 ...
Thread:  Show this thread (9 posts)   Thread info: how to create the treeview during runn tim Size: 751 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to create the treeview during runn tim :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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
Thread:  Show this thread (6 posts)   Thread info: How to draw the table during run time using C# Size: 346 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to draw the table during run time using C# :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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 ...
Thread:  Show this thread (1 post)   Thread info: Error While Uninstalling the MSI Installer Size: 719 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Error While Uninstalling the MSI Installer :: C# :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
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 ...
Thread:  Show this thread (12 posts)   Thread info: Outlook.Selection: determine what type of item is selected. Size: 882 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Outlook.Selection: determine what type of item is selected. :: C# :: www.daniweb.com - IT Tech Talk"
 

Hot threads for last week on C#::

C#
I need help!!! - 17 new posts
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...
Thread:  Show this thread (17 posts)   Thread info: I need help!!! Size: 599 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "I need help!!! :: C# :: www.daniweb.com - IT Tech Talk"
C#
help with BNF - 13 new posts
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> ")" ...
Thread:  Show this thread (13 posts)   Thread info: help with BNF Size: 1,001 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "help with BNF :: C# :: www.daniweb.com - IT Tech Talk"
C#
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 ...
Thread:  Show this thread (12 posts)   Thread info: Outlook.Selection: determine what type of item is selected. Size: 882 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Outlook.Selection: determine what type of item is selected. :: C# :: www.daniweb.com - IT Tech Talk"
C#
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 ...
Thread:  Show this thread (11 posts)   Thread info: Sending a class object in udp Size: 924 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sending a class object in udp :: C# :: www.daniweb.com - IT Tech Talk"
C#
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 ...
Thread:  Show this thread (9 posts)   Thread info: how to create the treeview during runn tim Size: 751 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to create the treeview during runn tim :: C# :: www.daniweb.com - IT Tech Talk"
C#
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.
Thread:  Show this thread (8 posts)   Thread info: Accessing Data from C: drive Size: 458 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Accessing Data from C: drive :: C# :: www.daniweb.com - IT Tech Talk"
C#
combining methods - 8 new posts
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 ...
Thread:  Show this thread (8 posts)   Thread info: combining methods Size: 3,384 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "combining methods :: C# :: www.daniweb.com - IT Tech Talk"
C#
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 ...
Thread:  Show this thread (7 posts)   Thread info: Reset settings on reinstallation of a setup project Size: 653 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Reset settings on reinstallation of a setup project :: C# :: www.daniweb.com - IT Tech Talk"
C#
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
Thread:  Show this thread (6 posts)   Thread info: How to draw the table during run time using C# Size: 346 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to draw the table during run time using C# :: C# :: www.daniweb.com - IT Tech Talk"
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
Thread:  Show this thread (4 posts)   Thread info: how to collect the datas from the treeview using C# Size: 410 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to collect the datas from the treeview using C# :: C# :: www.daniweb.com - IT Tech Talk"