Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVisual Basic application----Please Help!! Pin
peregrinus6-Feb-02 9:00
peregrinus6-Feb-02 9:00 
GeneralRe: Visual Basic application----Please Help!! Pin
6-Feb-02 11:51
suss6-Feb-02 11:51 
GeneralRe: Visual Basic application----Please Help!! Pin
tppradeep1812-Feb-02 23:10
tppradeep1812-Feb-02 23:10 
QuestionWhat is the way to add something from Flash5 to VB6?? Pin
Ahuva6-Feb-02 8:32
Ahuva6-Feb-02 8:32 
AnswerRe: What is the way to add something from Flash5 to VB6?? Pin
tppradeep1812-Feb-02 23:14
tppradeep1812-Feb-02 23:14 
QuestionHow can I use FSO instructions in my project?? Pin
Ahuva6-Feb-02 8:22
Ahuva6-Feb-02 8:22 
AnswerRe: How can I use FSO instructions in my project?? Pin
Jon Gohr7-Feb-02 3:57
Jon Gohr7-Feb-02 3:57 
GeneralRe: How can I use FSO instructions in my project?? Pin
Ahuva7-Feb-02 4:50
Ahuva7-Feb-02 4:50 
Thank you very much Jon!!!
I did it, and I also changed the "Dim ...." line to
fso = CreateObject("scripting.FileSystemObject")
(I saw this line in an Internet site, which explain about fso).
Now it is working, but I have other problem. I wrote the next code, which is related to 2 buttons ( command2 and command3):

Private Sub Command2_Click()
Set fso = CreateObject("scripting.FileSystemObject")
fso.createfolder ("c:\program Files\Ahuva\")
End Sub

Private Sub Command3_Click()
Set d = CreateObject("scripting.FileSystemObject")
d.createfile ("c:\program files\Ahuva\testing.txt")
End Sub


The operation of command2_click() is working, but there is a problem to operate command3_click(). The error message, which is displayed, is: " Object doesn't support this proparty or method."

Can you help me with this problem???

Thak you again Jon.

Ahuva
GeneralRe: How can I use FSO instructions in my project?? Pin
Volodya Orlenko7-Feb-02 23:54
Volodya Orlenko7-Feb-02 23:54 
GeneralScrolling the ScrollBars Pin
Firoz4-Feb-02 19:18
Firoz4-Feb-02 19:18 
GeneralRe: Scrolling the ScrollBars Pin
Jeremy Falcon15-Feb-02 11:09
professionalJeremy Falcon15-Feb-02 11:09 
Generalscanner interaction with vb through API or any solution Pin
3-Feb-02 5:28
suss3-Feb-02 5:28 
GeneralRe: scanner interaction with vb through API or any solution Pin
3-Feb-02 21:32
suss3-Feb-02 21:32 
GeneralImplementing Sound into VBasic Programs Pin
Aleksey Suvorov3-Feb-02 4:57
Aleksey Suvorov3-Feb-02 4:57 
GeneralRe: Implementing Sound into VBasic Programs Pin
James R. Twine6-Feb-02 4:37
James R. Twine6-Feb-02 4:37 
GeneralRe: Implementing Sound into VBasic Programs Pin
tppradeep1812-Feb-02 23:31
tppradeep1812-Feb-02 23:31 
GeneralRe: Implementing Sound into VBasic Programs Pin
alex.barylski16-Feb-02 14:41
alex.barylski16-Feb-02 14:41 
GeneralSaving the last value of variable Pin
Ahuva2-Feb-02 2:08
Ahuva2-Feb-02 2:08 
GeneralRe: Saving the last value of variable Pin
chris foote2-Feb-02 6:44
chris foote2-Feb-02 6:44 
GeneralVB & International Number Format Pin
Thomas Blenkers1-Feb-02 6:30
Thomas Blenkers1-Feb-02 6:30 
GeneralRe: VB & International Number Format Pin
Konstantin Vasserman1-Feb-02 18:57
Konstantin Vasserman1-Feb-02 18:57 
GeneralDrag and Drop Confusion in VBA Pin
Shaggy31-Jan-02 8:28
Shaggy31-Jan-02 8:28 
GeneralUsing the internal speaker Pin
30-Jan-02 11:53
suss30-Jan-02 11:53 
GeneralRe: Using the internal speaker Pin
Jeremy Falcon18-Feb-02 9:17
professionalJeremy Falcon18-Feb-02 9:17 
GeneralRe: Using the internal speaker Pin
25-Feb-02 16:29
suss25-Feb-02 16:29 

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.