Microsoft
Software
Hardware
Network
Question : Padding Emptry spaces with Zero's in VB.NET
Hello,
I 'm having problem padding empty spaces in VB.NET
Dim strPad as string = " "
Dim strCheck As Int32 = 10
Dim pad As Char
pad = Convert.ToChar("0")
strPad= strPad.PadLeft(strCheck, pad)
still I get Empty spaces in the strPad
Answer : Padding Emptry spaces with Zero's in VB.NET
Dim strPad As String = " "
strPad = strPad.Replace(" ", 0)
Me.textbox1.text=strPad
Random Solutions
XP 10 inbound connection limit question
Windows server 2003 terminal users unable to view png images in IE
How to Determine what SQL Databases are Installed & Running?
Still having issues pinging from one subnet to another through ASA 5510
Win XP freezes after installing my Asus P6X58D mobo
Google Analytics
Getting violation of primary key during bulk insert.
BGINFO via GPO server 2008, error loading bgi file even though its all loaded correctly
How come when I do a copy run start, my config is always gone after a reload???
Outlook 2007/Mozilla Thunderbird Cannot Connect to Email Server