Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shell Programming - Loading a file selected on list view component [modified] Pin
Gianpaolo Barci10-Oct-08 5:07
Gianpaolo Barci10-Oct-08 5:07 
GeneralRe: Shell Programming - Loading a file selected on list view component Pin
Dave Kreskowiak10-Oct-08 5:22
mveDave Kreskowiak10-Oct-08 5:22 
AnswerRe: Shell Programming - MY CODE! Pin
Gianpaolo Barci10-Oct-08 6:12
Gianpaolo Barci10-Oct-08 6:12 
GeneralRe: Shell Programming - MY CODE! Pin
Dave Kreskowiak10-Oct-08 6:49
mveDave Kreskowiak10-Oct-08 6:49 
GeneralRe: Shell Programming - MY CODE! Pin
Gianpaolo Barci10-Oct-08 7:00
Gianpaolo Barci10-Oct-08 7:00 
GeneralRe: Shell Programming - MY CODE! Pin
DaveyM6910-Oct-08 7:45
professionalDaveyM6910-Oct-08 7:45 
GeneralRe: Shell Programming - MY CODE! Pin
Gianpaolo Barci10-Oct-08 7:56
Gianpaolo Barci10-Oct-08 7:56 
GeneralRe: Shell Programming - MY CODE! Pin
DaveyM6910-Oct-08 8:25
professionalDaveyM6910-Oct-08 8:25 
In 'using's at the top of your file you can only put namespaces.

Process is a class within System.Diagnostics so it can't be put in the using (and of course Start is a method of that class).

For future reference, typos like that happen quite regularly. If something's not found there's several ways to find the error.

1. Type the line letter by letter until intellisense kicks in, and see if what you need is in the list (spelled correctly!).
2. Use the Object Browser and search for the class and/or method, or alternatively, browse from the base namespace. This can be good for finding out if there are any references you need to add to your project too.
3. Paste it into google, if there is a typo, at the top of the first page of search results there will normally be a suggested correct spelling.

The first two have the added benifit of showing you all the other stuff in that namespace/class that you wouldn't have known about otherwise. You can learn loads of new stuff by browsing around in there.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

GeneralRe: Shell Programming - MY CODE! Pin
Dave Kreskowiak10-Oct-08 8:27
mveDave Kreskowiak10-Oct-08 8:27 
GeneralRe: Shell Programming - MY CODE! Pin
Gianpaolo Barci10-Oct-08 9:34
Gianpaolo Barci10-Oct-08 9:34 
GeneralRe: Shell Programming - MY CODE! Pin
DaveyM6910-Oct-08 11:27
professionalDaveyM6910-Oct-08 11:27 
Questionmoving 2.0 to 3.0 and up Pin
netJP12L10-Oct-08 4:28
netJP12L10-Oct-08 4:28 
AnswerRe: moving 2.0 to 3.0 and up Pin
DaveyM6910-Oct-08 4:34
professionalDaveyM6910-Oct-08 4:34 
GeneralRe: moving 2.0 to 3.0 and up Pin
netJP12L10-Oct-08 4:40
netJP12L10-Oct-08 4:40 
GeneralRe: moving 2.0 to 3.0 and up Pin
DaveyM6910-Oct-08 4:52
professionalDaveyM6910-Oct-08 4:52 
GeneralRe: moving 2.0 to 3.0 and up Pin
Colin Angus Mackay10-Oct-08 12:51
Colin Angus Mackay10-Oct-08 12:51 
AnswerRe: moving 2.0 to 3.0 and up Pin
Pedram Behroozi10-Oct-08 4:41
Pedram Behroozi10-Oct-08 4:41 
QuestionHDD Serial Number Pin
sasan5610-Oct-08 3:59
sasan5610-Oct-08 3:59 
AnswerRe: HDD Serial Number Pin
Baconbutty10-Oct-08 4:20
Baconbutty10-Oct-08 4:20 
JokeRe: HDD Serial Number Pin
Thomas Stockwell10-Oct-08 4:26
professionalThomas Stockwell10-Oct-08 4:26 
JokeRe: HDD Serial Number Pin
Vasudevan Deepak Kumar10-Oct-08 10:57
Vasudevan Deepak Kumar10-Oct-08 10:57 
GeneralRe: HDD Serial Number Pin
Pedram Behroozi10-Oct-08 4:56
Pedram Behroozi10-Oct-08 4:56 
GeneralRe: HDD Serial Number Pin
Mark Salsbery10-Oct-08 6:03
Mark Salsbery10-Oct-08 6:03 
AnswerRe: HDD Serial Number Pin
Pedram Behroozi10-Oct-08 4:57
Pedram Behroozi10-Oct-08 4:57 
AnswerRe: HDD Serial Number Pin
J4amieC10-Oct-08 5:00
J4amieC10-Oct-08 5:00 

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.