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

Search:

Type: Posts; User: rekha_chaudhari

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    705

    content from list1 to list2

    i want to transfer the content of one listbox to another listbox but if the content matches with list2 dislay msg as already exists.

    code :

    For i = 0 To List1.ListCount - 1

    If...
  2. Replies
    2
    Views
    1,489

    msg goodmorning/evening

    when i execute application according to current time msg should display ("good morning/evening/afternoon") ,how to do this?
  3. Replies
    1
    Views
    745

    dateformat property

    I put validation on textbox which is used to display valid date,but when user enter date in textbox , syntax for entering date should appear in textbox for e.g / / . how to do this?
    i changed...
  4. Replies
    1
    Views
    601

    progess bar

    how to save a file using progress bar
  5. Replies
    11
    Views
    3,710

    keypress

    code :

    sub COMMAND1_keypress(keyascii as integer)

    if keyascii= vbkeyf1 then
    msgbox("hi")

    end if

    when i press F1 KEY I SHOULD GET MSGBOX BUT I AM NOT GETTING ,WHY?
  6. Replies
    1
    Views
    705

    problem with option button

    i have a option button for bold when i click it first time it it will change boldness of text but when i click on it again option button should be deselected ,how to do this


    option1_click()
    ...
  7. problem in getting some of text boldeded

    i want to bold some of the text from textbox ,i have done that using sellength and fontbold method of textbox but i am not getting some text as bold but whole text gets bold.Help me to solve this...
  8. Replies
    1
    Views
    612

    Query in ado.net 1.1

    how to navigate in datatable in ado.net 1.1 by writing code
  9. Replies
    2
    Views
    657

    autogeneration of field rollno

    i want autogeneration of field (rollno) having integer data type
  10. storing of records in alphabetically

    when i add an record in database using ado that record should get added in alphabetic order at vb user interfcae only.
  11. Replies
    1
    Views
    640

    autogeneration of field

    rollno,name are fields of recordset
    i want autogeneration of rollno field. pls guide me for this
  12. Replies
    1
    Views
    594

    how to update records

    how to update records rollno,name in a stud_info table, using update query .

    code:
    "update stud_info set name=" & text2.text "where rollno=" & text1.text
    but for this i am getting error
  13. Replies
    1
    Views
    689

    sql queries

    i want code to insert,update ,save,delete records using adodb with stored procedure
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured