Koaxia Game Hacking Board
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 21, 2008, 01:00:51 PM

Login with username, password and session length
Search:     Advanced search
http://www.synrg-design.com
Partnered with Koaxia.

61344 Posts in 16742 Topics by 41254 Members
Latest Member: Aaxigzom
* Home Help Search Login Register
+  Koaxia Game Hacking Board
|-+  development
| |-+  Coding
| | |-+  Visual Basic automatic folder creation in My Documents
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Visual Basic automatic folder creation in My Documents  (Read 258 times)
Lord Cedrich
Hero Member
*****
Offline Offline

Posts: 690


Koaxia's Heart Rob


View Profile
Visual Basic automatic folder creation in My Documents
« on: April 13, 2006, 01:32:03 PM »



If you see the pic on my Folder Location is it automatically detected the folder "My Documents"
then on the Folder name textbox you will input the name of the folder manually ....

My question is, how can i create a folder in the given location w/c is automatically detected by the textbox and if the folder exist it will only continue to the next frame....


Source code

http://rapidshare.de/files/17890704/Folder.zip.html

I hope somebody will help me ...Thanks a lot
Logged

Estx
.NET Edition
Sr. Member
****
Offline Offline

Posts: 299

System.OutOfMemoryException


View Profile WWW
Re: Visual Basic automatic folder creation in My Documents
« Reply #1 on: May 18, 2006, 01:00:05 AM »

You didn't include the Form, lol.
The zip only has the project and workspace.

It's a little hard to understand you, but do you want that Location text box to automatically come up with the "My Documents" folder?

Or do you want to make a check to see if there's already a folder existing before writing?
Code:
if dir(Path & FolderToCheck,vbDirectory) <> "" then
      'folder exists
      'mkdir?
   else
      'folder doesn't exist
      'next?
end if
Logged


v0.2 is coming ...
Lord Cedrich
Hero Member
*****
Offline Offline

Posts: 690


Koaxia's Heart Rob


View Profile
Re: Visual Basic automatic folder creation in My Documents
« Reply #2 on: May 18, 2006, 02:25:23 AM »

i already got the code thanks for ur help
Logged

Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Koaxia Game Hacking Board | Powered by SMF 1.0.7.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!