Click here to Skip to main content
16,017,707 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Weird Textbox Behavior Pin
lmaks3-May-05 19:19
lmaks3-May-05 19:19 
GeneralRe: Weird Textbox Behavior Pin
Computer_Guy4-May-05 2:26
Computer_Guy4-May-05 2:26 
QuestionHow to get Pin
Yulianto.2-May-05 16:09
Yulianto.2-May-05 16:09 
AnswerRe: How to get Pin
Christian Graus2-May-05 16:20
protectorChristian Graus2-May-05 16:20 
GeneralRe: How to get Pin
Yulianto.2-May-05 16:25
Yulianto.2-May-05 16:25 
GeneralRe: How to get Pin
Christian Graus2-May-05 16:26
protectorChristian Graus2-May-05 16:26 
GeneralRe: How to get Pin
rwestgraham2-May-05 18:58
rwestgraham2-May-05 18:58 
AnswerRe: How to get Pin
Het21092-May-05 19:19
Het21092-May-05 19:19 
Hi Yulianto,

try this thing,

Dim Str, StrValue, StrTemp As String
Dim PosStart, PosEnd As Integer

Str = "asdcxxv (5)"
PosStart = InStr(Str, "(")
StrTemp = Mid(Str, PosStart + 1)
PosEnd = InStrRev(StrTemp, ")")
StrValue = Mid(StrTemp, 1, PosEnd - 1)
MsgBox StrValue

hope this helped you


Het Waghela
Smile | :) Be Humble in Victory and Strong in Defeat.Smile | :)

Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

GeneralMDI Container help Pin
coolsauron2-May-05 15:13
coolsauron2-May-05 15:13 
GeneralLimitations of Custom Controls... Pin
nick.ueda2-May-05 14:32
nick.ueda2-May-05 14:32 
GeneralRe: Limitations of Custom Controls... Pin
Christian Graus2-May-05 14:54
protectorChristian Graus2-May-05 14:54 
GeneralRe: Limitations of Custom Controls... Pin
nick.ueda2-May-05 15:05
nick.ueda2-May-05 15:05 
GeneralRe: Limitations of Custom Controls... Pin
Christian Graus2-May-05 15:28
protectorChristian Graus2-May-05 15:28 
GeneralRe: Limitations of Custom Controls... Pin
nick.ueda2-May-05 15:33
nick.ueda2-May-05 15:33 
GeneralRe: Limitations of Custom Controls... Pin
Christian Graus2-May-05 15:36
protectorChristian Graus2-May-05 15:36 
GeneralRe: Limitations of Custom Controls... Pin
Dave Kreskowiak3-May-05 2:17
mveDave Kreskowiak3-May-05 2:17 
GeneralUsing a C++ dll in VB.net Pin
Reanalyse2-May-05 13:45
Reanalyse2-May-05 13:45 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus2-May-05 13:59
protectorChristian Graus2-May-05 13:59 
GeneralRe: Using a C++ dll in VB.net Pin
Reanalyse2-May-05 14:50
Reanalyse2-May-05 14:50 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus2-May-05 14:54
protectorChristian Graus2-May-05 14:54 
GeneralRe: Using a C++ dll in VB.net Pin
Reanalyse3-May-05 14:37
Reanalyse3-May-05 14:37 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus3-May-05 14:48
protectorChristian Graus3-May-05 14:48 
GeneralRe: Using a C++ dll in VB.net Pin
Reanalyse3-May-05 16:01
Reanalyse3-May-05 16:01 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus3-May-05 16:11
protectorChristian Graus3-May-05 16:11 
GeneralApp config help Pin
Joey Picerno2-May-05 10:23
Joey Picerno2-May-05 10:23 

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.