Search:

Type: Posts; User: stingran

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. VS 2013 pulling a specific string within a combo box

    hello to all

    i have a combobox with about 12 options to choose from.
    for example:
    option one: "-H1 = use this to test polarity"
    option two: "-H3 = use this to test downscaling"
    option three:...
  2. Re: looping through different textboxes with one loop code

    hi guys and thanks so much!

    Shaggy, your solution was perfect and exactly what i needed.
    its amazing that all "Google" searches i made gave me some really really long and complicated answers....
  3. looping through different textboxes with one loop code

    hello all

    yes, i know there are no "control arrays" in vb.net.
    i do come from vb6, and im trying my way now within bv.net, so please be gentel...

    if someone could please post a simple code to...
  4. Re: using date to calculate future dates every month..

    thank you very much 4 your help!
  5. Re: using date to calculate future dates every month..

    so if i understand correctly:

    day(FromDate) takes only the day out of the whole day, right?

    but what is dateSerial, and how\where is it determined?

    thanks
  6. [RESOLVED] using date to calculate future dates every month..

    hi guys

    this is what i need to do:
    i have 3 types of "credit cards" the user can choose from.
    each one recieve a date when the user entering the data to a access DB.
    from this date, i need to...
  7. Thread: Screen.Mouse

    by stingran
    Replies
    9
    Views
    675

    Re: Screen.Mouse

    ok, never mind.. thanks
  8. Thread: Screen.Mouse

    by stingran
    Replies
    9
    Views
    675

    Re: Screen.Mouse

    no. regular form inside an MDI.
  9. Thread: Screen.Mouse

    by stingran
    Replies
    9
    Views
    675

    Re: Screen.Mouse

    nope...
    when i changed that, i do not see the hourglass at all..
  10. Thread: Screen.Mouse

    by stingran
    Replies
    9
    Views
    675

    Re: Screen.Mouse

    when i use this for a control within a certain Frame , the Hourglass icon is visible only when the mouse enter this frame. when i go out of this frame, the rest of the form is showing the normal...
  11. Replies
    8
    Views
    1,434

    Re: installing fonts

    you are right, it is just that i wanna learn...
    :)

    anyway, this line seems to work so i believe this is resolved!

    thanks all
  12. Replies
    8
    Views
    1,434

    Re: installing fonts

    thank you sciguyryan, but what i need is a way to
    install the fonts i need BEFORE running my application, using the INNO setup.
    i have found a code line for Inno which is:


    Source:...
  13. Replies
    8
    Views
    1,434

    Re: installing fonts

    hi dglienna

    i was looking at this forum before i posted here, and even posted a msg there, with no reply.
    i didnt find the answer by randem on the subjectg, please link it if you know where it...
  14. Replies
    8
    Views
    1,434

    Re: installing fonts

    well, both...

    since with Inno i didnt know how to do it, i turned to try and use that code which is suppose to enable the use of Uninstalled Fonts temporarily.

    i will be happy if you can help...
  15. Replies
    8
    Views
    1,434

    installing fonts [resolved]

    hi all

    i have an Inno script that works ALMOST perfect..
    the only thing i need now is to install special fonts that i use.
    can someone give an example for the line of code i need to use?
    ...
  16. Replies
    1
    Views
    9,618

    how to install fonts using Inno??

    hi all

    i have an Inno script that works ALMOST perfect..
    the only thing i need now is to install special fonts that i use.
    can someone give an example for the line of code i need to use?
    ...
  17. Replies
    7
    Views
    438

    Re: Command button caption problem

    indeed!!!! it is working...
    but why is it needed to assign the valua BEFORE???
    is there a logic explenation?
  18. Replies
    7
    Views
    438

    Re: Command button caption problem

    yes, this variable is defined as a boolean in a module:
    [public gFillAgain as boolean]

    and in Form Load i assign in to TRUE.

    so why doesnt it work for me?
  19. Replies
    7
    Views
    438

    Command button caption problem

    hi all

    i have a command button with caption = "V".
    when i click, i want to toggle between "v" and "X", so here
    is what i wrote in the code:


    Private Sub cmdFillAgain_Click()
    If...
  20. opening Windows Media Player - not so easy..

    hi all

    i will have my app running from an mixed CD:
    the cd will contain audio data (music CD), and also
    regular data (My app - which is running automaticaly).

    i would like to create a button...
  21. Replies
    3
    Views
    733

    Re: basic help with compiling my VB6 program

    I am sorry, i guess i wasnt too much focused.
    i didnt read the entire manual before asking.. RTFM, i know...

    any way, now i got things working out, but still have other questions:
    i am using my...
  22. Replies
    3
    Views
    733

    basic help with compiling my VB6 program

    hi all

    i created a simple app, and i am using some icons and buttons that i
    created in Photoshop. i also use the Tabbed control and the Progress Bar control. can anyone explain me how to make a...
  23. Replies
    23
    Views
    8,341

    Re: keyPress event on MDI form

    HI GUYS,
    im sorry to break the party, but i noticed now (and it didn't happen before)
    that when i use the CLICK event for the command button, who has the "CANCEL" property = true, it is working...
  24. Replies
    23
    Views
    8,341

    Re: keyPress event on MDI form

    ok, than, so i take it that the method with hidden picture box and command button is the best for my question.
    thank a lot again!!!
  25. Replies
    23
    Views
    8,341

    Re: keyPress event on MDI form

    Joacim -
    i understand what you wrote, but my question is- assuming i DO want to also
    test WHICH key was pressed , but to use the command button. is it possible?

    RhinoBull-
    i have pasted this...
  26. Replies
    4
    Views
    420

    Re: Centering Forms

    but what happens when the form is an MDI child?
    i tried to set the "startUpPosition" to be "Center Owner", but i got the msg:
    "Invalid Property Value".

    thanks
  27. Replies
    23
    Views
    8,341

    Re: keyPress event on MDI form

    thank you Joacim, it is working PERFECTLY!!!!!
    actualy i dont even have to "catch the ESC key" cause i can just use the "END" in the click event.
    but 1 question still:
    assuming i want to use the...
  28. Replies
    23
    Views
    8,341

    Re: keyPress event on MDI form

    wow... i didn't think it would be so dificult....
    i tried the API , but now i have a problem with the picturebox...
    before the api, the picture box could strech (with code) using the Height...
  29. Replies
    23
    Views
    8,341

    Re: keyPress event on MDI form

    code of what?
    of opening the forms?
    Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
    If Button = "îçéøéí" Then
    Form1.Show
    Form1.ZOrder
    End If
    ...
  30. Replies
    23
    Views
    8,341

    Re: keyPress event on MDI form

    thanks!

    but now the problem is -
    when i need to load the other forms i have (Childs of MDI), they
    are invisible.
    i guess they are opening but BEHIND the picturebox...
    i tried the Zorder, but...
  31. Replies
    23
    Views
    8,341

    keyPress event on MDI form

    i tried this code on an MDI form. i didn't find any "keyDown" or "keypress" event for the MDI form, so i tried this:

    visual basic code:Private Sub MDI_KeyDown(KeyCode As Integer, Shift As Integer)...
  32. Replies
    8
    Views
    530

    Re: textboxes [Resolved]

    thanks.
    i tried this code on an MDI form. i didn't find any "keyDown" or "keypress" event for the MDI form, so i tried this:

    Private Sub MDI_KeyDown(KeyCode As Integer, Shift As Integer)
    If...
  33. Replies
    8
    Views
    530

    Re: textboxes [Resolved]

    can someone tell me what kind of variable "keypress" should be defined as???
    thanks guys :rolleyes:
  34. Re: how to think?? a project pre-thinking questions.. anyone?

    anyone??
  35. how to think?? a project pre-thinking questions.. anyone?

    Hi All

    i want to create a small application as my project. i am not sure i have all the data and skills to acomplish it, so i ask you to help me think ahead:

    1- My little app should be sitting...
  36. how to open external SW (like notepad) inside VB??

    Hi

    i have a frame on the form, and with a click on a button i would like to
    open the notepad (or wordpad) INTO this frame.
    i know how to open an external SW, but not to "merge" it in VB.
    ...
  37. Re: understanding events (mouse click & KB)

    works great! thanks !!! :wave:
  38. Re: understanding events (mouse click & KB)

    so if i put the code in a "mouse up" event it will be faster using the mouse?
    but then, as casey sais, using the kb will not do nothing (unless i keep the
    code also at mouse click..)...

    :ehh:
  39. Re: understanding events (mouse click & KB)

    so how can i solve it?
    is there a different place where i can put the assigning of gListindex?
    thanks
  40. understanding events (mouse click & KB)

    Hi guys

    i have 5 lists in 1 form, and when i click on list1, i want that the
    list.index of the other lists will be the same. so i wrote this code:

    Private Sub lstOrderNum_Click()
    Dim...
Results 1 to 40 of 58
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width