Search results for query: *

  1. D

    how to save Graph?

    hi guys, i have this code attached below. i need to save the graph. how do i do that?
  2. D

    enable button based on textboxes

    hi guys, i have menustrip which has menus such as File, Edit, Tools, etc. I also have 2 textboxes. Initially I am keeping the Menus disabled. I need to enable the menu only when i enter the path in textbox. how do i do that? Thanks
  3. D

    textbox path to be populated in datagrid

    hi guys, i have the following code, Private Sub btnopendb_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnopendb.Click Try With OpenFileDialog1 ' Check to ensure that the selected file exists. Dialog box displays a warning otherwise. .CheckFileExists = True '...
Back
Top