User Profile

Collapse

Profile Sidebar

Collapse
cyberking
cyberking
Last Activity: Nov 19 '09, 06:55 AM
Joined: Jan 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cyberking
    started a topic URL of Current IE WINDOW IN VBS / VB

    URL of Current IE WINDOW IN VBS / VB

    Hi,

    Somebody please help me! Please! After havin searched over the net for nearly a week, I havent found aythin that can solve my issue! Please help me..

    here's what i want to do. Say there is 1 Internet explorer window open.. I need to to get the URL of the this IE window into a string variable..

    Somethin like

    Dim ie_url, ie
    Set ie = createobject("I nternetexplorer .application")...
    See more | Go to post
    Last edited by cyberking; Jan 14 '08, 07:02 PM. Reason: title

  • cyberking
    replied to Crystal Reports
    Hi,

    I can help u... But dont exactly understand what u are tryin to say! :(

    Regards
    CyberKing...
    See more | Go to post

    Leave a comment:


  • cyberking
    replied to Please help with duplicate entries.
    Hi!
    Sorry mate! The link aint seem to be functional... U sure its there??
    Would be good if yoou could post the table / data here rather than as a link!

    Regards,
    CyberKing...
    See more | Go to post

    Leave a comment:


  • cyberking
    started a topic VBSCRIPT- Binding to a process Doubt

    VBSCRIPT- Binding to a process Doubt

    HI,

    Please help me.. Well.. This is what I want to do.. Since there aint a forum dedicated to VBScript, I am posting my question here and I am sure I ll recieve ur help.

    Ok. Now the scenario is like this. I want to create a sort of Log file for a particular windows application. Say, I want to keep track of when any of the MS Office Applications are run.. I know How to create a log file., how to write to the log file.....
    See more | Go to post

  • cyberking
    replied to Need SQL Script
    Hi,

    Probably posting ur script till STEP 1 would help in helping u to complete the script!

    Regards
    CyberKing...
    See more | Go to post
    Last edited by debasisdas; Dec 10 '07, 04:40 AM. Reason: removed excess quote

    Leave a comment:


  • System flooded with VIRUS overnight! Suspectin a DHCP switch off in the router!

    Hi all,
    Firstly, I am very little knowledgible when it comes to Windows OS (Client OS or Server OS). But offlate my urge to get myself in terms with it increased and soon I was meddling with the various services offered by Win Server 2003.

    Ok. Now here s the scenario. Firstly I have a Huawei Router with DHCP enabled in it. And then I have 'bout 5 machines at home which I intended to set up as a network and make one of the machines...
    See more | Go to post

  • Ok...

    It was such a dumb issue. My USB wireless PCI card wasnt compatible with Win Ser 2003..

    Duh! :-\

    Regards
    CyberKing
    See more | Go to post

    Leave a comment:


  • Hi.
    Really sorry bout the late reply. I am at work and hence got stuck up.
    YEs, regarding the compatibility issue, i referred to the net and yes, there seems to be compatibility according to one site and in the other, it aint mentioned anythin bout compatibilty.

    Just for ur reference, I have put below the links. In case, it might help you in helping me.

    http://members.driverg uide.com/driver/detail.php?driv erid=501539...
    See more | Go to post

    Leave a comment:


  • Umm.. Hmmm..
    I am sorry. But this wasnt of much help to me. Really sorry bout it and thanks for helpin me!

    But the problem here is, the above Microsoft links tell us about ICS. Thats fine.
    But then, moving to the basics, I aint able to configure a simple Broaband connection,.

    Also, i have a D-Link Wireless gateway. And then my machine has a wireless USB PCI card from the same manufacturer D-Link. They are...
    See more | Go to post

    Leave a comment:


  • cyberking
    started a topic Internet Connection on Windows Server 2003

    Internet Connection on Windows Server 2003

    Hi all.

    Hmm.. Firstly, I have never worked on the administration side and also know nothin bout it. So please forgive if my question sounds very dumb.
    I am looking to you guys to please help me 'cos theres not one page on the internet that can tell me what I am seekin for.

    Ok here's the scenario. I have a brilliant configuration on my machine. I have Win XP runnin healthy with a connection to the internet through...
    See more | Go to post

  • Hi

    Ok, tell me onething. When you are ready to download the file from your database onto your server directory and then try all the jinx, why not store the file directly onto your server directory at the very first place??

    Regards
    CyberKing...
    See more | Go to post

    Leave a comment:


  • cyberking
    replied to Saving Form as query to a file.
    in PHP
    Hi,
    Well firstly get all the details on the webmachine into a local file as below while I assume that you know that part of fetching the data namely id, data, news, summary and so on into variables! Next, we shall write the data into a text file separated by " | " as a delimiter. I have used a file named webmachine.txt

    $myFile = "webmachine.txt ";
    $fh = fopen($myFile, 'a') or die("can't open file");...
    See more | Go to post

    Leave a comment:


  • Hi,
    Not very sure. I have never stored an image in a database. Always stored them on the local directory. Anyways, try doin this...

    Once you finish querying your db,
    [code=php]
    while($row=mysq l_fetch_array($ result))
    {
    $image = $row['png'];
    }

    <img src="<?php echo $image;?>">[/code]
    [Please use CODE tags when posting source code. Thanks! --pbmod...
    See more | Go to post
    Last edited by pbmods; Jun 1 '07, 04:34 PM. Reason: Added code tags.

    Leave a comment:


  • Hi,
    You can do it this way, Once all the stuff is selected from the select box, you can use the implode function to fetch it into a variable. You can use comma as the delimiter.
    Lets say you have a submit button that you use to submit your form, then the code in the second page could be like this,
    [code=php]
    <?php
    $var = implode(",","sr testrun");
    ?>[/code]
    there you have...
    See more | Go to post
    Last edited by pbmods; Jun 1 '07, 04:32 PM. Reason: Added code tags.

    Leave a comment:


  • cyberking
    replied to Using sessions, and 'please wait' pages
    in PHP
    Hi,
    Why dont you chacge the timeout settings in your php.ini file to a higher timeout value??
    Regards
    CyberKing
    See more | Go to post

    Leave a comment:


  • cyberking
    replied to Estimate script for products
    in PHP
    Hi again,
    Ah how foolish! I never thought bout it!
    As adamalton says, use checkboxes and radio s wont do the job for you, DUH!!
    ```Dumb me````

    Also, the above script wont change, just replace the type = "radio" to type = "checkbox" and it shall work


    Regards again
    See more | Go to post

    Leave a comment:


  • cyberking
    replied to Estimate script for products
    in PHP
    Hi,
    Thats not at all a problem and yes "You are in the perfect forum!"
    Well, as you know / if you dont know too, each radio button has a VALUE parameter associated with it. or hang on, let me take an example and explain it. The following example has two products priced $1 and $2 and on submit button being clicked, shall add them, to give you $3 as the answer.

    //Please note the value field, it is the price...
    See more | Go to post

    Leave a comment:


  • cyberking
    replied to Getting Info. for specific record?
    in PHP
    Hi!
    Your post seems very abstract to me,. How can you query using SQL commads from a table that you have in vehicle.php file? Or do you mean to say that you have code in vehicle.php that query's your table in database? I am unable to understand.. If, you have a table in your database, then what you can do is :

    Say you have a link for plate number in some page, then provide a link to this,

    <a href='vehicle.p hp?plateN=$plat eN'>Plate_numbe r</a>...
    See more | Go to post

    Leave a comment:


  • cyberking
    replied to Newbie. Help with making forum?
    in PHP
    Hi Susen!

    Yes. The whole idea of my freeware is to provide the entire code to my users / ones ready to use it. Yea! Its completely customisable, meanin you can make it match upto 99% with your site. Thereby, it looks neat.
    It's going to be born as a Ready To use (Complete Package) from a Beta pack in bout two days time. Is there any way by which I can provide it for download here? That would be great!!
    Regards
    ...
    See more | Go to post

    Leave a comment:


  • cyberking
    replied to Looking for SQL Tutorials
    Please post your mail id.
    Not sure if its available here.
    Regards
    CyberKing
    [Link Removed]...
    See more | Go to post
    Last edited by MMcCarthy; May 3 '07, 02:05 AM. Reason: removing link to website advertising as this is considered spam

    Leave a comment:

No activity results to display
Show More
Working...