Shared Function _ GetWindowDC(ByVal hWnd As Integer) As IntegerEnd Function Shared Function _ PathCompactPath(ByVal hDC As Integer, _ ByVal pathBuffer As System.Text.StringBuilder, _ ByVal dx As Integer) As BooleanEnd Function' Shorten a path by using ellipses, if necessary, so that it fits inside a ' window' If maxWidth=-1 or omitted, it uses the entire window's width'' Example:' Dim longPath As String = "D:VB2TheMaxExamplesRoutinesFile1.vb"' Label1.Text = CompactPathToControl(longPath, Label1)Function CompactPathToControl(ByVal longPath As String, ByVal ctl As Control, _ Optional ByVal maxWidth As Long = -1) As String ' if 3rd argument is omitted, use the control's width If maxWidth < 0 Then maxWidth = ctl.Width ' compact the path Dim compPath As New System.Text.StringBuilder(longPath) PathCompactPath(GetWindowDC(ctl.Handle.ToInt32()), compPath, maxWidth) ' get the path by extracting it from the returned buffer Return compPath.ToString()End Function



Top 5 B2B SaaS Marketing Agencies for 2023
In recent years, the software-as-a-service (SaaS) sector has experienced exponential growth as more and more companies choose cloud-based solutions. Any SaaS company hoping to stay ahead of the curve in this quickly changing industry needs to invest in effective marketing. So selecting the best marketing agency can mean the difference