Visual Basic/VB >> Geting the Path

by omprakash » Wed, 08 Oct 2003 07:28:32 GMT

Hi Guys,

I am having a problem in fetching the Path using VB.
Here i am developing an application in with on giving
source path and destination path it will synchronize the
file(If any xml file is present it will check the data in
the source with the destination file and add if any data
is missing and also do the same by taking destination
data and check with source data and synchronizes). I am
getting it done if i work in single system. If i connect
it to my Pocket PC or Laptop then i am unable to get the
path of the folder present in PocketPC or NoteBook.

Bottom Line: I need to get the path of the folder present
in Pocket PC or NoteBook for synchronizing.

Can any one help me by providing a solution ?

Thanks,
Omprakash


Visual Basic/VB >> Geting the Path

by Rick Mogstad » Wed, 08 Oct 2003 07:32:22 GMT


how are you going about getting the path now? It sounds like what you need to be able to do is
look for a network path?









Visual Basic/VB >> Geting the Path

by Omprakash Babu Karumudi » Wed, 08 Oct 2003 08:22:01 GMT

Hi Rick,

Now i am getting the path to the server if the system is connected to
network. For that we will mapping that server in you machine. But if you
use Pocket PC or Palm then we need to install the software of PocketPc
so that i has the synchronize button to synchronize with Desktop and if
you open explore in your desktop you will get an Icon of mobile under
the Name "Other". I am using the Drive list box to fetch the drives in
the system and using the directory list box i am able to select the
destination folder. But in this example If i use Drive list box then
"Other" is not listed in the Drive List box.

Here comes the problem.

Thanks,
Prakash

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Similar Threads

1. Geting to the top of procedures in the IDE - VB.Net

2. geting user group on domain

hi

i'm making small app for my company in visual basic express...

we would like to setup usergroup on windows domain... and only users
that are in that group would be able to access aplication...

i would check on the start of the app who is loged in, and to witch
user groups they belong on domain...
if they belong in usergroup that gives them right to use this app..
app would start ... and if not it will give them message...

so is there some sample code for doing this?


thnx in advance

andy

3. Newbie Questions about Geting started. - VB.Net

4. Excel VBA-Geting data from Access

My problem is that I don't know how to  connect to an Access databas
from Excel. I'm modifying a macro in which I have to compare som
strings in Excel cells to the data in Access database with a singl
table. It's not a SQL problem. I found some code in the help files, bu
since I'm not a VBA programer I didn't work out anything. 

I'd be very thankful for any help.

ps. I'm runing on Office XP

AleKodri

5. geting address from outlook to vb

6. Programatically geting the account settings.

7. geting name of CustomDocumentProperty

8. Geting a file from FTP server and display file data on VB6 screen