Click here to Skip to main content
15,890,670 members
Home / Discussions / C#
   

C#

 
QuestionHow to add video in Visual Studio C# Pin
Sokka9318-Dec-08 5:59
Sokka9318-Dec-08 5:59 
AnswerRe: How to add video in Visual Studio C# Pin
Dave Kreskowiak18-Dec-08 8:28
mveDave Kreskowiak18-Dec-08 8:28 
QuestionKeeping data at the top of the command prompt Pin
SuperSken18-Dec-08 4:32
SuperSken18-Dec-08 4:32 
AnswerRe: Keeping data at the top of the command prompt Pin
Eddy Vluggen18-Dec-08 4:35
professionalEddy Vluggen18-Dec-08 4:35 
GeneralRe: Keeping data at the top of the command prompt Pin
SuperSken18-Dec-08 4:59
SuperSken18-Dec-08 4:59 
GeneralRe: Keeping data at the top of the command prompt Pin
Eddy Vluggen18-Dec-08 6:56
professionalEddy Vluggen18-Dec-08 6:56 
GeneralRe: Keeping data at the top of the command prompt Pin
Alan N18-Dec-08 7:13
Alan N18-Dec-08 7:13 
QuestionFuntion call Pin
hotthoughtguy18-Dec-08 4:05
hotthoughtguy18-Dec-08 4:05 
Hey i have two function fun1 and fun2...

fun1()
{
Console.WriteLine("Before Call of fun2");
fun2(9);
Console.WriteLine("After Call of fun2");
}
fun2(int a)
{
if(a<10)
return;
Console.WriteLine(a);
}

Now the question is that.when a<10 it returns, i want when a<10 it returns from fun2 as well as from fun1.

when a<10 Output should be

[Before Call of fun2]

Note that. there should not be any new variable in fun1.

is there any solutin for that..
thanks
AnswerRe: Funtion call Pin
Simon P Stevens18-Dec-08 4:14
Simon P Stevens18-Dec-08 4:14 
AnswerRe: Funtion call Pin
Gideon Engelberth18-Dec-08 4:22
Gideon Engelberth18-Dec-08 4:22 
GeneralRe: Funtion call Pin
Luc Pattyn18-Dec-08 5:57
sitebuilderLuc Pattyn18-Dec-08 5:57 
GeneralRe: Funtion call Pin
hotthoughtguy18-Dec-08 6:21
hotthoughtguy18-Dec-08 6:21 
GeneralRe: Funtion call Pin
Luc Pattyn18-Dec-08 6:57
sitebuilderLuc Pattyn18-Dec-08 6:57 
AnswerRe: Funtion call Pin
riced18-Dec-08 12:55
riced18-Dec-08 12:55 
QuestionHow to resume or pause the FTPWebRequest in C#.NET Pin
Kumaran21cen18-Dec-08 3:49
Kumaran21cen18-Dec-08 3:49 
AnswerRe: How to resume or pause the FTPWebRequest in C#.NET Pin
Dave Kreskowiak18-Dec-08 4:22
mveDave Kreskowiak18-Dec-08 4:22 
QuestionHow come this If sentence doesnt work? Pin
Matjaz-xyz18-Dec-08 3:20
Matjaz-xyz18-Dec-08 3:20 
AnswerRe: How come this If sentence doesnt work? Pin
Gideon Engelberth18-Dec-08 3:25
Gideon Engelberth18-Dec-08 3:25 
GeneralRe: How come this If sentence doesnt work? Pin
Matjaz-xyz18-Dec-08 3:40
Matjaz-xyz18-Dec-08 3:40 
GeneralRe: How come this If sentence doesnt work? Pin
Pr@teek B@h!18-Dec-08 5:23
Pr@teek B@h!18-Dec-08 5:23 
AnswerRe: How come this If sentence doesnt work? Pin
Lev Danielyan18-Dec-08 3:27
Lev Danielyan18-Dec-08 3:27 
AnswerRe: How come this If sentence doesnt work? Pin
Rob Philpott18-Dec-08 3:28
Rob Philpott18-Dec-08 3:28 
Answer[Message Deleted] Pin
Matjaz-xyz18-Dec-08 3:32
Matjaz-xyz18-Dec-08 3:32 
GeneralRe: How come this If sentence doesnt work? Pin
Luc Pattyn18-Dec-08 3:41
sitebuilderLuc Pattyn18-Dec-08 3:41 
GeneralRe: How come this If sentence doesnt work? Pin
Matjaz-xyz18-Dec-08 3:44
Matjaz-xyz18-Dec-08 3: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.