INDIF Technologies Inc
  • Home
  • About Us
    • Meet Our Team
  • Education
    • Knowledge Base
    • AP Calculus
  • Software Development
    • Mobile App Development
    • Web Development
    • SQL Server Development
    • Data Analysis
  • Services
    • SAP Support
    • Business Product Design
    • Project Management
    • Graphic Design
  • Solutions
    • E-Commerce Solutions
    • Web Solutions

How to get ComputerName using Vb.Net

Published by admin on September 30, 2011September 30, 2011

 

 MsgBox(My.Computer.Name.ToString)

 

Categories: VB.NET Code Snippets

Topics
  • Calculus
  • Featured
  • SQL Server
  • Uncategorized
  • VB.NET Code Snippets

Related Posts

VB.NET Code Snippets

Function to Write to Application Event Log using VB.Net

Public Function WriteToEventLog(ByVal Entry As String) Dim appName As String = “Your Application” Dim eventType As EventLogEntryType = EventLogEntryType.Error Dim logName = “Application” Dim objEventLog As New EventLog() Try If Not EventLog.SourceExists(appName) Then EventLog.CreateEventSource(appName, logName) Read more…

VB.NET Code Snippets

How to Get Logged on UserName in VB.Net

MsgBox(Environment.UserName)

VB.NET Code Snippets

How to Read and Parse CommandLine Arguments in VB.NET

Code Snippet: Read and Parse CommandLine Arguments in VB.NET Dim myCommandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String) = My.Application.CommandLineArgs For i As Integer = 0 To myCommandLineArgs.Count – 1 MessageBox.Show(myCommandLineArgs(i)) Next Parameters are seperated by space.

Knowledge Base Topics
  • Calculus
  • Featured
  • SQL Server
  • Uncategorized
  • VB.NET Code Snippets
Recent Posts
  • Solve Limits to Infinity In Your Head In One Second! Quick Math Trick!
  • Introduction to Limits
  • Partial Fraction Decomposition

  • Home
  • About Us
  • Education
  • Software Development
  • Services
  • Solutions
Copyright © Indif Technologies Inc. 2021