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

Search:

Type: Posts; User: ayumi

Page 1 of 7 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,517

    Re: javascript getting form component

    oh use by id.. hmm i found some code which uses form['checkboxDel[]'][i].value .. does it works the same?
  2. Replies
    2
    Views
    1,030

    Re: javascript refreshing parent window in child

    thank you~
  3. Replies
    3
    Views
    1,517

    javascript getting form component

    i have an input <input type = "checkbox" name = "checkboxDel[]" ....>

    how can i use javascript form. to get the checked value? or get the component name itself. as when i do a post the query...
  4. Replies
    2
    Views
    1,030

    javascript refreshing parent window in child

    currently have a program which runs in this sequence....

    main window calls a popup window.. in the popup will process n update.
    how can i set to close the window with <a...
  5. Replies
    11
    Views
    1,010

    Re: javascript and php

    >.< thanks alot for your help ... appreciate it. haha have just learn php for 3wks

    will try to continue my work and post if face any more problem :) thankS!
  6. Replies
    11
    Views
    1,010

    Re: javascript and php

    oh .. thats a good function~

    if for php say i have a <a href="..test.php?abc=3>

    after i do the processing how can i set back all the variable that has been passed over?
    i know i could do a...
  7. Replies
    11
    Views
    1,010

    Re: javascript and php

    my javascript is a .js file... and the function is invoke onclick of a button..
    could i just add the php tag inside the .js file??
  8. Replies
    11
    Views
    1,010

    Re: javascript and php

    erm.. could i continue to ask ... after i do a window.location...
    how can i grab the variable from the url and set it to the window.location??

    for example when the confirmation dialog is invoke...
  9. Replies
    11
    Views
    1,010

    Re: javascript and php

    !!! thank you very much :)
    got it to works hehe
  10. Replies
    11
    Views
    1,010

    javascript and php

    hi, how can i send a confirmation dialog of javascript in php and get the respond of ok or cancel from the dialog??

    thanks alot ....
  11. Replies
    1
    Views
    571

    Re: Inner Class Question

    have solved it...
  12. Replies
    1
    Views
    571

    Inner Class Question

    How can i do an inner class with extends keyword? As i need to extends a FileFilter class for my inner class.

    Any method or suggestion for that??

    Thanks alot.
  13. Replies
    9
    Views
    1,413

    Re: question regarding JFormattedTextField

    so it has no way to prevent changing of the caret position??
  14. Replies
    9
    Views
    1,413

    Re: question regarding JFormattedTextField

    as i'm using JFormattedTextField with mask, even when nothing is type the cursor position still can be changed... i have no problem with JTextField.. :ehh:
  15. Replies
    9
    Views
    1,413

    Re: question regarding JFormattedTextField

    can i not let user click and change cursor position??
  16. Replies
    9
    Views
    1,413

    question regarding JFormattedTextField

    i have a formatted text field and when user did not enter anything, it can be highlighted and cursor can be shifted to middle of the mask.

    how can i disable highlight and cursor shift when there...
  17. Replies
    5
    Views
    2,085

    mwilliamson : what do you mean by keyboard hook??...

    mwilliamson : what do you mean by keyboard hook?? any example?

    ovidiucucu : that message is only for F1 to F12 key? or any key? Is it same as PreTranslateMessage??

    :confused: Thanks.
  18. Replies
    5
    Views
    2,085

    How to detect F1 keydown

    Hi, i have a dialog which is inside a tab control. The tab control is inside CFormView.

    How can i detect 'F1' key down regardless of where my focus is?

    I could detect it without the tab...
  19. Replies
    6
    Views
    843

    ???

    ???
  20. Replies
    6
    Views
    843

    this is it... hope there is an solution :( ...

    this is it... hope there is an solution :(

    thanks in advance.....
  21. Replies
    6
    Views
    843

    this code works well in mainframe toolbar... i...

    this code works well in mainframe toolbar... i tried it in another program but it don't works in dialog...
  22. Replies
    6
    Views
    843

    the size of bitmap is 32 x 32

    the size of bitmap is 32 x 32
  23. Replies
    6
    Views
    843

    Question on toolbar button text

    I have created a toolbar in dialog



    if (!m_Toolbar.Create(this) || !m_Toolbar.LoadToolBar (IDR_TOOLBAR1))
    {
    TRACE0("Failed to create toolbar\n");
    ...
  24. Question about loading background picture in CView

    I have loaded a simple background picture in my CView but its 256 color. Is there any way to load true color background picture?

    :confused:

    Thanks......
  25. Replies
    2
    Views
    628

    Differences of MFC

    If i wanted to develop an MFC application, what is the differences for using VS6 and VS.net to develop that application?? Will there be great difference in coding style and class usage?

    Thanks
Results 1 to 25 of 164
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured