Search results for query: *

  • Users: manasi
  • Content: Threads
  • Order by date
  1. M

    SelectIndexChanged Event for array of Combobox.

    Hi all !! I am working with ComboBox control defined in the code of form itself. I have created an array of ComboBox control , say Dim cb(5) as ComboBox, and want to disable another Combobox, say Dim cbox as ComboBox, on the selection of particular text from one of these cb(5)...
  2. M

    Updating record using MS Access

    Hi ! I am working on VB.NET using MS Access database... After creating table in MS Access, and successfully inserting some records in it, I have been facing problem while updating the records., it is showing 2 errors as "ABC" is not declared, and End of statement expected. The code is as...
  3. M

    Compatibility of Oracle10g with VB.NET

    Hi all ! I have been working on VB.NET with Oracle9i. But in future would like to work with Oracle10g in VB.NET, but am not so aware of whether Oracle10g is compatible to VB.NET or not? Is there something where we have to set parameters for Oracle10g for the purpose of connectivity? I...
  4. M

    Change of cursor position in Text.

    Hi All !! I have created a customized Textbox control, by setting the default text as " / / ", (as I am setting it for date format in the form of "mm/dd/yy"). After running code, while entering the text in this customized textbox, I want the cursor position to get passed after each slash (...
  5. M

    Up and down arrow keys on button component

    Hi All ! Well, thanks for the responses received from you. !! I hope for this new query too , you will surely help me out. I am working on button component, and I would like to get up and down arrow keys on the button, and on the click event of these arrow keys, proposed functionality in the...
  6. M

    Guys, please help me out to place form in screen

    Hi all ! I am very new to VB.NET. Here is a query concerning to display of windows form. I have created a windows form having one component as BUTTON. On the click event of that button, am gonna display another form . I want this new form to be actually displayed at the extreme right of our...
  7. M

    Animating components in windows form.

    Hi all ! I am new to vb.net. I have a query concerning to animating components in windows form. CAn anyone tell me how to animate PANEL (component) on windows form as we do same with windows. We can animate windows from top to bottom, or left to right, by using function AnimatWindow...
Back
Top