Click here to Skip to main content
15,889,096 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: auto generating number Pin
Dave Kreskowiak14-Jul-04 2:36
mveDave Kreskowiak14-Jul-04 2:36 
GeneralRe: auto generating number Pin
GaryKoh14-Jul-04 19:59
GaryKoh14-Jul-04 19:59 
GeneralRe: auto generating number Pin
Dave Kreskowiak16-Jul-04 0:57
mveDave Kreskowiak16-Jul-04 0:57 
GeneralUpload Pin
Verolix13-Jul-04 15:18
Verolix13-Jul-04 15:18 
GeneralRe: Upload Pin
Dave Kreskowiak13-Jul-04 16:12
mveDave Kreskowiak13-Jul-04 16:12 
GeneralCE VB.Net Owner Drawn ListBox Pin
Chris Reiff13-Jul-04 14:23
Chris Reiff13-Jul-04 14:23 
GeneralRe: CE VB.Net Owner Drawn ListBox Pin
Dave Kreskowiak13-Jul-04 16:15
mveDave Kreskowiak13-Jul-04 16:15 
GeneralA complicated string... Pin
Brad Fackrell13-Jul-04 10:11
Brad Fackrell13-Jul-04 10:11 
So much for figuring this out on my own Hmmm | :|

I’m trying to change the following string:

C:\this\directory\is\always\different

To:

C:\this\directory\is\the\new\one

I wanted to do this:

filePath = “C:\this\directory\is\always\different”

newFilePath = filePath.Replace(“is*”, “\is\the\new\one”)

Notice that I’m trying to use * as a wild card to include everything to the right of ‘is’. I don’t think its working.

'Is' – is always the same but filePath can be different each time the application is run. The only constant is the word 'is'. What I would like to do is find ‘is’ chop ‘is’ and everything to the right of 'is' and then add the new string, including ‘is’, to “C:\this\directory\”.

Did I say 'is'...Roll eyes | :rolleyes:

Brad
GeneralRe: A complicated string... Pin
Dave Kreskowiak13-Jul-04 12:19
mveDave Kreskowiak13-Jul-04 12:19 
GeneralRe: A complicated string... Pin
Brad Fackrell13-Jul-04 12:42
Brad Fackrell13-Jul-04 12:42 
Generalvb code Pin
nazerudeen13-Jul-04 5:56
nazerudeen13-Jul-04 5:56 
GeneralRe: vb code Pin
Dave Kreskowiak13-Jul-04 12:13
mveDave Kreskowiak13-Jul-04 12:13 
GeneralRe: vb code Pin
jonathan1515-Jul-04 5:29
jonathan1515-Jul-04 5:29 
QuestionHow to connect Microsoft Access Report in vb.net Pin
Member 122179713-Jul-04 2:58
Member 122179713-Jul-04 2:58 
AnswerRe: How to connect Microsoft Access Report in vb.net Pin
martyconnelly14-Jul-04 15:31
martyconnelly14-Jul-04 15:31 
GeneralIntegrating Outlook Pin
Het210912-Jul-04 23:32
Het210912-Jul-04 23:32 
GeneralSave as WebPages using WebBrowser control Pin
Member 122179712-Jul-04 21:43
Member 122179712-Jul-04 21:43 
GeneralRe: Save as WebPages using WebBrowser control Pin
monkeyjoe14-Jul-04 14:43
monkeyjoe14-Jul-04 14:43 
QuestionHow to find which windows API(.dll) is getting called Pin
Member 122179712-Jul-04 21:40
Member 122179712-Jul-04 21:40 
AnswerRe: How to find which windows API(.dll) is getting called Pin
Dave Kreskowiak13-Jul-04 0:56
mveDave Kreskowiak13-Jul-04 0:56 
QuestionProblems in forms? Pin
mythinky12-Jul-04 18:03
mythinky12-Jul-04 18:03 
GeneralMapPointWebService Pin
Member 69039512-Jul-04 15:08
Member 69039512-Jul-04 15:08 
GeneralRe: MapPointWebService [EDITED] Pin
Dave Kreskowiak13-Jul-04 12:25
mveDave Kreskowiak13-Jul-04 12:25 
GeneralCreating Links in Vb.NET Pin
bensoncd12-Jul-04 11:25
bensoncd12-Jul-04 11:25 
GeneralRe: Creating Links in Vb.NET Pin
Dave Kreskowiak12-Jul-04 14:03
mveDave Kreskowiak12-Jul-04 14:03 

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.