Welcome to Truecodeing.tk plz join are other site TrueGamerz.tk
Site admin Dirty_Tazer & Bman24 & Snick458 & Always_Jonezen have any questions ask a admin or a mod
Welcome to Truecodeing.tk plz join are other site TrueGamerz.tk
Site admin Dirty_Tazer & Bman24 & Snick458 & Always_Jonezen have any questions ask a admin or a mod
Would you like to react to this message? Create an account in a few clicks or log in to continue.


TrueGamerz.tk
 
HomeHomeGallerySearchLatest imagesRegisterLog in
We have a new site that's a vbulliten join TrueGamerz.Tk
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
Xx...Tazer...xX (1239)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
bman24 (247)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
Always_Jonezen (155)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
Navy-Hawk (121)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
qwerty (91)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
CjZitical (91)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
snick458 (80)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
MAG (77)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
»Air Bourne« (76)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
.-jZeIvIiiX-. (73)
[VB.NET]USB Access I_vote_lcap[VB.NET]USB Access I_voting_bar[VB.NET]USB Access I_vote_rcap 
Latest topics
» Socom FTB3 USA Gamesave 100% Complete
[VB.NET]USB Access I_icon_minitimeSun Dec 29, 2013 7:31 pm by pandemic44

» Making a scantime crypter - VB.net
[VB.NET]USB Access I_icon_minitimeWed Aug 15, 2012 7:01 am by shayl

» VERY IMPORTANT !!!!!!!!!!
[VB.NET]USB Access I_icon_minitimeFri Mar 09, 2012 9:34 pm by kfederigan

» my FTB3 gamesave request
[VB.NET]USB Access I_icon_minitimeTue Oct 25, 2011 2:39 pm by The.S.Man

» How To Install Pspsdk (PRX Compiler)
[VB.NET]USB Access I_icon_minitimeThu Aug 04, 2011 3:47 pm by xUnD3ADxMARIN3x

» Hope's
[VB.NET]USB Access I_icon_minitimeFri Jul 15, 2011 3:51 pm by nemopsp

» Offline Guns Online No Need Gamesaves!
[VB.NET]USB Access I_icon_minitimeWed Apr 20, 2011 3:08 pm by jeshuag

» Need Game Save Please
[VB.NET]USB Access I_icon_minitimeMon Apr 18, 2011 8:15 am by guy mandude

» my gsave request
[VB.NET]USB Access I_icon_minitimeSun Apr 10, 2011 12:57 pm by Killin

Who is online?
In total there are 11 users online :: 0 Registered, 0 Hidden and 11 Guests

None

Most users ever online was 120 on Tue May 14, 2019 3:05 pm
Statistics
We have 826 registered users
The newest registered user is netanter

Our users have posted a total of 3902 messages in 2169 subjects
Poll
Do you like too shop online??
Yes
[VB.NET]USB Access I_vote_lcap25%[VB.NET]USB Access I_vote_rcap
 25% [ 14 ]
no
[VB.NET]USB Access I_vote_lcap25%[VB.NET]USB Access I_vote_rcap
 25% [ 14 ]
Don't have credit card
[VB.NET]USB Access I_vote_lcap51%[VB.NET]USB Access I_vote_rcap
 51% [ 29 ]
Total Votes : 57
HITS
HTML Hit Counter
Web Counter
facebook
truecodeing

truecodeing

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
May 2024
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 
CalendarCalendar
Search
 
 

Display results as :
 
Rechercher Advanced Search
Affiliates
 
Social bookmarking
Social bookmarking reddit      

Bookmark and share the address of Truecodeing on your social bookmarking website

Bookmark and share the address of on your social bookmarking website
Music playlist

MusicPlaylist
Music Playlist at MixPod.com

 

 [VB.NET]USB Access

Go down 
2 posters
AuthorMessage
Xx...Tazer...xX
Owner
Owner
Xx...Tazer...xX


Posts : 1239
T®ue Points : 1102678
T®ue Reputation : 40
Join date : 2009-09-02
Age : 31
Location : Chicago,Illinois

[VB.NET]USB Access Empty
PostSubject: [VB.NET]USB Access   [VB.NET]USB Access I_icon_minitimeTue Oct 26, 2010 6:05 am

Now this isn't something I came up with, something I had to look into and have used it for a few things, on it's own it's pretty buggy and you can't do anything more then view the folders /files AFTER you plug the device in.

Code:
Imports System.IO
Imports System.Runtime.InteropServices

Public Class Form1
    Private Const WM_DEVICECHANGE As Integer = &H219
    Private Const DBT_DEVICEARRIVAL As Integer = &H8000
    Private Const DBT_DEVTYP_VOLUME As Integer = &H2

    'Device information structure
    Public Structure DEV_BROADCAST_HDR
        Public dbch_size As Int32
        Public dbch_devicetype As Int32
        Public dbch_reserved As Int32
    End Structure
    'Volume information Structure
    Private Structure DEV_BROADCAST_VOLUME
        Public dbcv_size As Int32
        Public dbcv_devicetype As Int32
        Public dbcv_reserved As Int32
        Public dbcv_unitmask As Int32
        Public dbcv_flags As Int16
    End Structure
    '<<<< Function that gets the drive letter from the unit mask >>>>
    Private Function GetDriveLetterFromMask(ByRef Unit As Int32)
        Dim i As Integer
        For i = 0 To 25
            If Unit And i Then Exit For
            Unit = Unit >> 1
        Next
        Return Chr(i + Asc("A"))
    End Function

    'Override message processing to check for the DEVICECHANGE message
    Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
        If m.Msg = WM_DEVICECHANGE Then
            If m.WParam = DBT_DEVICEARRIVAL Then
                Dim DeviceInfo As DEV_BROADCAST_HDR
                DeviceInfo = Marshal.PtrToStructure(m.LParam, GetType(DEV_BROADCAST_HDR))
                If DeviceInfo.dbch_devicetype = DBT_DEVTYP_VOLUME Then
                    Dim Volume As DEV_BROADCAST_VOLUME
                    Volume = Marshal.PtrToStructure(m.LParam, GetType(DEV_BROADCAST_VOLUME))
                    Dim DriveLetter As String = (GetDriveLetterFromMask(Volume.dbcv_unitmask) & ":")
                    Dim Files() As String = Directory.GetDirectories(DriveLetter)
                    Dim filesnames() As String = Directory.GetFiles(DriveLetter)
                    Dim Filename As String
                    Dim file As String

                    For Each Filename In Files
                        ListView1.BeginUpdate()
                        ListView1.Items.Add(Filename)
                        ListView1.EndUpdate()
                        ListView1.Refresh()
                    Next
                    For Each file In filesnames
                        ListView1.BeginUpdate()
                        ListView1.Items.Add(file)
                        ListView1.EndUpdate()
                        ListView1.Refresh()
                    Next
                    'Dim di As DirectoryInfo = Directory.CreateDirectory(path)
                End If
            End If
        End If
        MyBase.WndProc(m)
    End Sub
End Class
Back to top Go down
https://truecodeing.forumotion.net
Always_Jonezen
Site Admin
Site Admin
Always_Jonezen


Posts : 155
T®ue Points : 1015049
T®ue Reputation : 8
Join date : 2010-01-25
Age : 47
Location : NC

[VB.NET]USB Access Empty
PostSubject: Re: [VB.NET]USB Access   [VB.NET]USB Access I_icon_minitimeTue Oct 26, 2010 11:35 am

this looks like the plist in my iphone u can customize some of the strings
Back to top Go down
 
[VB.NET]USB Access
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Computer section :: Visual basic-
Jump to:  
Forum create on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com