Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
AnswerRe: Version of Confog File Pin
12Code27-Apr-09 20:57
12Code27-Apr-09 20:57 
GeneralRe: Version of Confog File Pin
Chapooki27-Apr-09 21:00
Chapooki27-Apr-09 21:00 
QuestionNot all path return a value? Pin
Megidolaon27-Apr-09 20:43
Megidolaon27-Apr-09 20:43 
AnswerRe: Not all path return a value? Pin
12Code27-Apr-09 20:48
12Code27-Apr-09 20:48 
GeneralRe: Not all path return a value? Pin
Megidolaon27-Apr-09 21:52
Megidolaon27-Apr-09 21:52 
AnswerRe: Not all path return a value? Pin
Murugesan G27-Apr-09 20:48
Murugesan G27-Apr-09 20:48 
GeneralRe: Not all path return a value? Pin
Megidolaon27-Apr-09 21:54
Megidolaon27-Apr-09 21:54 
AnswerRe: Not all path return a value? Pin
Spunky Coder27-Apr-09 22:27
Spunky Coder27-Apr-09 22:27 
Declare a local bool variable first and then set the variable to either true or false in the IF ELSE blocks. In the end return the variable

The code should look like the following...

bool ReadIni()
        {
bool returnValue = false;
            try
            {
               // Your code implementation

            }
             catch (Exception ex)
            {
              //Your code
            }
return returnValue
        }


"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)

GeneralRe: Not all path return a value? Pin
Megidolaon28-Apr-09 20:45
Megidolaon28-Apr-09 20:45 
QuestionI need some information on enabling-disabling a software (registration-activation) Pin
Roshanakak27-Apr-09 20:38
Roshanakak27-Apr-09 20:38 
AnswerRe: I need some information on enabling-disabling a software (registration-activation) Pin
Nagy Vilmos27-Apr-09 22:01
professionalNagy Vilmos27-Apr-09 22:01 
GeneralRe: I need some information on enabling-disabling a software (registration-activation) Pin
Roshanakak28-Apr-09 0:03
Roshanakak28-Apr-09 0:03 
GeneralRe: I need some information on enabling-disabling a software (registration-activation) Pin
Nagy Vilmos28-Apr-09 1:04
professionalNagy Vilmos28-Apr-09 1:04 
Questionhow to write excel data in binary Pin
kaushik_dass27-Apr-09 20:03
kaushik_dass27-Apr-09 20:03 
AnswerRe: how to write excel data in binary Pin
Murugesan G27-Apr-09 20:54
Murugesan G27-Apr-09 20:54 
QuestionCopying current program to a location..... help please! Pin
Rajdeep.NET is BACK27-Apr-09 19:28
Rajdeep.NET is BACK27-Apr-09 19:28 
AnswerRe: Copying current program to a location..... help please! Pin
12Code27-Apr-09 19:36
12Code27-Apr-09 19:36 
GeneralRe: Copying current program to a location..... help please! Pin
Rajdeep.NET is BACK27-Apr-09 20:12
Rajdeep.NET is BACK27-Apr-09 20:12 
GeneralRe: Copying current program to a location..... help please! Pin
12Code27-Apr-09 20:20
12Code27-Apr-09 20:20 
AnswerRe: Copying current program to a location..... help please! Pin
musefan27-Apr-09 22:02
musefan27-Apr-09 22:02 
Questionstegnograpy for data hiding in midi songs Pin
balanandakumar27-Apr-09 18:59
balanandakumar27-Apr-09 18:59 
AnswerRe: stegnograpy for data hiding in midi songs Pin
DaveyM6927-Apr-09 20:44
professionalDaveyM6927-Apr-09 20:44 
AnswerRe: stegnograpy for data hiding in midi songs Pin
CPallini27-Apr-09 22:20
mveCPallini27-Apr-09 22:20 
Questionreguest Pin
balanandakumar27-Apr-09 18:57
balanandakumar27-Apr-09 18:57 
GeneralRe: reguest Pin
Spunky Coder27-Apr-09 19:10
Spunky Coder27-Apr-09 19: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.