Skip to main content

Posts

Showing posts from October, 2016

How Count Specific Symbol In VB.Net

this is how to count a symbol in combobox. this case is symbol "-". so this is how to take it....             Dim Simbol As String = CmbDATA.Text             Dim Hitung As Integer = Simbol.Split("-").Length - 1             MsgBox("Jumlah Simbol '-' = " & Hitung & "", MsgBoxStyle.Information)

Cannot Publish Because A Project Failed To Build

today i facing this trouble in using VS2008, open an old application but suddenly application cannot be publish.... solution is just easy as below information Just remove somthing .pfx then re publish your application again