Convert C# Code To VB.Net Online - ASPsnippets

logo حضرت خواجہ سیدنا معین الدین حسن چشتی سنجاری اجمیری رحمۃ اللہ علیہ logo
  • HOME
  • BLOGS
    • ASP.Net C#.Net JavaScript ADO.Net Excel AJAX VB.Net SQL Server GridView Issues and Exceptions Silverlight Rich Text Editor jQuery DataList Snippets XML New Features .Net 4.0 TreeView AJAX Control Toolkit jQuery Plugins Third Party Controls ASP.Net Validators WCF Repeater Regular Expressions Yahoo API iTextSharp FaceBook Charts ListView Tweeter Google CSS SMS DotNetZip Crystal Reports Entity Framework HyperLink RDLC Report SqlDataSource Menu YouTube Twitter HTML XmlDataSource ListBox Tips DataGridView Cryptography Windows Forms LinkedIn WebUserControl RSS Feeds HTML5 Sitemap IIS LINQ DataPager URL Routing SqlBulkCopy OCR ASP.Net 4.5 Master Pages MySQL CSV Stored Procedures JSON Web Services Bootstrap Windows Service DataTable App.Config Visual Studio RadioButton CheckBox Generic Handler DropDownList FileUpload RadioButtonList CheckBoxList Flash HtmlEditorExtender Div Table AngularJS DataReader DataSet Console Applications FTP DetailsView Password TextBox Enum ComboBox Sponsored SqlDataAdapter OpenXml ClosedXml SiteMapPath Arrays FormView
  • FORUMS
    • Questions
    • Ask Question
  • VIDEOS
  • SEARCH
  • INTERVIEW
    • Interview Questions
  • COMMUNITY
    • Users
  • CONTACT
  • Click to Login.
Search Ask Question Convert C# code to VB.Net Online Priyanka12 Priyanka...
  • SOLVED CLOSED ACTIVE ANSWERED
  • User: Priyanka12
  • Posted: on Mar 18, 2014 03:13 AM
  • Forum: .Net Basics
  • Answer: 1
  • Views: 6455

I am writing below code(converted VB code into C#) for Windows application:

public class SptCommand:DefaultPlugInCommand { public JourneyDeactivationCommand(PlugInCommandDescriptor poPlugInCommandDescriptor) : base(poPlugInCommandDescriptor) { } public override bool Visible(Object poTarget) { get { if (base.Visible(poTarget)) { if (poTarget is Journey) { return ((Journey)poTarget).PlanType == TimetableEntityTypes.Scheduled; } } return false; } } }

It is giving me error (red line) at:

1) override

2) get

3) base.Visible()

Please reply why these errors are coming.

Download FREE API for Word, Excel and PDF in ASP.Net Mudassar Mudassar 0 3
  • Reply
  • ANSWER
  • User: Mudassar
  • Replied: on Mar 18, 2014 09:08 AM
  • Report

Convert it from here

http://converter.telerik.com/

I agree, here is the link: https://www.e-iceblue.com/Introduce/spire-office-for-net-free.html Ask Question Image

Company

  • About us
  • Contact us

Explore

  • Ask question
  • FAQs
  • Privacy policy

Follow us

  • Facebook
  • Instagram
  • YouTube
  • Twitter

Contact Us

  • Email: [email protected]
  • Address: ASPSNIPPETS PRIVATE LIMITED G-110, SHAGUN ARCADE, MALAD (EAST), MUMBAI, MAHARASHTRA, INDIA 400097.

© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.

Disclaimer This site makes use of Cookies. Please refer Privacy Policy for more details. Allow Reject

Tag » C#.net To Vb.net Code Convert Online