Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: Y_Nessi

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    398

    Like this!

    Like this!
  2. Answers
    1
    Views
    398

    Where can I get it like this...

    I need ocx like this. Which ocx I can get?
  3. "Most of the functions use global data in java."

    What does this sentence mean? Can explain me more clearly.
  4. For window7, in vb6.0 I need to design form tabbed by using ocx. How can I get it?

    I need your help...
  5. Which website I can get some icon of C-Organizer Pro?

    Fren, can you tell me some informations about how to design C-Organizer Pro interface?
  6. Answers
    0
    Views
    563

    Using UCase and LCase in vb6.0

    Private Sub cmdFindNext_Click()
    If txtFind <> "" Then
    txtFile.SelStart = txtFile.SelStart + 2
    If InStr(txtFile.SelStart, txtFile, txtFind) <> 0 Then
    txtFile.SelStart =...
  7. If I want to add new array in txtInput but first I give it=null, what statements?

    Private Sub cmdAdd_Click()
    k = k + 1
    If k > 10 Then
    MsgBox "Index out off bound!"
    k = 10
    Exit Sub
    End If
    a(k) = txtInput
    'set focus to txtinput
    txtInput.SetFocus
  8. Answers
    2
    Views
    329

    It will be error if I run and result for 2...

    It will be error if I run and result for 2 numbers are equal.
  9. Answers
    2
    Views
    329

    Please, help me to edit my code

    Option Explicit
    Dim lbl1, lbl2, lbl3
    Private Sub cmdStart_Click()
    Static I, ii, iii, win
    Static f As Integer
    Dim rd As Integer
    Static Pos As Integer
    If cmdStart.Caption = "Start" Then
    ...
Results 1 to 9 of 17