CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: e_har

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. How to get process start time and running time?

    Hi, i would like to check on how do i get the starting time and the running time of a particular process....in C and not C++.

    Thanks in advance...
  2. Replies
    6
    Views
    1,991

    Re: Upload file problem in PHP

    From the first warning, the error message already tells u that the directory is missing....

    From your codings, i could see that you are uploading to a "upload" directory in your current...
  3. Replies
    2
    Views
    609

    Re: monitor hard disc activity

    Whoa dude...this will not be easy...if you are trying to build something similar like DiskMon...
    hxxp://www.microsoft.com/technet/sysinternals/utilities/diskmon.mspx

    I have no idea how it's done...
  4. Thread: Captcha

    by e_har
    Replies
    1
    Views
    623

    Re: Captcha

    Well, here is a quick code i just made...but not entire application...Basically u just need to have 2 functions...one to generate the random characters....the other being generating the image.

    As...
  5. Replies
    3
    Views
    700

    Re: STMT MySQL functions?

    This is the closet i came across.....
    http://blog.c0la.se/docs/db/mysql/_includes_classes_db_mysql_stmt_php.html

    but like what PeejAvery said....it's definitely not on www.php.net.....
  6. Replies
    9
    Views
    1,136

    Re: Developing PHP & MySQL on WindowsXP

    Well, if you wanted the quick and easy way out....use this instead:
    http://www.apachefriends.org/en/xampp.html
  7. Replies
    3
    Views
    3,428

    Re: CRYSTAL REPORT and PHP

    Well....like PeejAvery put it....i think it's only possible to call Crystal Reports as a COM object in Windows with PHP.

    But if you want a tool which is similar to Crystal Reports which can be...
  8. Replies
    4
    Views
    817

    Re: How to do video streamin etc

    Well...you can try this tutorial...
    h++p://www.jeroenwijering.com/?item=Embedding_Flash
    but if you're operating this on wordpress or CMS...
    try this:...
  9. Replies
    4
    Views
    1,253

    Re: Printing Code

    Dude, why dun you get UltraEdit(Commercial software) or Notepad(Open-Source software)....open up ur *.c or*.cpp files with them and print it with it....both of it got options to print with the line...
  10. Replies
    5
    Views
    897

    Re: file_get_contents and URL.

    Wahaha...relax dude...cuz i know that if a URI contains spaces....you need to "urlencode" otherwise it may not work properly...

    But i believe you're right....it may be ur Webserver's problem.......
  11. Replies
    5
    Views
    897

    Re: file_get_contents and URL.

    Dude, i've managed to make it work using 2 of the following codes...
    ...or are you trying another URL which got spaces in the filename? Cuz i got problems when the filenames got spaces and i think i...
  12. Thread: PHP script

    by e_har
    Replies
    10
    Views
    1,167

    Re: PHP script

    No Problem dude, we are all here to help one another.
  13. Replies
    8
    Views
    1,528

    Re: how to know ip visitor to my site ?

    Well, this is my version of finding the IP....modify it to ur needs.



    <?php
    if ( $SERVER["HTTP_X_FORWARDED_FOR"] ) {
    if ( $_SERVER["HTTP_CLIENT_IP"] ) {
    $proxy =...
  14. Thread: PHP script

    by e_har
    Replies
    10
    Views
    1,167

    Re: PHP script

    Sorry PeejAvery....there is a do-while loop in php.
    The URL for the description is here
    http://php.net/manual/en/control-structures.do.while.php
  15. Replies
    61
    Views
    6,168

    Re: Cool Firefox plugins...

    Well, not only that once you hit 30-40 tabs...there is this tendecy that FF will crash.... Tried it a few times and only once did it not crash...hope they fix the bug if this is really a bug and not...
  16. Replies
    7
    Views
    1,107

    Re: Help installing PHP

    Although i'm late in replying...but i think no harm writing another alternative here, XAMPP

    It comes in Windows/Linux/Solaris/Mac OSX distribution and installing is just plain easy. It comes with...
  17. Replies
    8
    Views
    3,239

    Re: Extracting Audio from .avi files

    If you find VirtualDub's code are way too long for you....you can try http://theora.org/ and http://www.illiminable.com/ogg/enc_theora_graphedit.html

    to have a look at how they do it.
  18. Replies
    7
    Views
    1,243

    Re: What type of database to use?

    For information on MySQL licensing...you can check it out in this URL:
    http://www.mysql.com/company/legal/licensing/
  19. Re: Retrieving unique h/w id....using C#-urgent.

    I haven't touched on C# for quite sometime but here is a simple VBS for finding out basic information on the motherboard. I'll try to see what can i code after the World Cup Quarter final...
  20. Replies
    61
    Views
    6,168

    Re: Cool Firefox plugins...

    No Problem dude, i would recommend IE Tab if you want to visit websites which insists you use IE.

    And LiveHttpHeaders are useful if you want to monitor the traffic of the websites you are...
  21. Replies
    61
    Views
    6,168

    Re: Cool Firefox plugins...

    Well, i prefer the following

    1.) ShowIp
    2.) NoScript
    3.) IETab
    4.) VideoDownloader
    5.) LiveHttpHeaders
    6.) SwitchProxy
  22. Replies
    13
    Views
    1,457

    Re: Multiple downloads.

    @PixelNurse:
    I couldn't understand what you are trying to do here.
    1.) You want a single php script that enables you to download multiple files at one try???
    2.) You want a single php script that...
  23. Replies
    3
    Views
    958

    Re: Are these languages the same?

    J# iswritten in Java like manner while C# is more similar to C/C++ but both are .NET language.

    The only thing is there may not be support or samples with it. So you may have great difficulties...
  24. Replies
    2
    Views
    2,487

    Re: [Bash] execute string as command

    Hi michael_hk,

    the way that you write the Linux shell script is wrong.

    It should be something like the script below. But if you need more, feel free to ask or search for "shell scripts" in...
  25. Replies
    6
    Views
    1,043

    Re: add a Windows Media Player into a application

    Well...actually ovidiucucu already gave a very good sample program....if you're programming it with Win32 API for Grpahics and Multimedia...the following links are the place for you

    Audio and...
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured