Skip to content

Tynab/Rebar-Weight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REBAR WEIGHT TOOL

Tool help 西山 team of エマール group calculate 重量 of 鉄筋 from 文化シャッター partner.

IMAGE DEMO

CODE DEMO

''' <summary>
''' Check internet connection.
''' </summary>
''' <returns>Connection state.</returns>
Private Function IsNetAvail()
    Dim objResp As WebResponse
    Try
        objResp = WebRequest.Create(New Uri(My.Resources.link_base)).GetResponse
        objResp.Close()
        objResp = Nothing
        Return True
    Catch ex As Exception
        Return False
    End Try
End Function

PACKAGES

  • Tynab.YANF » 1.0.1