Click here to Skip to main content
15,913,758 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: controlling playback speed of audio files. Pin
Dave Kreskowiak26-Jun-06 8:47
mveDave Kreskowiak26-Jun-06 8:47 
QuestionHow do I use Select Case on checkboxes in a Groupbox control? Pin
Rashar26-Jun-06 6:34
Rashar26-Jun-06 6:34 
AnswerRe: How do I use Select Case on checkboxes in a Groupbox control? Pin
Dave Kreskowiak26-Jun-06 8:45
mveDave Kreskowiak26-Jun-06 8:45 
Questionhow can i convert vb6 source file to vb.net 2003 file Pin
saneng26-Jun-06 6:24
saneng26-Jun-06 6:24 
AnswerRe: how can i convert vb6 source file to vb.net 2003 file Pin
Dave Kreskowiak26-Jun-06 8:35
mveDave Kreskowiak26-Jun-06 8:35 
QuestionHow can I convert VB6 to VB.NET2003 Pin
Adekolurejo26-Jun-06 6:10
Adekolurejo26-Jun-06 6:10 
AnswerRe: How can I convert VB6 to VB.NET2003 Pin
Dave Kreskowiak26-Jun-06 8:30
mveDave Kreskowiak26-Jun-06 8:30 
QuestionVBScript to split file path into 3 bits Pin
mil_an26-Jun-06 5:43
mil_an26-Jun-06 5:43 
Hi,

I am trying to write a sub-routine in a VBScript to split a file path into 3 bits.

For example I want to split the following path:
"C:\Program Files\MyProg\Studio\win32\bin\filt.exe"

into 3 bits:

1. C:\Program Files
2. \MyProg\Studio\win32\bin
3. \filt.exe

The First part will always be de-limited by 'Program Files' (or the 2nd '\').
The Second part will be delimited from the end of 'Program Files' to the last '\' in the path.
The 3rd Part will be delimited from the last '\' to the end of the path.

The source of the initial file path is stored in an input file, and the split path is to be stored in another text file in the following format:

"C:\Program Files" ** "\MyProg\Studio\win32\bin" ** "\filt.exe"


I hope this is clear, and someone will be able to assist. Any help will be much appreciated.

Thanks Smile | :)


AnswerRe: VBScript to split file path into 3 bits [modified] Pin
Dave Kreskowiak26-Jun-06 8:33
mveDave Kreskowiak26-Jun-06 8:33 
GeneralRe: VBScript to split file path into 3 bits Pin
mil_an28-Jun-06 0:47
mil_an28-Jun-06 0:47 
Questionslovenian codepage Pin
Marc Soleda26-Jun-06 4:46
Marc Soleda26-Jun-06 4:46 
QuestionAvoid Validation while closing the form Pin
nagarajanrj26-Jun-06 4:43
nagarajanrj26-Jun-06 4:43 
AnswerRe: Avoid Validation while closing the form Pin
Dave Kreskowiak26-Jun-06 5:07
mveDave Kreskowiak26-Jun-06 5:07 
QuestionRemoving application from the bottom panel [modified] Pin
mikeskeeter26-Jun-06 4:24
mikeskeeter26-Jun-06 4:24 
AnswerRe: Removing application from the bottom panel Pin
Dave Kreskowiak26-Jun-06 5:01
mveDave Kreskowiak26-Jun-06 5:01 
QuestionHelp required in mdi child form Pin
bzasri26-Jun-06 3:15
bzasri26-Jun-06 3:15 
AnswerRe: Help required in mdi child form Pin
Dave Kreskowiak26-Jun-06 4:59
mveDave Kreskowiak26-Jun-06 4:59 
QuestionTOOLBAR Events Pin
codeadair26-Jun-06 3:06
codeadair26-Jun-06 3:06 
AnswerRe: TOOLBAR Events Pin
Coolesh26-Jun-06 4:02
Coolesh26-Jun-06 4:02 
GeneralRe: TOOLBAR Events Pin
codeadair26-Jun-06 14:58
codeadair26-Jun-06 14:58 
Questionquestion about calling the function OleCreatePictureIndirect in VB.Net Pin
mwolf12226-Jun-06 1:40
mwolf12226-Jun-06 1:40 
AnswerRe: question about calling the function OleCreatePictureIndirect in VB.Net Pin
Dave Kreskowiak26-Jun-06 4:55
mveDave Kreskowiak26-Jun-06 4:55 
GeneralRe: question about calling the function OleCreatePictureIndirect in VB.Net Pin
mwolf12227-Jun-06 22:15
mwolf12227-Jun-06 22:15 
GeneralRe: question about calling the function OleCreatePictureIndirect in VB.Net Pin
Dave Kreskowiak28-Jun-06 1:48
mveDave Kreskowiak28-Jun-06 1:48 
GeneralRe: question about calling the function OleCreatePictureIndirect in VB.Net [modified] Pin
mwolf12228-Jun-06 23:27
mwolf12228-Jun-06 23:27 

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.