Re: New programmer

  • From: "RicksPlace" <ofbgmail@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sat, 1 May 2010 18:18:22 -0400

Another feature I use allot is hitting ctrl+f2 when in a text editor. A list of all objects on a form comes up. You can highlight one of them and tab to a list of all events available for that control. Click one and the Code Stub is dropped into the Code for that Form ready for you to flesh out. This eliminates the need to figure out the exact syntax for every event, the exact parameter argument names and types and make sure that you don't spell something incorrectly. This is just a nice little feature that saves allot of time in place of typing in a Subroutine with exact parameters, usually looking them up someplace.

Rick USA
----- Original Message ----- From: "RicksPlace" <ofbgmail@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Saturday, May 01, 2010 6:11 PM
Subject: Re: New programmer


Actually, it is word completion, it also lists any properties or methods for any object you want to check out. For example, if you want to put some literal text into a TextBox control and you don't know the property to assign the literal to you could type: MyTextBox. Then you hit ctrl+j and a list of properties and methods related to a TextBox comes up. One of them is the Text Property and if you click it the code will then read:
MyTextBox.Textand you can assign your literal like
MyTextBox.Text = "Something you want to be displayed on the form in the text box" There might be a method called Clear that you find cursoring up and down the list of things releated to a textbox, click it and it would be: MyTextBox.Clear Note I don't know if clear is a real method of a TextBox but you might get the idea on how Intellisense can make finding what you want to do easier.
Rick USA
----- Original Message ----- From: "Øyvind Lode" <oyvind.lode@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Saturday, May 01, 2010 2:29 PM
Subject: RE: New programmer


What's Intellesense?
I'm going to try VS Express 2008 at some point.

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of The Elf
Sent: 1. mai 2010 20:16
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: New programmer

the advantage about working in a IDE is that you can code, test run, recode
and rerun and so on, plus if using the VS IDE you have a dedicated help
system geared to what your working on

it's all packaged together and quite accessible this way.

you could program in Ed sharp,  and set things up that way, but its more
time and less aid and you have to set it all up by hand, fine if that's what

you want to do, but a waist of time as far as I am concerned.

plus you would lose intelesense, and other such aids to your work.

HTH,
inthane
proprietor, The Grab Bag,
for blind computer users and programmers
http://grabbag.alacorncomputer.com
Owner: Alacorn Computer Enterprises
"own the might and majesty of a Alacorn!"
custom made computers and peripherals to fit your needs!
www.alacorncomputer.com
----- Original Message ----- From: "Øyvind Lode" <oyvind.lode@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Saturday, May 01, 2010 4:23 AM
Subject: RE: New programmer


Hi

What's the main advantages of using a IDE like Visual Studio?
I thought of just starting out coding in my favorite text editor EdSharp.
Is that a stupid approach?

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of RicksPlace
Sent: 30. april 2010 23:57
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: New programmer

Thanks Chris. It is usable but not clean.
It is what it is unless I ever script it.
Rick USA
----- Original Message ----- From: "chris hallsworth" <christopherh40@xxxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Friday, April 30, 2010 5:54 PM
Subject: Re: New programmer


No I was using JAWS at the time. No workaround as far as I knew solved it.


Chris Hallsworth
E-mail and Facebook: christopherh40@xxxxxxxxxxxxxx
MSN: ch9675@xxxxxxxxxxx
Skype: chrishallsworth7266
Twitter: http://twitter.com/christopherh40

On 30/04/2010 22:27, RicksPlace wrote:
Hay Chris: Are you running Windoweyes? I have a tough time with
Intellisense reading too much and even reading what I had typed on the
TextEditer line. Is that the same problem you were having? If so let me
know how you worked around it. It is annoying.
Rick USA
----- Original Message ----- From: "chris hallsworth"
<christopherh40@xxxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Friday, April 30, 2010 2:20 PM
Subject: Re: New programmer


Hi, I used Visual C# Express 2008, which is very accessible. There are
issues with the intellisense feature, but worked around the problem.
The Express editions of Visual Studio uses language-independent IDEs,
whereas Professional and higher use one IDE for all languages.
Hope this helps.



Chris Hallsworth
E-mail and Facebook: christopherh40@xxxxxxxxxxxxxx
MSN: ch9675@xxxxxxxxxxx
Skype: chrishallsworth7266
Twitter: http://twitter.com/christopherh40

On 30/04/2010 19:14, Øyvind Lode wrote:
Thanks all!
Chris:
Is Visual C# Express Edition accessible out of the box?
And what's the difference between Visual Studio Express, Visual C#
Express?
Is it just that Visual C# is only a C# IDE and Visual Studio is a
complete
IDE for C, C++, C#, F# etc?

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of chris
hallsworth
Sent: 30. april 2010 19:44
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: New programmer

I would go for C# as it's very similar to java in terms of program
structure. When I told my professors at university that I couldn't use
Java natively, that's what they suggested; c#. I used the Visual C#
Express Edition for my programming assignments. Hope this helps.


Chris Hallsworth
E-mail and Facebook: christopherh40@xxxxxxxxxxxxxx
MSN: ch9675@xxxxxxxxxxx
Skype: chrishallsworth7266
Twitter: http://twitter.com/christopherh40

On 30/04/2010 16:13, Øyvind Lode wrote:
Hi

I want to learn to program.
I'm not quite sure what to dive into yet.
I think I want to focus on desktop application development on Windows.

Which language do you recommend?
C, C++, C#, F#, Ruby, Python, Java etc?

Currently I'm leaning towards C# or Java.
I don't know why though :)

I'm a Jaws user and EdSharp is my text editor of choice.



__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind



__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind



__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: