Click here to Skip to main content
15,917,473 members
Home / Discussions / C#
   

C#

 
QuestionADO.Net Data Entity Model object Pin
#realJSOP15-Mar-19 5:15
professional#realJSOP15-Mar-19 5:15 
AnswerRe: ADO.Net Data Entity Model object Pin
Gerry Schmitz15-Mar-19 5:56
mveGerry Schmitz15-Mar-19 5:56 
AnswerRe: ADO.Net Data Entity Model object Pin
F-ES Sitecore15-Mar-19 6:11
professionalF-ES Sitecore15-Mar-19 6:11 
QuestionC# TakePicture in Canon Pin
Member 1415621214-Mar-19 22:36
Member 1415621214-Mar-19 22:36 
GeneralRe: C# TakePicture in Canon Pin
Richard MacCutchan14-Mar-19 23:04
mveRichard MacCutchan14-Mar-19 23:04 
QuestionC# When I get Focallength find errs. Pin
Member 1415621214-Mar-19 21:02
Member 1415621214-Mar-19 21:02 
AnswerRe: C# When I get Focallength find errs. Pin
Richard MacCutchan14-Mar-19 23:03
mveRichard MacCutchan14-Mar-19 23:03 
GeneralRe: C# When I get Focallength find errs. Pin
Member 1415621218-Mar-19 15:36
Member 1415621218-Mar-19 15:36 
Questiondynamic URL for soap webservice Pin
Member 302085113-Mar-19 22:46
Member 302085113-Mar-19 22:46 
AnswerRe: dynamic URL for soap webservice Pin
dan!sh 14-Mar-19 5:27
professional dan!sh 14-Mar-19 5:27 
QuestionTrying to find the problem in this simple C$ program Pin
Brian_TheLion13-Mar-19 20:16
Brian_TheLion13-Mar-19 20:16 
AnswerRe: Trying to find the problem in this simple C$ program Pin
OriginalGriff13-Mar-19 21:09
mveOriginalGriff13-Mar-19 21:09 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Brian_TheLion13-Mar-19 23:13
Brian_TheLion13-Mar-19 23:13 
GeneralRe: Trying to find the problem in this simple C$ program Pin
OriginalGriff13-Mar-19 23:41
mveOriginalGriff13-Mar-19 23:41 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Brian_TheLion14-Mar-19 0:11
Brian_TheLion14-Mar-19 0:11 
GeneralRe: Trying to find the problem in this simple C$ program Pin
OriginalGriff14-Mar-19 0:26
mveOriginalGriff14-Mar-19 0:26 
Not quite - for starters the names have to match!
C#
public class program
   {
    public static void Main(string[]args)
        {
        prog p = new prog(); // an instance
        p.GetHeader();
        ...
        }
    }
public class prog()
    {
    public void GetHeader()
        {
        Console.WriteLine("Get Header");
        }
    ...
    }

Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Trying to find the problem in this simple C$ program Pin
Eddy Vluggen14-Mar-19 3:38
professionalEddy Vluggen14-Mar-19 3:38 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Richard MacCutchan13-Mar-19 23:52
mveRichard MacCutchan13-Mar-19 23:52 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Brian_TheLion13-Mar-19 23:59
Brian_TheLion13-Mar-19 23:59 
GeneralRe: Trying to find the problem in this simple C$ program Pin
OriginalGriff14-Mar-19 0:28
mveOriginalGriff14-Mar-19 0:28 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Richard MacCutchan14-Mar-19 1:51
mveRichard MacCutchan14-Mar-19 1:51 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Brian_TheLion14-Mar-19 0:28
Brian_TheLion14-Mar-19 0:28 
GeneralRe: Trying to find the problem in this simple C$ program Pin
OriginalGriff14-Mar-19 0:44
mveOriginalGriff14-Mar-19 0:44 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Brian_TheLion14-Mar-19 1:09
Brian_TheLion14-Mar-19 1:09 
GeneralRe: Trying to find the problem in this simple C$ program Pin
Brian_TheLion14-Mar-19 1:19
Brian_TheLion14-Mar-19 1:19 

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.