Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
QuestionAudio volume level Pin
McBainUK22-Feb-06 8:46
McBainUK22-Feb-06 8:46 
AnswerRe: Audio volume level Pin
McBainUK22-Feb-06 8:59
McBainUK22-Feb-06 8:59 
Questionkeys event Pin
Kola Sokol22-Feb-06 7:39
Kola Sokol22-Feb-06 7:39 
AnswerRe: keys event Pin
User 665822-Feb-06 7:53
User 665822-Feb-06 7:53 
GeneralRe: keys event Pin
Kola Sokol22-Feb-06 23:00
Kola Sokol22-Feb-06 23:00 
GeneralRe: keys event Pin
User 665822-Feb-06 23:48
User 665822-Feb-06 23:48 
QuestionVS Query Builder Pin
Mehdy Khoshrou22-Feb-06 7:11
Mehdy Khoshrou22-Feb-06 7:11 
QuestionProblem with properties??? Pin
richiemac22-Feb-06 7:05
richiemac22-Feb-06 7:05 
Hi all,

I'm declaring a property...

<br />
public int Number ()<br />
       {<br />
            get <br />
            { <br />
                return myInt; <br />
            }<br />
            set <br />
            { <br />
                myInt = value;<br />
            }<br />
        }<br />


and I'm getting a build error. The complaint is coming from the get and set keywords, it is asking for a semi-colon (;) to be placed after each. I also believe that value should be a keyword (i.e. highlighted by the ide) which it is not.

Can anyone help because I thought this was pretty straightforward.
AnswerRe: Problem with properties??? Pin
Sean Michael Murphy22-Feb-06 7:14
Sean Michael Murphy22-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
Mehdy Khoshrou22-Feb-06 7:14
Mehdy Khoshrou22-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
User 665822-Feb-06 7:14
User 665822-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
richiemac22-Feb-06 7:19
richiemac22-Feb-06 7:19 
QuestionHow do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:01
delphidab22-Feb-06 7:01 
AnswerRe: How do I open an aboutbox and close it Pin
User 665822-Feb-06 7:10
User 665822-Feb-06 7:10 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:24
delphidab22-Feb-06 7:24 
GeneralRe: How do I open an aboutbox and close it Pin
Dan Neely22-Feb-06 7:28
Dan Neely22-Feb-06 7:28 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:44
delphidab22-Feb-06 7:44 
GeneralRe: How do I open an aboutbox and close it Pin
User 665822-Feb-06 7:31
User 665822-Feb-06 7:31 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:42
delphidab22-Feb-06 7:42 
QuestionTool to generate C# code for talking to SQL? Pin
Judah Gabriel Himango22-Feb-06 6:44
sponsorJudah Gabriel Himango22-Feb-06 6:44 
AnswerRe: Tool to generate C# code for talking to SQL? Pin
Colin Angus Mackay22-Feb-06 11:21
Colin Angus Mackay22-Feb-06 11:21 
GeneralRe: Tool to generate C# code for talking to SQL? Pin
Judah Gabriel Himango22-Feb-06 12:27
sponsorJudah Gabriel Himango22-Feb-06 12:27 
QuestionWeb service that accesses an Access database with input from/output to a web app? Pin
Red_Wizard_Shot_The_Food22-Feb-06 6:31
Red_Wizard_Shot_The_Food22-Feb-06 6:31 
Questionadding arrows to buttons Pin
Dsypher22-Feb-06 6:30
Dsypher22-Feb-06 6:30 
AnswerRe: adding arrows to buttons Pin
Alomgir Miah22-Feb-06 7:44
Alomgir Miah22-Feb-06 7:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.