Search results for query: *

  1. H

    datetime picker info

    I have a form with a button, textbox and a datetimepicker. I want to click on datetimepicker and choose a date, then click on button, then the date should show in the textbox. After I have click on datetimepicker and then the button ,it shows the date, but in the wrong format. Here is my code...
  2. H

    How to get datetimepicker to work

    Hi Jmcihinney Just want to know it you did have time to look at this for me.
  3. H

    How to get datetimepicker to work

    Sorry, I did say in one of the message it is the date only, I don't need the time.
  4. H

    How to get datetimepicker to work

    Still waiting foir help on this. Please help
  5. H

    How to get datetimepicker to work

    1. it is by string. 2. Is should have been date, but my spelling checker change it to data (sorry for this one).
  6. H

    How to get datetimepicker to work

    Hi I think the values are imported as type string. I just want the date for this.
  7. H

    How to get datetimepicker to work

    Any help on this, all I need it to find out how choose a date like 07/07/2013, and then display the date, even if the date is in more than once.
  8. H

    How to get datetimepicker to work

    0 down vote favorite I Have a excel sheet with dates that I want to use datetimepicker with (only date needed). I just want to click on datetimepicker, choose a date and it must show me the info in my data grid view. this is my button code. I have a txt box that I have tried, but cannot get...
  9. H

    Question Program flow

    Sorry for the long code, but I need help!!!!! I think the flow of my program is not correct, and I can not seem to get it right someone have told me that my flow of my program is non correct that is ehay my edit is not working Only the edit it giving me a pain in the nek. If this is in the...
  10. H

    Question Problem with update and delete

    No that iws not the problem.!!!!!
  11. H

    Question Problem with update and delete

    I did upload it now, it is 464kb (it is my resources) My dll file is not included. My mdf file is apart now, hope it works now. I do have a primary key in, and it still does not update or delete.
  12. H

    Question Problem with update and delete

    I making a program, but I have problems with Update and delete. I can add new info to my database, but it wil not update or delete. I don't know if the problem is with my code or database. Can someone plase look at it for me, My project is added.
  13. H

    Save two text files

    Tom Can you explain how it works, or do you have a sample for me to work from.
  14. H

    Save two text files

    I have two text boxes that I put in. textbox 1 I type in clue textbox 2 I type in answer. This is my code. Private Sub BtnCodes_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnCodes.Click System.IO.File.AppendAllText("C:\Do_It\clue.txt"...
  15. H

    Question Need help with Console Process

    I want to start osmon.exe with diffrent parameters, eg. Default, Osmon2, Osmon3, Osmon4 and Osmon5. After Default has started it must wait 10 seconds, after osmon5 has started it must wait 15 seonds. Then is must write the PID# to txt file. I have the code, but when I run it, it only shows the...
  16. H

    Question Code on server not working

    I have a few processes that does stop and start again, but this do nothing, I open the server with ultravnc to see thes screen, then I run my program, then I try to stop one of the osmons, but it does not close the screen. if I close the osmon myself on the serer, and I try to start it with my...
  17. H

    Question Unmap disconnect_)

    Thanks, I have seen that is was not thre, is working now
  18. H

    Question Unmap disconnect_)

    have this code, with button click it must, map dirve, do getinfo and then disconnect. It only map and getinfo, but it does not disconnect from server, what and were is the problem. Private Sub test_ClickButtonArea(ByVal Sender As System.Object, ByVal e As System.EventArgs) Handles...
  19. H

    Diskinfo

    Thanks to all of you.
  20. H

    Diskinfo

    JuggaloBrotha thank you for your replay. I am a beginner in vb.net, so can you please explain to me what you mean with this "what is the N and C in the following code. I Have get this to work now :p , but it shows 123,123,123.00 How can I get the .00 out. :eek...
Back
Top