Search:

Type: Posts; User: sv_bhaskar

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    719

    Avoiding multiple setup

    Hello

    I have created setup using packaging & deployment. If I install multiple installation, setup is creating setup1, setup2 like that.

    how to avoid this? If the user is running the setup more...
  2. Replies
    4
    Views
    708

    changing option button value

    Hi,

    I like to change the option button value without calling option button click event.. how can I do that..

    for example, I am changing the option button value in the command button click...
  3. Replies
    100
    Views
    108,383

    component request pending

    hi

    when spell check window is open and if you try to switch focus to some other windows application, a msg box appears with message "This action cannot be completed because other application is...
  4. Replies
    2
    Views
    378

    want to show form dynamically

    Hi

    I am saving form names in database.
    I like to show the form dynamically by picking up the values from the db.

    for ex:

    "form1" is retrieved from db.Now i like to run the form form1.
    ...
  5. Replies
    7
    Views
    700

    Hi Manju There is no problem in accessing upto...

    Hi Manju

    There is no problem in accessing upto 1000.
    Its working fine.
    for ex:
    Dim x(1500, 1500)
    x(1499, 1) = 12

    above code works fine.
  6. Replies
    9
    Views
    571

    Use Dim and Redim

    you can use redim statement to define dynamically.

    dim x,y as variant
    .........
    ........
    ........

    'suppose if u want to set variables dynamically
    a=2
    b=3
  7. Replies
    3
    Views
    452

    dont use set statement

    Hi

    You have declared in Public declarations like

    Public myMod as New Comp.Mod

    there is no need to use Set statement again. You can directly access the methods or functions in myMod.

    for...
  8. Thread: D2k to VB

    by sv_bhaskar
    Replies
    0
    Views
    475

    D2k to VB

    How to connect a Visual Basic dll from Developer 2000?
  9. Replies
    2
    Views
    719

    API to connect MS Word

    How to connect Visual Basic to MS Word through API?
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width