Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Visual Basic .NET
I need to know the code for spacing
I need to know the code for spacing
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Amir
New Member
Join Date:
Apr 2014
Posts:
1
#1
I need to know the code for spacing
Apr 4 '14, 01:11 PM
I need to know how to put a space between two strings in the same label, my example is:
Me.lblTime.Text = intTime (i need the code for space here) intHour
Justair07
New Member
Join Date:
Apr 2014
Posts:
10
#2
Apr 4 '14, 01:22 PM
I believe you can simply put
Code:
Me.lblTime.Text = intTime & " " & intHour
Hope this helps,
Justin
Comment
Post
Cancel
MKamran
New Member
Join Date:
Apr 2014
Posts:
1
#3
Apr 25 '14, 07:46 AM
you can use command
space(n) i.e. space(10)
it will add ten spaces
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment