Search results for query: *

  • Users: hendrikbez
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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.
  5. 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"...
  6. 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...
  7. 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...
  8. 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...
  9. H

    Diskinfo

    Here are my code(with help). How can I do the following. 1. How can I show the bytes in this format 123,123,123,123 bytes. 2. How can I use this code to get my servers drive info(I have the user names and passwords for all of them. Imports System.IO ' for readig text and get driveinfo...
  10. H

    Free bytes on drive

    Free bytes on drive Please help with sample code I am looking to make a project that must do the following,. 1. go to my network with ip address, user name and password (sometimes you don't need password or user id). 2. Get me the free bytes on each local drive on the server. 3. Get it in...
  11. H

    Creating a new form

    I am new to vb.net, and I want to make a customize winsows form for my sine-in form, it will be a cross, how do I Use the graphics in vb.net 2003.:eek: Thanks
Back
Top