Click here to Skip to main content
15,886,823 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: window vista Pin
originSH4-Jun-07 22:30
originSH4-Jun-07 22:30 
AnswerRe: window vista Pin
koolprasad20034-Jun-07 23:09
professionalkoolprasad20034-Jun-07 23:09 
QuestionRe: window vista Pin
Sonia Gupta5-Jun-07 0:52
Sonia Gupta5-Jun-07 0:52 
GeneralRe: window vista Pin
originSH5-Jun-07 2:14
originSH5-Jun-07 2:14 
GeneralRe: window vista Pin
Dave Kreskowiak5-Jun-07 3:43
mveDave Kreskowiak5-Jun-07 3:43 
QuestionFirst Text in text box Pin
Lijo Rajan4-Jun-07 20:56
Lijo Rajan4-Jun-07 20:56 
AnswerRe: First Text in text box Pin
CPallini4-Jun-07 21:05
mveCPallini4-Jun-07 21:05 
AnswerRe: First Text in text box Pin
Raghvendra Kumar Roy4-Jun-07 21:09
Raghvendra Kumar Roy4-Jun-07 21:09 
you have to write following code::::::::::::::

int len= textbox1.text.Length;
string[] str=new string[len];
for(int start=0;start<len;start++)
{
str[start]="textbox1.text.substring(start,1)
}"



try="" this="" will="" work=""
thanks
now="" Laugh | :laugh: =""

<div="" class="ForumSig">Raghvendra Kumar Roy
JokeRe: First Text in text box Pin
CPallini4-Jun-07 22:28
mveCPallini4-Jun-07 22:28 
AnswerRe: First Text in text box Pin
Xandip4-Jun-07 23:20
Xandip4-Jun-07 23:20 
QuestionMS-Access install verification Pin
Sonia Gupta4-Jun-07 20:33
Sonia Gupta4-Jun-07 20:33 
AnswerRe: MS-Access install verification Pin
Steven J Jowett5-Jun-07 1:24
Steven J Jowett5-Jun-07 1:24 
QuestionMarshal.PtrToStringAnsi equivalent api call Pin
AR Reddy4-Jun-07 19:43
AR Reddy4-Jun-07 19:43 
AnswerRe: Marshal.PtrToStringAnsi equivalent api call Pin
originSH4-Jun-07 22:32
originSH4-Jun-07 22:32 
GeneralRe: Marshal.PtrToStringAnsi equivalent api call Pin
AR Reddy5-Jun-07 0:52
AR Reddy5-Jun-07 0:52 
GeneralRe: Marshal.PtrToStringAnsi equivalent api call Pin
originSH5-Jun-07 2:15
originSH5-Jun-07 2:15 
Questionhow can i insert a command button in a word file Pin
koolprasad20034-Jun-07 19:31
professionalkoolprasad20034-Jun-07 19:31 
QuestionGet Website IP Pin
Socheat.Net4-Jun-07 17:23
Socheat.Net4-Jun-07 17:23 
AnswerRe: Get Website IP Pin
originSH4-Jun-07 22:33
originSH4-Jun-07 22:33 
AnswerRe: Get Website IP Pin
Steven J Jowett5-Jun-07 1:34
Steven J Jowett5-Jun-07 1:34 
QuestionReading Files from external Source Pin
JimmyTG4-Jun-07 16:18
JimmyTG4-Jun-07 16:18 
AnswerRe: Reading Files from external Source Pin
Dave Kreskowiak4-Jun-07 16:41
mveDave Kreskowiak4-Jun-07 16:41 
GeneralRe: Reading Files from external Source Pin
JimmyTG4-Jun-07 16:50
JimmyTG4-Jun-07 16:50 
GeneralRe: Reading Files from external Source Pin
Dave Kreskowiak4-Jun-07 17:04
mveDave Kreskowiak4-Jun-07 17:04 
GeneralRe: Reading Files from external Source Pin
JimmyTG4-Jun-07 17:14
JimmyTG4-Jun-07 17:14 

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.