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
How to get an USB speaker to work with Eee PC 900 Xandros Linux
I need to query each group in an OU in the Root Domain and get the group names that has exact identical users.
Font Question
not seeing auto-recover version of a force-closed excel (2007) document
red ant
backup multiple DBs in script
vb.net Insert comma every 3 characters
InDesign/MAC PrintBooklet to a PDF file on a mac
Globally Hide Mouse after Inactive without using constantly running Timer Interval
how to add swap partition to exsting swap in redhat linux