Click here to Skip to main content
15,860,861 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can I show the file path instead of ref Pin
#realJSOP11-Mar-09 3:19
mve#realJSOP11-Mar-09 3:19 
GeneralRe: how can I show the file path instead of ref Pin
wwwxyz11-Mar-09 3:43
wwwxyz11-Mar-09 3:43 
AnswerRe: how can I show the file path instead of ref Pin
Nagy Vilmos11-Mar-09 4:23
professionalNagy Vilmos11-Mar-09 4:23 
GeneralRe: how can I show the file path instead of ref Pin
wwwxyz11-Mar-09 4:43
wwwxyz11-Mar-09 4:43 
GeneralRe: how can I show the file path instead of ref Pin
Nagy Vilmos11-Mar-09 4:46
professionalNagy Vilmos11-Mar-09 4:46 
GeneralRe: how can I show the file path instead of ref Pin
#realJSOP11-Mar-09 4:50
mve#realJSOP11-Mar-09 4:50 
GeneralRe: how can I show the noobie the path instead of the knife? Pin
Nagy Vilmos11-Mar-09 5:12
professionalNagy Vilmos11-Mar-09 5:12 
GeneralRe: how can I show the file path instead of ref Pin
fly90411-Mar-09 11:29
fly90411-Mar-09 11:29 
Dumbest mistake I've seen all day.

What happens when you use a function which is not a void?

The function has to return something eg:

private bool rawr()
{
    bool returnObject = false;

    ...

    return returnObject;
}


It's not rocket science it just common sense!

hmmm pie

modified on Saturday, March 14, 2009 6:56 AM

AnswerRe: how can I show the file path instead of ref Pin
wwwxyz11-Mar-09 5:13
wwwxyz11-Mar-09 5:13 
GeneralRe: how can I show the file path instead of ref Pin
#realJSOP11-Mar-09 5:28
mve#realJSOP11-Mar-09 5:28 
GeneralRe: how can I show the file path instead of ref Pin
Nagy Vilmos11-Mar-09 5:30
professionalNagy Vilmos11-Mar-09 5:30 
Questioncheck if in safe mode Pin
aviadqwerty11-Mar-09 1:26
aviadqwerty11-Mar-09 1:26 
GeneralRe: check if in safe mode Pin
Luc Pattyn11-Mar-09 1:44
sitebuilderLuc Pattyn11-Mar-09 1:44 
QuestionChange desktop wallpaper via windows service (vista) Pin
maxald11-Mar-09 0:57
maxald11-Mar-09 0:57 
AnswerWrong Place For This Question Pin
Nagy Vilmos11-Mar-09 1:16
professionalNagy Vilmos11-Mar-09 1:16 
GeneralRe: Wrong Place For This Question Pin
maxald11-Mar-09 3:10
maxald11-Mar-09 3:10 
GeneralRe: Wrong Place For This Question Pin
Nagy Vilmos11-Mar-09 3:21
professionalNagy Vilmos11-Mar-09 3:21 
GeneralRe: Wrong Place For This Question Pin
Dave Kreskowiak11-Mar-09 4:22
mveDave Kreskowiak11-Mar-09 4:22 
GeneralRe: Wrong Place For This Question Pin
maxald12-Mar-09 4:32
maxald12-Mar-09 4:32 
GeneralRe: Wrong Place For This Question Pin
Dave Kreskowiak12-Mar-09 12:20
mveDave Kreskowiak12-Mar-09 12:20 
GeneralRe: Wrong Place For This Question Pin
maxald12-Mar-09 21:05
maxald12-Mar-09 21:05 
GeneralRe: Wrong Place For This Question Pin
Dave Kreskowiak13-Mar-09 1:06
mveDave Kreskowiak13-Mar-09 1:06 
Questionerror importing a dll file Pin
raviya11-Mar-09 0:02
raviya11-Mar-09 0:02 
AnswerRe: error importing a dll file Pin
Expert Coming11-Mar-09 0:04
Expert Coming11-Mar-09 0:04 
GeneralRe: error importing a dll file Pin
raviya11-Mar-09 0:10
raviya11-Mar-09 0:10 

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.