blah blah blah is here! blah blah » Close

0
votes
1 answers

Problem In Returning Value in C# [Method]

I'm creating a game in which I've used Random number system and user number to match.. simple logic this is.. here, i've to give +5 marks to the user if he/she is right.. in txtPoint else, if wrong then -1 from the score. I've made this ...

0
votes
0 answers

font changing issue in c#

i figured it out myself. thx tip: if you try to apply a font style to a text with mixt fonts it will remove all other fonts.

0
votes
1 answers

Scheduled Task

I have a C# console application that extracts data from SQL server tables and pushes into an Excel file. It is a command line program. If I execute it from Windows command prompt it works perfectly fine, but if I schedule it with Windows Sc ...

1
votes
1 answers

Read-only properties

Hi I'm doing a school work in a console application, I'm not sure if I maybe misunderstand the question. Here it goes: Create class Rectangle. The class has attributes length and width, each of which defaults to 1. It has read-only prope ...

Feedback