Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bsanthu
  • Content: Threads
  • Order by date
  1. bsanthu

    Duplicate range checking

    Hi all, I am using grid control to get a range of values for eg, col1 col2 col3 1 5 range1 6 10 range2 11 15 range3 Here I want to check the duplicate range checking before reading. for eg 1 5 range1 and if 3 5 range2...
  2. bsanthu

    popup menu of activex control in modeless form

    Hi all, I have created my own activex control with popup menu inside that. At run time if I rightclick on the control I am getting the menu. But if I put my control on a form which is invoked as Modeless the menu is not comming. What is the problem.? How to solve it. Any idea? -Thanks in...
  3. bsanthu

    End Vb Application

    I have my VB application as Exe. I am launching my exe from another vb application using create process api. I am using a End statement to stop my vb application in form load if some error occurs in form load code. But it is not closing the form. It is appearing in the screen. I want to...
  4. bsanthu

    vaSpread Control Focus problem

    Hi all, I am using th e vaSpread Control in VB. In that I have enabled the Process tab key property to move from one cell to another cell in the grid cells. But I am unable to come out to another vaSpread control or any other control using tab key. Tabindex property i have set it for all...
  5. bsanthu

    Need 3D graphical command button

    Hi all, I want to have 3D comand buttton in new stlye and look in my VB form. Is any one knows the link for that in web. Thanks -Santhakumar
  6. bsanthu

    How to find the double value range

    Hai all, How to find the maximum and minimum value of double data type in a programatic way in VB . Is their any constants declared for that? -Thanks for your help. Santhakumar B
  7. bsanthu

    Picture in command button

    hi, I want to set the picture property to a command button.I have made the style property to Graphical.The problem is i'm unable to align the picture in the command button .Is there any other property that has to be set? The picture should cover all the Button area. -thanks in advance...
  8. bsanthu

    VB Menu Bar Appearance

    Hi all, I am using menus in VB. I have 3 menu list showing one after another in the menu bar. UnLike other standard menus in windows my menu bar is not showing the line below the menu bar. It is looking like a blank text appearance . I do not find any property to set the line for Menu bar...
  9. bsanthu

    Common dialog control-color dialog

    Hi all, I am using Microsoft common dialog control 6.0 for color dialog. When I show the color dialog using .showcolor property it is coming in the top left corner of my form. Can I position that color window where ever I want in my form. I am unable to position the window. Any idea...
  10. bsanthu

    SStab click event and tab activate

    Hi all, I am using SStab control from the Microsfot tabbed controls. In my tab i have 3 tabs. I have some controls in first tab. When I click tab 3 , some validation has to happen with controls in the first tab. That is happening when i click 3rd tab. But before the validation is over with...

Part and Inventory Search

Back
Top