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 strongm 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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
  11. 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
  12. 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...
  13. keith23

    how to grab and store executed value of a url

    Hi all i got a url(http://map.geoup.com/geoup?template=CountryName) that if i paste it in browser address bar it will return for me a value like this: document.write('usa'); I want to grab only countryname value using php and store it in variable and later insert it in to mysql db. Could an...
  14. keith23

    how to view client registery value using asp script

    Hi all. i want to make a asp script that can read certian client registery values but i do not know how to write it. I be happy if an expert show me how.i think it could be done because i have seen html pages that show what version of windows and what browser ect... and i assume that they got...
  15. keith23

    how to view client registery value using php script

    Hi all. i want to make a php script that can read certian client registery values but i do not know how to write it. I be happy if an expert show me how.i think it could be done because i have seen html pages that show what version of windows and what browser ect... and i assume that they got...
  16. keith23

    reciving warnings on browsing backward from php pages

    Hi all i am using sessions on each page of my php to make sure user is loged in but when press browser back page i get the following error and once i refresh i can see the page. It is very annoying to see that every time and i know the session did not expire.Could any one tell me how to solve...
  17. keith23

    how to join these 2 tables?

    Hi all . I wonder how i can join playlist table and files table so for each Rec_ID in playlist table i get corrspondent artist,title,album and ID from files table.(bold parts) My current query only produces IDs in a perticuler playlist . SELECT * FROM playlist WHERE playlistname='$playlistname'...
  18. keith23

    How to exit if query does not return records?

    Hi all . I wonder how i check if the bold query is returning no record and if no record returned the script display the following massage and the rest of script does not execute at all. I be happy if an expert show me how.Thanks You have no PlayLists. You Must create at least one PlayList to...
  19. keith23

    How to store check box values in sessions

    Hi all i got a few checkboxes and i let the user to select a few of them and then click a submit button. I want store the value of select checkbox in sessions and later one use them. could any one show me how i can do that.Thanks <form action="./write.php" method=post > <input type="checkbox"...
  20. keith23

    How to insert checkbox valuse to mysql

    Hi all i got a form with a few checkbox on it. User select a few of checkboxes and and press a button to write their values to db. But i do not know how to write it to mysql db. I be happy if an expert help me with that.Thanks code for check box form <form action="./write.php" method=post >...

Part and Inventory Search

Back
Top