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

Search:

Type: Posts; User: bondgirl21

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    6,303

    Re: timer event animation

    thanks...
  2. Replies
    1
    Views
    756

    Counter and Timer

    Hi,
    I want to specify the counter for the for next loop to control the animation time

    So far i have:



    Public Class MainForm
    Dim Counter As Integer
  3. Replies
    5
    Views
    6,303

    Re: timer event animation

    thanks
  4. Replies
    5
    Views
    6,303

    timer event animation

    Hi ,
    I already created a button "enjoy button" that i want to move in a form when the "timer start button" is clicked.
    how do link the timer to the
    "timer start button" and make it move?

    this...
  5. Replies
    5
    Views
    12,107

    Re: Linking Combo Boxes in VB 2008

    thanks, i'll put this down in my notes!
  6. Replies
    5
    Views
    12,107

    Re: Linking Combo Boxes in VB 2008

    I used the Case Select Statement and now it's all sorted out..
  7. Replies
    5
    Views
    12,107

    Re: Linking Combo Boxes in VB 2008

    Hi,
    Ok when i tried this code:

    Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Me.xGeneralComboBox.SelectedIndex = 0...
  8. Replies
    5
    Views
    12,107

    Linking Combo Boxes in VB 2008

    Hi,
    i wanted to link options selected from Comb box A (general) to specific options in combo box B (specific). I want to pick a word in Combo box A that has specific words/phrases in Combo Box B...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured