Click here to Skip to main content
15,894,189 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Dim iFlag As Integer

Private Sub Command1_Click()
If Len(Text1) <> 0 Then
iFlag = iFlag + 1
MsgBox Mid(Text1.Text, iFlag, 1)
End If
End Sub


Smile | :)

The name is Sandeep

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 
GeneralRe: Reading Files from external Source Pin
Christian Graus4-Jun-07 20:57
protectorChristian Graus4-Jun-07 20:57 
GeneralRe: Reading Files from external Source Pin
Dave Kreskowiak5-Jun-07 3:38
mveDave Kreskowiak5-Jun-07 3:38 

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.