Search results

  1. C

    compiling an open source program

    i need to compile this project hxxps://github[.]com/brianb/mdbtools for windows, i am new to c++, so don't know much about how this should be done. i already downloaded an open source ide (devc++), but i dont know how to compile this, can some one help?
  2. C

    websiecript

    i need an online test accessm script, i already saw tcexam, but it looks albeit complex/packed. i only need basic feature, so i can tweak as i need Does anyone have any suggestion
  3. C

    make webbrowser control load pages faster

    is there any way i could make the webbrowser control load large textual pages faster. its taking about 5-10mins to loag blogs with about 500 comments
  4. C

    searching phone numbers in google

    i need to search for phone numbers in google, and define soeme criteria e.g search for phone numbers starting with 991------ is this possbile
  5. C

    scrape google maps

    Hello, i need to scrape google maps, but it load result with ajac, how do i scrape address from google maps? am developing in .net
  6. C

    catche web page how?

    I need to submit articles to many directories, how do i do this faster? am thinking of catching submit pages or use multithreading with the httpweb class, can you give your advise?
  7. C

    Click facebook like/unlike button in vb6

    I tried without success to click the facebook like button in code with the webrowser control, but it doesn't work, here is the cod i used Private Sub ClickLikeUnlike() '# click like or Unlike button here On Error GoTo ErrorHandler: Dim InputCollection As...
Back
Top