Search results for query: *

  • Users: dg78
  • Order by date
  1. D

    how to disable all breakpoints in VB 2008 ?

    You are right. I have this button. In fact i looked for a menu item under Debug / Windows. I added "Disable all breakpoints" as a menuitem in the bottom of the menu Debug. With that solution, I have only 2 mouse clic (Debug then Disable all breakpoints) instead of 4 (Debug, Windows, breakpoints...
  2. D

    how to disable all breakpoints in VB 2008 ?

    Thanks for your answer. I have not a Disable All Breakpoints option in Debug > Windows > Breakpoints. I found how to do : Tools / Customize / Command / choose category Debug / drag "enable all breakpoints" and drop it on menu debug in the bottom for example. Then the same for "disable all...
  3. D

    how to disable all breakpoints in VB 2008 ?

    Hi, With VB 2003, I had, in the menu Debug, a choose : Disable all breakpoints. I don't find it with VB 2005 or 2008. I think it was useful to disable/enable all breakpoints (not delete them). Thanks if you have a solution to re-appear it. Dominique
  4. D

    Master/Detail datagridviews example

    Yes, it will be a programming headache .. I am too complicated ;)) Thanks
  5. D

    Master/Detail datagridviews example

    Thanks for your answer. I found " Displaying Related Data " but I didn't find " Walkthrough: Saving Data to a Database (Multiple Tables)". I have many couples "Master table / Detail table" with the same structure of tables. So I want to create during run time (dynamically) and not during the...
  6. D

    Master/Detail datagridviews example

    Hi, I am looking for an example of code for a Master/Detail with a dataset, two datagridviews, two binding sources and a binding navigator but not only to display data (there are some examples or walkthroughs in MSDN) but with update / insert / delete data with stored procedures (or sql...
  7. D

    [vb 2.0] use of web in winforms

    Hi, I want to use web inside a winform application in vb.net 2.0 (to send e-mails, to go on a website ..). So, I display “connect to web” or “disconnect to web” in the statusbar. I can do that (display and read if connection is On or Off). What I can’t do is : - run the connection to the...
  8. D

    simulate click in menustrip

    Excellent !! John, its runs very well Thank you very much (and to Vis781 too) Dominique
  9. D

    simulate click in menustrip

    Thanks for your quick answer. After reading the thread that you indicate, I think (but I can mistake) that it is not the same problem. I don't want dismiss the menustrip but after the work, I want re-activate the menustrip in the same state before the last click (the last click was menu111 in...
  10. D

    simulate click in menustrip

    Hi, In WinForm 2.0 (VB), i have a menustrip and many toolstripmenuitems. Suppose that i have menu0, menu1, .. in the menustrip. Under menu1, i have menu10, menu11, .. and under menu11, i have menu110, menu111, ... The user click on menu111 then I hide the menustrip and i do the appropriate...
Back
Top