Click here to Skip to main content
15,903,012 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: combo box Pin
Christian Graus29-Apr-07 18:57
protectorChristian Graus29-Apr-07 18:57 
AnswerRe: combo box Pin
Sonia Gupta29-Apr-07 19:29
Sonia Gupta29-Apr-07 19:29 
QuestionEmbedding Javascript in ASP Pin
jase7629-Apr-07 18:11
jase7629-Apr-07 18:11 
AnswerRe: Embedding Javascript in ASP Pin
Christian Graus29-Apr-07 18:21
protectorChristian Graus29-Apr-07 18:21 
GeneralRe: Embedding Javascript in ASP Pin
jase7629-Apr-07 20:27
jase7629-Apr-07 20:27 
QuestionHOw to use Shared Event Handler? Pin
braleping29-Apr-07 16:26
braleping29-Apr-07 16:26 
Questionhow to use Share Event Handler? Pin
braleping29-Apr-07 16:10
braleping29-Apr-07 16:10 
Questionstring manipulation Pin
uglyeyes29-Apr-07 13:44
uglyeyes29-Apr-07 13:44 
Hi!

Some one gave me below code in here. I have been trying to convert below code in vb.net

------------------
Dim oldText as string
Dim newText as String
Dim start as Integer, end as Integer

oldText = "I want #this# word bold"
start = Pos("#", oldText) ' Get pos of first #
end = Pos("#", oldtext, start) ' Get pos of first # after start pos.
newText = Strip(oldText, "#") ' Removed # from text
PPSlide.Insert(newText)
PPSlide.Select(newText, start, end)
PPSLide.Selection.Fond.Bold = true
------------------

but there is no method for this code

end = Pos("#", oldtext, start) ' Get pos of first # after start pos.

so how else could i get the position of first # after start pos

please help


AnswerRe: string manipulation Pin
Colin Angus Mackay29-Apr-07 14:13
Colin Angus Mackay29-Apr-07 14:13 
AnswerRe: string manipulation Pin
Christian Graus29-Apr-07 14:53
protectorChristian Graus29-Apr-07 14:53 
GeneralRe: string manipulation Pin
uglyeyes29-Apr-07 16:10
uglyeyes29-Apr-07 16:10 
GeneralRe: string manipulation Pin
Christian Graus29-Apr-07 17:28
protectorChristian Graus29-Apr-07 17:28 
AnswerRe: string manipulation Pin
Arun.Immanuel29-Apr-07 16:37
Arun.Immanuel29-Apr-07 16:37 
GeneralRe: string manipulation Pin
uglyeyes29-Apr-07 17:29
uglyeyes29-Apr-07 17:29 
GeneralRe: string manipulation Pin
Arun.Immanuel29-Apr-07 18:14
Arun.Immanuel29-Apr-07 18:14 
GeneralRe: string manipulation Pin
Christian Graus29-Apr-07 18:31
protectorChristian Graus29-Apr-07 18:31 
GeneralRe: string manipulation Pin
Arun.Immanuel29-Apr-07 18:59
Arun.Immanuel29-Apr-07 18:59 
GeneralRe: string manipulation Pin
Arun.Immanuel29-Apr-07 19:15
Arun.Immanuel29-Apr-07 19:15 
GeneralRe: string manipulation Pin
uglyeyes1-May-07 18:48
uglyeyes1-May-07 18:48 
QuestionSerialize WIndows Form Pin
milan.net29-Apr-07 8:57
milan.net29-Apr-07 8:57 
AnswerRe: Serialize WIndows Form Pin
Christian Graus29-Apr-07 11:18
protectorChristian Graus29-Apr-07 11:18 
QuestionIf statment problem Pin
aerosmith2k129-Apr-07 7:39
aerosmith2k129-Apr-07 7:39 
AnswerRe: If statment problem Pin
Christian Graus29-Apr-07 11:22
protectorChristian Graus29-Apr-07 11:22 
AnswerRe: If statment problem Pin
Navneet Hegde29-Apr-07 22:15
Navneet Hegde29-Apr-07 22:15 
GeneralRe: If statment problem Pin
aerosmith2k130-Apr-07 1:51
aerosmith2k130-Apr-07 1:51 

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.