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

Search:

Type: Posts; User: szpilman

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: how to enable HTML objects, such as TABLE, FORM,, etc in VB 6

    thnx thread1 and david.
    the web browser control work well.
    but it raise another question is..
    suppose i have made the TABLE succesfully, then
    how to make that HTML TABLE can interact with the...
  2. how to enable HTML objects, such as TABLE, FORM,, etc in VB 6

    dear all,
    i'd like to apologize if this question incidentally have been asked before.

    i am building an inventory application.
    I have one trouble - which until now not solved yet - in delivering...
  3. Replies
    22
    Views
    4,392

    Re: Changing Date time Format

    hi,
    just wanna try to help, i dont know whether this can give you any solution
    what if you try to use the DatePart Function, so that whatever the format of the date, the datepart always give u the...
  4. Re: is it able to merge specific cells of datagrid control ?

    thnx very much David
  5. Re: is it able to merge specific cells of datagrid control ?

    sorry if i keep on asking..
    would u explain more about Data Provider Shape ?

    thnx :)
  6. is it able to merge specific cells of datagrid control ?

    dear all,
    i wonder, is it able to merge cells of datagrid control ?
    i am building an inventory application in vb6 with SQL Server as DBMS.
    i want to deliver the data like this :

    ...
  7. can we program a voice modem as an answering machine

    firstly, i'd like to apologize if this question seems not so related with vb

    i have a voice modem at my desk. once, i read that a voice modem can be programmed so it can be functioned as an...
  8. Replies
    5
    Views
    1,188

    Re: PHP Template Designing

    for template-ing ... i usually do the OOP. hope it will worth a bit for u ;)
    ex.


    class Page{
    var $banner;
    var $menu;
    var $content;
    var $footer;
  9. Re: problem when mixing session in PHP with ajax

    thnx Badar :)
    u got it right. i have corrected my code. some of the errors were also caused by incompatibilities in PHP functions that i used in my PHPTriad :( but i have resolved it. thnx badar :)
  10. Re: Password Protecting PDF for Mag Subscription

    i think, it depends on what type of links that u give to the user. if u give them a direct link such as :
    http://domain/pdf/MarchWeek4.pdf
    of course u cannot restrict the user from accessing the...
  11. problem when mixing session in PHP with ajax

    dear all,
    i just start my way to learn AJAX
    i am using a simple framework
    AJAXGOLD.JS

    i am tryin to make an application that combine the use of AJAX with session in PHP. but i got this message,...
  12. Replies
    2
    Views
    748

    Re: How do YOU validate data?

    the validation process is different for every type of field of course.
    if the differences among all fields that u want to validate is very significant, then of course the way u treat the validation...
  13. Re: Password Protecting PDF for Mag Subscription

    sorry if i misunderstood ur question... what i got from the question is i think u just need a common user verification, just like what we have in codeguru ? only registered user can reply the post....
  14. Replies
    4
    Views
    4,249

    Re: get complete url

    oops sorry..
    maybe because i am using the phptriad under windows.
    the solution is the same ... take the environment URI

    just a bit change :


    // echo $_ENV['REQUEST_URI']; change into below...
  15. Replies
    4
    Views
    4,249

    Re: get complete url

    maybe you could add thid



    echo $_ENV['REQUEST_URI'];
  16. Re: [security] is it safe just by putting index.php / index.html

    thnx peejavery :)
    but could you give me more explaination on this..
    maybe a document or link ..
  17. Replies
    8
    Views
    1,238

    Re: Redirect question

    hi KORAX, please do allow me to answer it :)
    maybe this one do not answer directly to ur question, but this one is just another suggestion how to do the redirection.
    what about making such thing (i...
  18. [security] is it safe just by putting index.php / index.html

    Dear All,
    In order to prevent anyone to browse my 'www' directory (document root) i have put a file index.php which contains code


    <h1>Sorry You cannot browse this directory</h1>


    thing that...
  19. Re: is it possible to get column and rows in the output

    until now i my answer is yes.. it is possible ...
    but ...
    if this is what the output looks like ...

    Then how is the input file looks like ?
  20. Replies
    10
    Views
    1,250

    Re: compare PHP with JSP

    sorry not trying to teach you,
    but i have googling just for 2 minutes, with keywords
    "PHP and JSP" + comparison
    i recommend three good links

    1....
  21. Thread: msgbox

    by szpilman
    Replies
    2
    Views
    753

    Re: msgbox

    hope this link could give u answer
    http://www.planetsourcecode.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!66704/lngWid!1/anyname.htm...
  22. Replies
    10
    Views
    1,250

    Re: compare PHP with JSP

    sorry george..
    i have just begin learning JSP. so i can make a good argument for JSP.

    but for php...
    php is object oriented as well as JSP...
    about the native library...
    just feel free to...
  23. Replies
    3
    Views
    1,522

    Re: input validation

    if u mean in textbox
    have u try this ...
    i validate a textbox in vb6 where user only can input character, space, and backspace.
    u can customize it so that number is also valid for the textbox

    ...
  24. Replies
    7
    Views
    6,132

    Re: at commands in vb 6

    i have a code here, maybe it can be a little help to u.
    the principe goes the same with serial programming... :D

    u need to know about Microsoft Comm Control (From Project-> Components)...
  25. Replies
    6
    Views
    1,640

    Re: Pop up window with Yes/No button

    peace ..
    just wanna try to help.
    i admit the i misunderstood the first...
    but i dont think my second answer was irrelevant ...
    i think it give a clue dude..
    anyway
    sorry :)
    try to be cool dude...
Results 1 to 25 of 43
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured