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: Jason231
  • Content: Threads
  • Order by date
  1. Jason231

    How to track download rate and byte?

    could any one show me how i can track file downoad rate such as .rar file or .exe file using prograss bar and byte rate. Thanks
  2. Jason231

    problem using inet1.execute with post

    Hi all . I tried the following code to pass the 2 char values that i want to post to my php file. I used a php script that normally writes post request to mysql db but in this case it creates a record for both data but no data in. I checked using form post and it worked whell but not in...
  3. Jason231

    How to make virtual directory in apachee?

    Hi all installed apachee in my c drive under c:\webserver\apache\ and my public directory where i put my html files are located at c:\webserver\public\ I got a huge list of files outside the webserver directory and it is located at c:\folder\filename\myfiles . I wonder how i can make my website...
  4. Jason231

    How to get a file using Inet1.OpenURL?

    Hi all could any one show me how i can use Inet1.OpenURL to download a file from a either ftp or webserver and save it in harddrive. I mainly care about .rar file and .exe files.Thanks
  5. Jason231

    How to import Dialog_122.rc files to my visual studio 6 project?

    hi all i got a file called Dialog_122.rc and it has the code below . I wonder how i can use it with my visual studio 6 project? I be happy if some one tell me how i can use it .When i just open it in visual studio 6 i get error: STYLE DS_SETFONT ==>error RC2104 : undefined keyword or key name...
  6. Jason231

    How to make script of mysql databases using phpmyadmin?

    Hi all could any one tell me how i can make a backup of my mysql database using phpmyadmin? i want to use it as backup and also want to transfer a copy of my database tables and data to diffrent mechine .Thanks
  7. Jason231

    How to link to external .dll files

    Hi i want to write an application that make uses of some external .dll files. How i can obtain the list of functions inside the external .dll file if i do not have its source code? i want to make static or dynamic link between my program to those functions inside dlls I be happy if some experets...
  8. Jason231

    when and where we need to consider datastructure?

    hi all .i have some experiunce in datastructure and a created a few programs in visual c++ that make tree ,likelist ,quie,... i created the tree and all of those data structures probably using RAM memory ? Now my question is in real world we need to implement that in hard drive or ? If the...
  9. Jason231

    question about Missing Dll and Ocx

    I am making some program using visual studio 6 . Every once a while i hear from the users that use my program tha some of the following file are missing and the program does not work!! : richtx32.ocx,COMDLG32.OCX,Lvocx,mscomctl.ocx ,mswinsck.ocx,MSINET.OCX,Comctl32.oxc,msvbvm60.dll I wonder...
  10. Jason231

    How to recive post request from vb6 code?

    Hi all . I wonder how i can write a php code that recives post request from vb6 with data and writes that data to mysql databas.I be happy if an expert show me how.Thanks
  11. Jason231

    How to make post request to php from my vb6 app?

    Hi all i wonder if i can make my vb6 application to talk to a php page and send the php page some mysql statment that it executes in remote server.I want to send an HTTP Request, like a POST, with some data for the PHP script to use.I be happy if i get some help here.Thanks
  12. Jason231

    How to highlight 1st item on external listview?

    Hi all could any one tell me how i can highligh the first item on the external listview . I did not many searches but could not find the solution!! So i hope some one help me.Thanks
  13. Jason231

    How to start version upgrade download for my application?

    Hi all . I created an visual basic application and once user loads it it prompts them if they using older version and ask them if they want to upgrade or not. If they ask yes i want my application to start download a new upgrade file from a remote website just like pic below .I do not know how...
  14. Jason231

    How to send customed massage box remotly?

    Hi all. I wonder how i can send customed massage boxes to my application remotly either from website or from with in another visual basic program. I am makiing application and send it for few uesrs and i want to be able to broadcast custom massages for them but i do not know how i can achive...

Part and Inventory Search

Back
Top