Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Hello , I want to put status in Twitter using C# code .. i m succeeded in auto Logging in Twitter as my Lab assignment but i m un able to put status ,, i m using code for this :

HtmlElementCollection eInputs = ObjHTMLDocument.GetElementsByTagName("textarea");
foreach (HtmlElement tweet in eInputs)
{
if (tweet.GetAttribute("class").Equals("twitter-anywhere-tweet-box-editor"))
{
tweet.SetAttribute("textarea" , "saad");
break;
}
}
Can any one help me plz ????
please explain pointer
Your lecture wishes to store the exam marks for java,and perform an analysis of the marks.The marks are expressed as a percentage.There are 15 students that wrote the exam. Write the java program that will enable her to:
-input the marks for each student and store in an array called Supp.The input must be validated befoe being stored
-Determine and display the highest and lowest mark.
-Determine and display the average mark for the supplementary exam.
-Determine and display the mean and median(mean is calculated as the average of the lowest and highest marks)
E.g input:15 27 38 2 98 42 87 92 99 13 5 72 67 2 1
Output:
highest:99
lowest:1
median:38
average:44
mean:50

i'd be grateful for your help.
NB: URGENT!
i wanted to ask if you provide services for embedded systems
plz. guide me how can i show each winform for 10 seconds in c# with timer,
i am confued and plz. .provide me some sample for timer .

thanks
in advnace
what does %d , %f and &a mean in C (not C#)
Hi,
this is for a project. i have to make a console application and need to work with a List<String> to hole values for the lifetime of the console application. I have initialised it in the class with the declaration "List<String> myList = new List<String>". this is done at the constructor level and when i need to use it in a method or pass it to another method of another class and use it there, it is not initialised and is null and as a result, any add gives me an error. please help me as i need a solution to it in the next hour or so or my assignment would be screwed. Please help soon. appreciate it. Thanks and Regards
I have a project were the user enters an arrival date and a departure date and clicks the Calculate button or presses the enter key and the app. calculates, formats, and displays the number of nights and the total price.

The price per night should be $115. The application should validate both entries to make sure they are dates that are on or after the current date. The application should also validate the departure date to be sure that it is after the arrival date. This app. should only accept reservations within five years of the current date.

When the app. starts, it should display the current date in the first text box and the current date plus 3 days in the second text box. That way, the user can modify these default dates as necessary.

I have been breaking my head trying to figure out what I'm doing wrong since I can get the dates to appear in the text boxes as specified and only have a vague idea as to how to accept reservations for up 5 years.
how do you write a C# program that asks for three numbers and prints the average value.
How may I gain assistance in learning the c# language and controls such as DetailsView, SqlDatasource, Gridview, etc.? I live in Richmond, VA and have searched online for local tutors but I've had difficulty finding one. Please let me know the best way to get hands on experience with the c# language (working in visual studio 2010). Thanks for your assistance.
LATEST TUTORIALS
APPROVED BY CLIENTS