Search results for query: *

  • Users: dg78
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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...
  4. 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