Click here to Skip to main content
15,917,545 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: any errors here?? Pin
Dave Kreskowiak20-May-09 10:12
mveDave Kreskowiak20-May-09 10:12 
QuestionXML (de)serialization in VBA excel Pin
ljilekor20-May-09 6:01
ljilekor20-May-09 6:01 
AnswerRe: XML (de)serialization in VBA excel Pin
Dave Kreskowiak20-May-09 6:20
mveDave Kreskowiak20-May-09 6:20 
GeneralRe: XML (de)serialization in VBA excel Pin
ljilekor20-May-09 6:29
ljilekor20-May-09 6:29 
GeneralRe: XML (de)serialization in VBA excel Pin
Alexey Kudinov5-Feb-14 11:22
Alexey Kudinov5-Feb-14 11:22 
QuestionViseme - How to use it in VB? Pin
RoboJRR20-May-09 5:45
professionalRoboJRR20-May-09 5:45 
AnswerRe: Viseme - How to use it in VB? Pin
Dave Kreskowiak20-May-09 6:12
mveDave Kreskowiak20-May-09 6:12 
QuestionToString Length Pin
Samir Ibrahim20-May-09 0:11
Samir Ibrahim20-May-09 0:11 
Hi all,

I was doing some text parsing and I faced the issue below, I would like some one to explain to me from where the 42 is came.

' Add Text1 , at run time, write 123456 
' Button Click
Dim _str1 = Me.Text1.ToString
Dim _str2 = Me.Text1.Text.ToString
Debug.Print(_str1.Length) ' Gives 42
Debug.Print(_str2.Length) ' Gives 6


6 is the length of text "123456"

I have Size = 78,20 : Max Length = 32767 : Margin 3,3,3,3 : Location 64,18 : Maximum Size 0,0 : Minimum Size 0,0

what is 42?

TIA

Like car accidents, most hardware problems are due to driver error.

Samir R. Ibrahim

AnswerRe: ToString Length Pin
Henry Minute20-May-09 0:25
Henry Minute20-May-09 0:25 
GeneralRe: ToString Length Pin
Samir Ibrahim20-May-09 0:49
Samir Ibrahim20-May-09 0:49 
GeneralRe: ToString Length Pin
Henry Minute20-May-09 0:54
Henry Minute20-May-09 0:54 
Questionadd .NET application to windows services Pin
hrishiS19-May-09 23:06
hrishiS19-May-09 23:06 
AnswerRe: add .NET application to windows services Pin
Johan Hakkesteegt20-May-09 0:00
Johan Hakkesteegt20-May-09 0:00 
AnswerRe: add .NET application to windows services Pin
Jon_Boy20-May-09 1:42
Jon_Boy20-May-09 1:42 
AnswerRe: add .NET application to windows services Pin
Anoop Brijmohun20-May-09 4:57
Anoop Brijmohun20-May-09 4:57 
QuestionDatagrid updation VB.NET 2005 Pin
hrishiS19-May-09 23:04
hrishiS19-May-09 23:04 
AnswerRe: Datagrid updation VB.NET 2005 Pin
Tiyani Miyambo20-May-09 2:35
Tiyani Miyambo20-May-09 2:35 
GeneralRe: Datagrid updation VB.NET 2005 Pin
hrishiS20-May-09 2:56
hrishiS20-May-09 2:56 
GeneralRe: Datagrid updation VB.NET 2005 Pin
Philip.F20-May-09 4:44
Philip.F20-May-09 4:44 
QuestionRS MoveNext Pin
labq58119-May-09 18:31
labq58119-May-09 18:31 
NewsRe: RS MoveNext Pin
labq58119-May-09 19:21
labq58119-May-09 19:21 
GeneralRe: RS MoveNext Pin
TheMrProgrammer19-May-09 22:19
TheMrProgrammer19-May-09 22:19 
AnswerRe: RS MoveNext Pin
Dave Kreskowiak20-May-09 2:04
mveDave Kreskowiak20-May-09 2:04 
GeneralRe: RS MoveNext Pin
EliottA20-May-09 2:43
EliottA20-May-09 2:43 
GeneralRe: RS MoveNext Pin
Dave Kreskowiak20-May-09 4:12
mveDave Kreskowiak20-May-09 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.