Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: keith23
  • Order by date
  1. keith23

    File Upload

    RobHudson could u share php upload scripte. I am intrested in same thing.Thanks
  2. keith23

    How to upload small text file from within my vb form application?

    hi all .I am making an application that it has to upload .text file.(c:\myprog\test.txt) to a remote server via ftp but i do not know how to do it.The text file is in the same folder as my vb6 application. I do not want much fetures just it transfer the file to remote server and prompts the user...
  3. keith23

    how to output registery folder names and key inside it in to listbox?

    Hi all . I have a problem retrieve the usernames and Id stored in HKEY_CURRENT_USER\Software\xyz\123\ usernames are not not stored as string, the usernames are stored as the folders name inside of the 123 directory. For example, the program has 3 usernames stored in the registry; cat, panda...
  4. keith23

    How to build setup installer for visual c application

    Thank for u all for your nice replie. Unfortuntly there is no debug folder or release folder. I even used search function in xp and it could not find it :-(( I am using visual studio version 6 .Is it any problem with my visual studio version ?Thanks
  5. keith23

    How to populate form textbox with registery key values?

    Hi all . I wonder how i can refrence registery key values and populate it inside form textbox .My intention is to create a form with a button and once i click the button the following registery keys value get printed in form textbox. I want the data values for the follwing keyes: user,taskid...
  6. keith23

    How to build setup installer for visual c application

    cpjust i tried that and i get this massage: exeinfo.exe - 0 error(s), 0 warning(s) but i could not find the .exe file!! where i can finde it? Thanks
  7. keith23

    problem running my prograss bar

    Hi all i have 2 forms. The second form is called when a command button in first form is cliced. The problem is that when i click the button the second form pops up but the prograss bar does not run. i used form2.show inside my onclick event in my first form. I put the Timer1.Enabled = True...
  8. keith23

    How to build setup installer for visual c application

    Many thanks to u reply . I am using visual studio version 6 . could u tell me how i can compile the source files into an .exe file? I looked at file menue but i did not see any option to make .exe for vc++ project!!Thanks
  9. keith23

    how to put result of shell function into variable

    Thank strongm for u reply. I tried it and it does not work .This time it does not write it to a file eaither!! and the massage box never pops up!!
  10. keith23

    how to put result of shell function into variable

    Hi all .I have difficulty outputing the value of shell function into massagebox using task_id variable. Currently the shell function writes the output to text file but i want put the value equal to variable but it never works!! I be happy if some expert help me.Thanks Private Sub Reg(Path As...
  11. keith23

    How to build setup installer for visual c application

    Hi all. i have a few visual c++ program and i wonder how i can make an setup installer for it . My purpuse is to send it to some one who has no knowlege of compiling and using visual stuidio and i want him to run the install and be able to use the applicaion with out needs for him to install...
  12. keith23

    connection string for connecting to mysql using vb 6?

    Hi all. i am new to vb 6 world. I am trying to make an .exe application take user input and write it to external mysql database that recides in external server. I be happy if an expert tell me what connection string should use [b]to connect to mysql database which recides in external or local...
  13. keith23

    How to mail registery values using vb 6 ?

    Hi all i got a vb code the reads regiestery values and wirtes them to .reg file. I am in process making an application that needs to verify users based on their registery values. So i want email the registery values instead of writing them to a file. I have the code to mail and code to write the...
  14. keith23

    how to use external smtp to send email using vb6 .exe prog?

    Hi all. I got the code beleow that supposed to use external smtp to send email.But i do not know how to use it in visual studio 6.could and expert tell me how to use this code in visual studio version 6? I am new to vb so i be happy if u tell me the steps to use this code and make .exe file and...
  15. keith23

    How to import excel csv-file into your mysql db using php?

    Hi all .i got a excel .csv file and i want to import it to mysql database but i do not know how to write a php script that does the job for me. I be happy if an expert show me how.Thanks
  16. keith23

    how to use external smtp to send email using vb6 exe prog/

    Hi all. i am new to vba. i be happy if some one send me the code on how to use external smtp to send email using a vb6 .exe program.Thanks
  17. keith23

    how to read registery values using activex

    Hi all . i wonder how i can wirte an activex webpage that can read registery values from HKEY_CURRENT_USER\Software\registeration and display it . I be happy if an expert show me how since i am new to activex.My intention is that once a user loads the activx page it displays registery values...
  18. keith23

    how to grab and store executed value of a url

    Thanks u all for u reply. The point is that that external site offer other information beside country name such as city name which i am intrsted to use .I hope i be able to solve this issue.thanks
  19. keith23

    how to grab and store executed value of a url

    vacunita thanks for u reply . if if use java script like this : <script language="Javascript" src="http://map.geoup.com/geoup?template=CountryName"></script> it will print countryname alone for me but i do know if i can use this with in my php and some how set it up equal to a varible.Thanks
  20. keith23

    how to grab and store executed value of a url

    many thanks for u replies. vacunita how i can execute the url before i use your code? My intention is that when a user visits my php page it writes his country to mysql db so i want the url to be executed within my php and possibly i be print that value too. i be happy if show me how i can...

Part and Inventory Search

Back
Top