Search results for query: *

  1. S

    Open/close window

    wel you can make their visible property to false, and then to show them you could use the code: Dim frmNewApp As New Form2() frmNewApp.MdiParent = Me frmNewApp.Show() and to close them r the only ways i know, or heres a website that mit be helpful perhaps...
  2. S

    Updating a Database

    hope this is helpful-sorry if it isnt hey i had a quick look for some websites for u, any of these helpful: http://www.asp.net/whidbey/whitepapers/VSWhidbeyOverview.aspx?tabindex=0&tabid=1...
  3. S

    Open/close window

    you can open and close forms??is that what you mean?
  4. S

    HeLp PlEaSe...!

    sorry, il make sure i put a relevant subject title next time.
  5. S

    HeLp PlEaSe...!

    Coding a Combo Box... plz help, basically iv now finished the search button that is linked to my dtabase(access) and its all workin if i was just to tyoe the clients name in the text box, but considerin that if someone was to use this application that didnt know the clients names, how would i...
  6. S

    link two forms

    thank u hey thanks a lot!
  7. S

    please Help!!IF statement........

    hey, its sorted....I was just being an idiot finking that it wasnt displaying it right still....but it was!!!lol. thanks for ya help malitice.
  8. S

    link two forms

    hey, ne1 help me, im not that gud at vb.net yet and basically i dont know how to link two forms up, would it just be something like: btnSearch = formSearch ?? so that the button on frm 1 goes to the form called FormSearch??? thanks if ya can help me!!!
  9. S

    search button....please help!!!!!!!

    thank you hey thankz guys!!! its working :)
  10. S

    help badly needed.......newbie

    [color=#0000ff]this is how i did mine:
  11. S

    please Help!!IF statement........

    hey thanks 4 ya help, iv altered the code since and its kindof working!!it now says 20,25 etc in the label but not quite in the right places??? any ideas y??? [/color][/size]
  12. S

    search button....please help!!!!!!!

    any1 help please? basically iv wrote the code to search for a client name in a database(in access) IN vb.net and this is the code: but it underlines the "OleDbDataAdapter1" in the Quote:Dim MYDA As OleDbDataAdapter1 =. ....... but i dont know why as that is what my dataAdapter is called...
  13. S

    please Help!!IF statement........

    hello,thanks 4 the help-i changed sum of it tho-as i wantd it to display the mortgage in a label instead of a msb box, so iv got : [/size] however it doesnt add the max mortgage up right?? when i ask to display the mortgage- if the dob is 1995, it displays "10", and 1994 displays "11", 1992...
  14. S

    please Help!!IF statement........

    hey thanks! god its looks so simple but jus cudnt get my head round it at all!!where does the : ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList go??? does it go inside the combo box's code with the rest?? thanks shelly
  15. S

    please Help!!IF statement........

    Hey ppz?any 1 gud at IF questions?? basically i have a Date-of-birth list box with 1940,1941,1942 etc to 1995. and a label which has to show the maximum mortgage available depending on: so the if statement would have to work it out how old they are depending on the DOB???anyone know how to...
Back
Top