Search results for query: *

  1. sumeet

    regrading verticalscrollbar on form

    i have made a form.then i inserted the vscrollbar.when we r running the form the scroll bar does not scroll the form. i would like to get pointer for above problem
  2. sumeet

    Disable MDI menu items from child form?... Help me please

    reply to ur problem hi i am sumeet here....i was also facing same problem but some how with the help of my frend i managed to solved it...... code go like this object_of_mdi.menuitems.menuitems.menuname=false
  3. sumeet

    Urgent HELP NEEDED ...Basic Login Screen Using a Module and Local variables

    code plz see the example code .no need of using module or global variable.
  4. sumeet

    Value keeps incrementing

    solution just declare any other varible...........anduse that variabletoassign the value of count.......so that you can keeptrack of values..... foreg..... var abc. do....loop for loop.......... abc=count end for end while
  5. sumeet

    making combobox readonly how ?

    plz provide pointer to ,how to make combo box read only during runtime
  6. sumeet

    How to build a live support system?

    we can start doing it; even as i am learning pogrammer i also want to do it
  7. sumeet

    as soon as possible read Excel

    PLs provider us help --> to retreive the each data from an excel file to an textbox in a windows form??????????
  8. sumeet

    VB .NET (2002 SE or 2003 AE) programmers needed

    about app i am pretty interested abt the job .plz send me details at sumeet_cos@rediffmail.com
  9. sumeet

    how to read line by line from a text file from vb.net

    we have created a program that reads only the first line from textfile but we r not able to read next line. our codes are as follows:- Dim fstream As FileStream = New FileStream("D:\john\abc.txt", FileMode.OpenOrCreate, FileAccess.ReadWrite) Dim br As StreamReader = New StreamReader(fstream)...
  10. sumeet

    How do you programmatically click the mouse?

    as moderator has give a function {x.PerformClick()} so asume u have a button so use [mouse move event of that button simply add <buttonname.performclick()> it works
  11. sumeet

    Suggest me a Project

    a suggestion from me been a student like u i have traped in one project .may u find this project very useful.THE PROJECT IS AS FOLLOWS. if u visit a plywood shop u ask for som(langth * bradth)size so try to implement real plywood as window form
  12. sumeet

    make datagrid editable

    as far as i know ,the change made(deletion) in DATA GRID cannot be directly[AFFECT] done to the DATABASE because.REMEMBER vb.net uses a concept of DISCONNECTED ARCHITECTURE in any change made to the DATAGRID has to GO through DATASEt. So my frend work on simultaneous updation of...
Back
Top