CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: abhit_kumar

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Add selected Datagridview row of Form 2(child) to Datagridview cell of Form 1(Parent)

    Dear All Experts,

    I am new in VB.net. Your help will be really appreciating.

    I have two forms. Form1 and Form 2.

    I have opened the Form 2 from Form 1. By using this code.

    Button click...
  2. Replies
    2
    Views
    2,013

    Re: Datagridview skip blank row

    how can i handle this with code? please let me know...!
  3. Replies
    2
    Views
    2,013

    Datagridview skip blank row

    Dear All,

    following is the code at button event which copy data from one DGV (dgvAccesList) to another DGV (dgvProbReport) and its working properly. Its paste data to 3rd and 4th column of...
  4. Replies
    1
    Views
    658

    treeview node problem

    Dear All experts,

    In my window applicaiton i have one Treeview in which i have made one root and under that 2 child node.

    Now when i click to any child node a new window form get open, but the...
  5. Replies
    4
    Views
    947

    Re: multiple database

    That i know, but i cant able to do it dynamically
  6. Replies
    4
    Views
    947

    multiple database

    Dear All Experts,

    I am making a window based application in vb.net.

    Now i have work in two sql databases, so i when the window opens it will show two databases..when i select first db then i...
  7. display datagridview with default six blank rows

    Dear All Experts,

    How to display datagridview with default six blank rows and two columns.

    Please guide me.

    Regards,
    abhi
  8. Replies
    3
    Views
    2,019

    Re: TextBox Autosuggest

    can u plz let me know how to do it?
  9. Replies
    3
    Views
    2,019

    TextBox Autosuggest

    Dear Experts,

    Following is the code which working corretly when i type any character then its filter all the suggested string.

    Now i does not want this, i want if suppose i type "pvt", then its...
  10. Replies
    1
    Views
    669

    DataGridView problem

    Hello Experts,

    I was stuck in one place, if poosible then please help me.

    I have one textbox at form named "Ord ID"

    i have bind database table with datagridview control and now on load event...
  11. Change textbox column to combo box column in datagridview

    Hello All Experts,

    In my window application i have taken one combobox field with its collection as "amc", "war" etc.

    Now in my datagridview this combobox column is display as Textbox column, i...
  12. Re: Automatic values comes to DataGridView from Textbox

    Please note that this logic only apply to first row, not the particular row which i have selected by below coding logic.



    Private Sub DataGridView1_CellClick(ByVal sender As Object, ByVal e As...
  13. Automatic values comes to DataGridView from Textbox

    Hello All Experts,

    I have one textbox, if suppose if i type anything in that textbox then its should automatically comes to DataGridView particular cell.

    Can any one have the code for doing...
  14. Autocomplete Collection doesnt work with key press event

    Hello All Experts,

    In Key Press Event i have put the logic of search in textbox, when i press enter key it will take the values from textbox and brings the data in DataGrid.

    In another event of...
  15. Textbox autocomplete string collection Help

    Dear Expert,

    I have made taken one textbox in form, in which i have written following logic in Got Focus event.

    When i focus on that its automatically showing all the suggested name from...
  16. Conversion from type 'DBNull' to type 'String' is not valid

    Hello Experts,

    I have tried to display autoincrement number from database filed to TextBox at Form.

    Database type of that field is Int.

    The below code is work correct, but when the database...
  17. Replies
    2
    Views
    600

    Update problem in DataGrid

    Dear Experts,

    Please see the following code for updating rows of DataGridView in VB.Net.


    Private Sub Update_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  18. How to display and insert record through DataGridView

    Hello Frnds,

    Im making one window application in vb.net.

    I have design a form in which there are three input field with one submit button.

    Below submit button i have added DataGridview...
  19. Replies
    8
    Views
    1,006

    Re: replace string in the file

    thanks WoF and PeejAvery..you both are great..thanks alot...
  20. Replies
    8
    Views
    1,006

    replace string in the file

    i want to make a vb application, in which it can read one file named "service.config", when user hit the submit button, it will read this file and if there is string "c:\dev" in that file, it should...
  21. Replies
    2
    Views
    749

    Copy bat file from another place

    I have kept my project folder at Desktop. the path is at my system is "C:\Documents and Settings\ADMIN\Desktop\Code"

    Now i want copy a BAT file from this folder and paste it at "C:\Project\Abhi"....
  22. Replies
    2
    Views
    6,935

    How to make Batch file(.bat) through vb?

    Hello,

    Now I want to make one batch file through vb application. and than after completion of creating batch file, it wiil be called through vb application.

    I have tried some code but it didint...
  23. Replies
    1
    Views
    594

    Re: how to update records

    I think it will work for u:-)

    Update stud_info set name = '" & Text2.Text & "'" & "where rollno=' " & Text1.Text & "'"


    Thanks
  24. Replies
    1
    Views
    702

    Problem Auto Mail sent

    i want to made an application in VB, in which when i press submit button the form details will sent to particular mail id.

    For ex:- i have form, in which two fields are there 1) ID 2)Description
    ...
  25. Replies
    2
    Views
    791

    Login Problem

    Hello Friends,

    i have made login Form, in that three fields are there, 1) LoginID(Varchar) 2)Password(varchar) 3) EnableUser(Bit)
    when i press submit, Its access data from database, and validate...
Results 1 to 25 of 38
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured