Search results for query: *

  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

    Thanks vis781 ! :) It has worked out man !! Really appreciate !
  3. 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...
  4. M

    Compatibility of Oracle10g with VB.NET

    Thanks cjard for the info u provided..indeed great :)
  5. M

    Compatibility of Oracle10g with VB.NET

    Thanks jmcilhinney, :)
  6. 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...
  7. M

    Change of cursor position in Text.

    Hi, I got the MaskedTextBox control....but the text is not editable at all... I have set the format and also mask for that control Then explicitly, in code I tried to to make the text editable..but its not working at all.. :(
  8. M

    Change of cursor position in Text.

    Hi John !! Nice to receive reply.. Thank you for the same ! But am sorry, I couldn't find any kind of MaskedTextBox control, and I have .net Framework of 2.0 version.. As I am new to VB.NET,can u please explain in details.. THanks, Manasi
  9. 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 (...
  10. M

    Up and down arrow keys on button component

    Hello (vis781) !!! I really appreciate the code you had posted !!! I am working over it and by creating customized button control, modifying it as per the need, I hope it would surely work out. Thanks a lot.:) Manasi
  11. M

    Up and down arrow keys on button component

    Customized Button Component. (Up and Down Arrow on Button Component) Hi ! I welcome the comment from the experts' end ! Let me elaborate my query more specifically. I am new to VB.NET. I want the BUTTON COMPONENT customized with UP AND DOWN ARROW MARKS so that I can avail the drop...
  12. 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...
  13. M

    Windows Forms FAQ

    Great Link !! Thank You :) Regards...
  14. 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...
  15. 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