Search results for query: *

  1. F

    Help with generated update statements

    Any help would be appreciated. I am trying to understand datagridviews. I have tried everything and searched everywhere, but am so frustrated with the myriad of information to trawl through, I am getting suicidal. I have created a form with a datagrid view and a button. I have added the binding...
  2. F

    Help! properties window not working

    Hmm, any ideas? I am running VS 2005. The properties winow is present but TOTALLY BLANK. the drop down list of controls is not there....... really weird. Could it be something to do with the Source Control? Do the forms need checking in after you publish them? Oh why is everything so difficuly...
  3. F

    Help! properties window not working

    Everyone help! My properties window is not showing the properties of the controls I click on! What have I done? I am lost! does anyone know the answer?
  4. F

    datagridview Help Required please!

    excellent! thanks for the link.... I'll watch all those vids....... how come I can never find stuff like that? I think my browser is working against me....
  5. F

    datagridview Help Required please!

    Thanks for the reply Here is the situation. I am populating a DGV with the following code..... Private Sub cmdupdate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdupdate.Click Dim conn As New MySqlConnection Dim myCommandlead, myCommandref As New MySqlCommand...
  6. F

    datagridview Help Required please!

    Sorry As the title says, I am a Newbie. And I am seeking the advice of you more experienced people.
  7. F

    datagridview Help Required please!

    Populating a DGV with info from a database is easy. But how on earth do you update the DB with changes to the DGV?? Programatically that is.......... Any assistance would be greatly appreciated as it might lengthen my lifespa.....lol:p
  8. F

    Datetimepicker Control

    I think I have it - in the forms load event, I had a sub which "cleared all controls" haha. So it basically removed the value that I had defined. Doh. Thanks for all your help guy. No doubt I will need your assistance in the near future....... thanks.
  9. F

    Datetimepicker Control

    Thanks for our expedient reply. It does not work however. When the form loads, the date shown in the DTP is still the current system date.
  10. F

    Datetimepicker Control

    Need Assistance! I am completely stumped. I have read all the threads related to DTP's, and tried everything I can think of. I KNOW the solution is simple, but it is eluding me. Can Anyone please put me out of my misery? Here it is - I have a DTP on a form. When the form loads, how do I set the...
Back
Top