Hi Everyone. I am a new member and am taking C# as an online course. And have a question. I have to create a project that I am having trouble with. I have to...
sounds like you need 2 variables. 1 for the total and 1 for the count. you can get the average by total/count William Weaver William.Weaver@... ... ...
blue Instead of telling you how to write the code lets try a hint first. You need to define the variables for Total and Count so they live longer then each...
Hi Blue, mneale is absolutely right, at the time you need to save the total value in a global variable , and please let clear about what problem you are...
WOW... Text1, Text2, ComboBox13, ListView3 and yet another Text24. Then your code may look like: ... Text1.Text = ComboBox13.Text; Text24.Text = Text2.Text+" -...
Hi friends, Â I want to access a webservice from Remote server(www.yahoo.com) to local machine( 122.165.12.204: 8080Â ). I did that concept but its displaying...
I agree i did wrong calling the textboxes objects names like those... but, since this is supposed to be a list where intermediates and advanced users are i...
What the exception says is that the webservice call had no response try the following: a) review if you are "inside" a firewall, if you are then the system...
abdul - There is probably a problem with the DNS, the port used, a firewall or permissions on the service you are attempting to get to. Getting to these can be...
What is the name of the web service that you are trying to connect to? Chip ... -- "The reason the mainstream is considered a stream is because it's so ...
Hey Carlos I kind of liked what you posted. The idea of a clue is to get them off and running an still not remove the chance to learn. You gave an answer that...
blue - This is not to assist in the assignment but a by the way. If you could use four text boxes you could do the work without using variables. The code would...
Hi Carlos, may be I was a bit too rude in my replay... sorry about that... but I'm fed up to see source code where many many "programmers" do not spend 5...
Hi I am Priyanka.i am new in this group. i just got one of C# project but i don't have much knowledge of C#. so can u pls guide me abt this nd which books i...
Hi, I have a question on Structs. How would I declare and reference a Struct in an ArrayList, IList, or other higher array object? I've used it before, but...
What type of C# project will you be working on? ASP.NET/C#, WinForms, etc. Will you be connecting to legacy projects? or Web Services? I would recommend...
Hi Priyanka, For c#, "complete reference c#" is the best book, no need to get any other books. On Thu, Sep 4, 2008 at 11:26 PM, patelpriyanka21 < ... -- <div...
Hi! I am Amit Prajapati. how are you? If you learn c# from primary level than refer c# by balaguruswmai In this book you can also learn all concept of OOP. Hi ...
Hi Priyanka Go through the csharpcorner.com or you can also find another good tutorials if you will search on google. Thanks & Regards, Manish Rai Software...
Anyone know how to load an Excel XLS file into a C# form, so it's editable and can be saved back to the XLS format. Thanks Green, greenlamar3020@......
Hi I'm a new here ! My aim here is improve my english !!! I'm software developer in c#.I have 2 years expirience. So if some one want to make conversation with...
I have some problem with my vsto Excel add-in. In my add-in i want to raise onclick event of some native Excel button.. I mean that if you click on my addin...
Hi you can use Generic Collections as the following : using System.Collections.Generic; public struct Struct1 { public const string CONST = ""; } List<Struct1>...
... Hi!! I think you just need use Ado.net and create table from excel worksheeet (you can connet just to worksheet not to file) ...and after this use...
There are some links that describe how to call your VSTO code from vba code through a COM add-in: http://msdn.microsoft.com/en-us/office/cc482931.aspx ...