Search:

Type: Posts; User: nokmaster

Page 1 of 13 1 2 3 4

Search: Search took 0.57 seconds.

  1. Replies
    7
    Views
    730

    Re: ajax and php string

    Hi,

    Kows,


    xmlhttp.send("txtname=<?php echo $test; ?>");

    This is working fine now. i am going to practice ajax and jscript

    Thank you :)
  2. Replies
    7
    Views
    730

    Re: ajax and php string

    Hi kows,

    seems it is not working on the code you've provided the first one

    i tried this:


    <?php

    $test = "ABCDEF";
  3. Replies
    7
    Views
    730

    Re: ajax and php string

    @kows

    Thanks for your help :)

    i am going to try it later and post feedback.

    B.R, :)
  4. Replies
    7
    Views
    730

    Re: ajax and php string

    @Admin/Mod

    Sorry please move to the right section.

    Thanks!
  5. Replies
    7
    Views
    730

    ajax and php string

    Hi,

    is it possible to use Ajax send request using php string as an Input?

    like this:


    function ajaxFunction() {
    var getdate = new Date();l
    if(xmlhttp) {
  6. Replies
    2
    Views
    868

    need small help

    hi,

    anybody can help me this simple c code to convert into vb6 thanks

    code is:


    FT_PROGRAM_DATA ftData = { 0x0403,
    0x6001, “FTDI”, “FT”, “USB HS Serial Converter”, “FT000001”, 44, 1, 0, 1,...
  7. Replies
    11
    Views
    1,160

    Re: how to create program logger

    what you mean log?

    for save file use this:


    Dim ff as integer;

    ff = FreeFile

    open App.path & "\yourfile.txt" for out as append #1
  8. Thread: transparent

    by nokmaster
    Replies
    2
    Views
    543

    transparent

    hello, is there any owner draw to set the DirListBox and FileListBox to back color transparent?

    Regards,
    :)
  9. Replies
    1
    Views
    1,764

    php check file if exist

    hi

    i am having to check file from my website:

    my code:

    <?php

    //$IMEI = $_GET[sIMEI];
  10. Replies
    3
    Views
    532

    Re: php check entry problem

    what do you mean by duplicate update? you mean i will do UPDATA in my tblAsk instead of INSERT?
  11. Replies
    3
    Views
    532

    php check entry problem

    hello, can anyone help me with check entry and insert if not in my database..

    my code is:


    if ($Worked) {
    echo "Credit=$Credit";

    if($Credit=="0"){
  12. Replies
    0
    Views
    645

    controlling webbrowser submit button

    hi,

    i was trying to control a submit button in webbrowser1 in vb6.

    the code from the html is


    <input type="submit" value="Send SMS" size="40">

    and my button code is
  13. Replies
    3
    Views
    1,303

    Re: CreateFile, WriteFile

    shukla,

    it does not write the byte to my usb device. the byte im going to write is "1B"
  14. Replies
    3
    Views
    1,303

    CreateFile, WriteFile

    Hi,

    I am trying to write byte to my USB Device using method of CreateFile and WriteFile, But my Code does not work :(

    My Code:


    Result = CreateFile _
    ...
  15. Thread: Image1 Size

    by nokmaster
    Replies
    3
    Views
    758

    Image1 Size

    Hi,

    How i can set the Image1 Size into 2.25 Height by 3 Weight?

    and also when i loading picture for example size of the Picture is 3R somtimes picture stretch..

    Br,
    :)
  16. Replies
    3
    Views
    597

    Re: Drag&Drop Picture

    Thanks RhinoBull.

    Anyway, tried your method but not work for me. Maybe it will not work. i tried searching for example but cannot find one instead im going to use browse for folder within in my...
  17. Replies
    3
    Views
    597

    Drag&Drop Picture

    Hi,

    How i can Drag pictures from CommonDialog (open) and Drop it to my Image1 in VB?

    Best Regards,
    :)
  18. Thread: crc8

    by nokmaster
    Replies
    1
    Views
    3,451

    crc8

    hi,

    anybody has an example of crc8 checksum calculation?

    Thanks

    BR
  19. Replies
    5
    Views
    937

    Re: borland c++ dll

    i have searched but not found good one ;-)

    hehehe thanks...

    i tried it using MessageBox() it does not work... hmp :rolleyes:

    any guys could give sample on displaying tmp() result in vb6 :D
  20. Replies
    5
    Views
    937

    Re: borland c++ dll

    Hi,

    tmp = tmp; // tmp is a string

    something like this:

    Memo1->Lines->Add(+tmp);

    i wanted to display the string from tmp in my Vb6 Program by calling this Dll..
  21. Replies
    5
    Views
    937

    borland c++ dll

    hi,

    i am newbie into c++ programming :D but i wanted to learn..

    i am trying to make simple dll in borland c++ builder and call it in vb6 or delphi

    my code in borland c++ is here:


    extern...
  22. Replies
    2
    Views
    444

    Re: parsing text with listview

    Thanks :)

    my problem solved.
  23. Replies
    2
    Views
    444

    [RESOLVED] parsing text with listview

    hi,

    i need some help how to parse like this:

    my code is:


    Dim strToParse As String

    Dim li As ListItem
  24. Replies
    2
    Views
    601

    Inet1 Controls

    hi,

    just wanna ask how to use this Inet1.Controls

    for example: Inet.OpenURL("www.vbforums.com", icString)

    how to put check if its done or not? i mean like looping where Inet is ready or...
  25. Replies
    14
    Views
    2,024

    Re: vb6 webbrowser problem

    what is the best to use? webbrowser or winsock? can winsock do like in webbrowser? i need only to get text from my website
  26. Replies
    14
    Views
    2,024

    Re: vb6 webbrowser problem

    Thanks :)

    By the way, can you check my project to test you have any messanger?

    BR
  27. Replies
    14
    Views
    2,024

    Re: vb6 webbrowser problem

    @jmsrickland

    Hi, yes like what MikeJoel said 'clear cache'

    yeah, for example "my vb program" runs and click command button now you'll see "Hello World" ok do not close yet the program. ill...
  28. Replies
    14
    Views
    2,024

    Re: vb6 webbrowser problem

    i am making client applications...

    simple question, how i can clear webbrowser control before visiting the link? i want to re-visit link each time i click button.

    thanks

    br
  29. Replies
    14
    Views
    2,024

    Re: vb6 webbrowser problem

    anyone can help me? :(
  30. Replies
    14
    Views
    2,024

    vb6 webbrowser problem

    i am having trouble this vb6 webbrowser, kinda weired i dont know what should i do..

    my code is:


    SiteURL = "http://www.yoursite.com"

    WB.Navigate2 "" & SiteURL & ""

    Do While...
  31. Replies
    3
    Views
    433

    Re: how to remove some byte

    Fazi, could give some example of this output method?

    BR
  32. Replies
    3
    Views
    433

    how to remove some byte

    hello,

    i am having trouble how do i remove some byte from binary file i need to remove 1 to 8000bytes from a binary file.

    any suggestion or sample are much appreciated :)

    BR
  33. Replies
    8
    Views
    961

    Re: webbrowser question

    Thanks Fazi :0

    By the way, how to parse Text from WebBrowser InnerText or OuterText?

    BR
  34. Replies
    8
    Views
    961

    Re: webbrowser question

    i resolved now my problem, i use the WB.Document.getElementID("file;").Click

    Now, i have another question how to get a Text From the WebBrowser TextBox into my vb6 TextBox?
  35. Replies
    8
    Views
    961

    Re: webbrowser question

    Hi,

    Fazi, this is the website www.rplserver.com

    my problem is only this last TextBox since its not Type=Text it was Type=File

    Doogle, what do you mean by Popop? The problem only is how to...
  36. Replies
    8
    Views
    961

    webbrowser question

    Hi,

    i am doing some program in vb6 using webbrowser components, my problem is i can put TextBox on website since the Type of field is 'File' is there anyway how i can put a 'Text' on that Field?
    ...
  37. Replies
    3
    Views
    1,316

    check before insert data in mysql

    Hi,

    How to do this check entry if exist or not then if not do insert data entry to mysql database.

    BR
  38. Replies
    4
    Views
    709

    Re: gsm - program - needed

    if you are working on nokia phone you just need DKU-5 Cable and 1 Nokia phone e.g. 6610i, 3220, 3200.

    First is, understand FBUS Routine take a look at here in this website this will help you a...
  39. Replies
    0
    Views
    985

    What is the name of this controls

    Hi,

    What is the name of this controls in delphi?

    Check:

    http://www.cybersurf.biz/x82/name.JPG

    BR
  40. Replies
    5
    Views
    825

    Re: decrease count

    thanks work now :)
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width