Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > Need Help
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 1st November 12:11
mircea_trif
External User
 
Posts: 1
Default Need Help



for my next project i need my program to access a server and copy some
files to it.how can you do that?
for exemple i have tree edit boxes
first one contains the adress
secound one conteins the username
third one contains the password
What delphi components do i have to use in order to conect
to the server ?
how can i copy the selected folder to the server ?
can you suply me with source code?
  Reply With Quote


 


2 1st November 12:11
bruce roberts
External User
 
Posts: 1
Default Need Help



You probably don't need to use any special components. Servers provide
services and you should be able to take advantage of these services as if
there were local to your machine.


Storing files on a server, for example, works the same way as it does
locally. The only difference is that you need to specify that the file
location is a different machine. So instead of using a file name such as
"C:\My Documents\Something.Dat" you might use something like
\\MyServer\UserDocuments\Something.Dat, where \\MyServer is the name of the
server and UserDocuments is a share name provided by the server.


Can you supply me with a specification and money?
  Reply With Quote


 


3 20th November 05:28
marco
External User
 
Posts: 1
Default Need help


I'm novice to Delphi, VB was my primary language and I'm looking for some
huge help.

In vb, i have a component (OCX) that "informs" any other component of the
same type regardless of parent form.

I need same thing in delphi, but lack of knowledge stops me from building it


How to notify all forms that something happened in one of them? .. and send
some info about that?

any help would be appreciated

marco
  Reply With Quote
4 20th November 05:28
nuker
External User
 
Posts: 1
Default Need help


Try SendMessage.
Read help topic from WinApi32 (it's installed with delphi, if you select).
  Reply With Quote
Reply


Thread Tools
Display Modes




666