Click here to Skip to main content
15,916,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCheck the file os open or not in vb Pin
Member 158672017-Dec-04 3:18
Member 158672017-Dec-04 3:18 
GeneralRe: Check the file os open or not in vb Pin
Dave Kreskowiak17-Dec-04 6:13
mveDave Kreskowiak17-Dec-04 6:13 
GeneralMaking Monitor Black Pin
Member 158672017-Dec-04 2:50
Member 158672017-Dec-04 2:50 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak17-Dec-04 6:00
mveDave Kreskowiak17-Dec-04 6:00 
GeneralRe: Making Monitor Black Pin
Member 158672017-Dec-04 14:23
Member 158672017-Dec-04 14:23 
GeneralRe: Making Monitor Black Pin
OICU81217-Dec-04 19:29
OICU81217-Dec-04 19:29 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak18-Dec-04 4:37
mveDave Kreskowiak18-Dec-04 4:37 
GeneralHelp with Browse Pin
mex_young17-Dec-04 1:04
mex_young17-Dec-04 1:04 
I download a program located at ftp://ftp.softcircuits.com/vbsrc/browse.zip and being a newbie, i failed to make the code work. i mean to make my code work with the program... the code is given below:

Private Sub Command1_Click()

Dim myfile
Dim i As Integer

For i = 1 To 999
myfile = Dir("C:\" & i & ".bmp")
If Not myfile = i & ".bmp" Then
fSaveGuiToFile ("C:\" & i & ".bmp")
Exit For
End If
Next i

End Sub

I would like the user to choose the path like the one at ftp://ftp.softcircuits.com/vbsrc/browse.zip but failed to integrate this code of mine to work with it. I dont want the file to be saved at C:\ but to the location the user specifies... could you please help me out. thanx


GeneralRe: Help with Browse Pin
Purple Monk17-Dec-04 4:45
Purple Monk17-Dec-04 4:45 
GeneralRe: Help with Browse Pin
mex_young17-Dec-04 23:23
mex_young17-Dec-04 23:23 
GeneralHelp !! Event not Raise in VB.net Pin
stv17-Dec-04 0:36
stv17-Dec-04 0:36 
GeneralRe: Help !! Event not Raise in VB.net Pin
OICU81217-Dec-04 5:38
OICU81217-Dec-04 5:38 
GeneralFTP Pin
nitin_ion17-Dec-04 0:27
nitin_ion17-Dec-04 0:27 
GeneralHelp with a script Pin
Anonymous16-Dec-04 22:37
Anonymous16-Dec-04 22:37 
GeneralRe: Help with a script [EDITED] Pin
Dave Kreskowiak17-Dec-04 5:56
mveDave Kreskowiak17-Dec-04 5:56 
GeneralRe: Help with a script [EDITED] Pin
Anonymous23-Dec-04 16:07
Anonymous23-Dec-04 16:07 
GeneralRe: Help with a script [EDITED] Pin
Dave Kreskowiak23-Dec-04 16:17
mveDave Kreskowiak23-Dec-04 16:17 
GeneralColumns in a string in VB.NET Pin
Chaos Machine16-Dec-04 18:11
Chaos Machine16-Dec-04 18:11 
GeneralRe: Columns in a string in VB.NET Pin
OICU81216-Dec-04 18:37
OICU81216-Dec-04 18:37 
GeneralDatabase access through VB.Net Pin
nyjcr16-Dec-04 14:39
nyjcr16-Dec-04 14:39 
GeneralRe: Database access through VB.Net Pin
Chaos Machine16-Dec-04 18:06
Chaos Machine16-Dec-04 18:06 
GeneralRe: Database access through VB.Net Pin
nyjcr17-Dec-04 6:34
nyjcr17-Dec-04 6:34 
GeneralRe: Database access through VB.Net Pin
OICU81216-Dec-04 18:23
OICU81216-Dec-04 18:23 
GeneralRe: Database access through VB.Net Pin
nyjcr17-Dec-04 6:37
nyjcr17-Dec-04 6:37 
GeneralRe: Database access through VB.Net Pin
Anonymous17-Dec-04 8:03
Anonymous17-Dec-04 8: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.