Search results for query: *

  • Users: motti100
  • Content: Threads
  • Order by date
  1. M

    Cannot get ID from Combobox Value to Insert into Db

    :)I am using VB.NET express and MS Access. 1. I have a Table named EVENTthat contains: 1. RaceID (1..14) 2. RaceName (50 yard, 100 yard, etc) I populate my cboRace with the Raceame information. User can select the RaceName from the list and then submit it. OnSubmit, I am trying to update...
  2. M

    Writing Default Button.backcolor color to File

    Hi I have a form with a few objects, mostly buttons.. The buttons have different color backgrounds and foregrounds, depending on which color I choos. question: How can I write the "default" (on form load) colors of button backgrounds and foregrounds to a file?Thanks
  3. M

    Hot can I keep CHECKBOX checked while going from form to form

    I have 2 forms (Form 1 and Form 2) In Form 2, I have a few checkboxes. I check them all. I click on a button that will hide Form 2 and LoadForm 1 Then in Form 1, I click on a button to load Form 2. The checkboxes are empty.... How can I persist checkbox checked while clicking among forms?
  4. M

    Help Searching and replacing part of text file

    In a file I have the following: #levelTwoNav { height: 20px; background: #177dae; border-top: 3px solid #177dae; /* border-bottom: 1px solid #024F74; */ padding-left: 7px; vertical-align: middle; } #levelOneNav { height: 10px; background: #177dae; border-top: 2px solid #177dae; /*...
  5. M

    HowTo: Add a textfile to a Listview

    I have a textfile that has error logs in it. I am trying to read the file and print the lines in a Listview. My problem is that all the lines are printed in ONE line. I have used the vbclfr and chr(10)+chr(13) and it still is not broken up. Please help. Thanks
  6. M

    ListView - How to update item with changing values

    Please help. I have a Listview Direct Size ============= c:\test 1000 Size changes constantly. How do I "update" the item under size (with current value)? Thanks
  7. M

    NEWBIE -> Updating listview item on event change

    PLEASE HELP!!!!!! Updating listview item on event change Refresh did not work. What I am doing is the following. I select 3 directories to watch. I then click on a button to start the watchdog. In the button code, I populate the Listview with the directory.path and directory size. like...
  8. M

    HowTo - Do Action at a specified or selected time

    Hi Please could someone help me. If I want to do an action at 5:00 PM daily (or selectable), how do i do that programmatically? Thank you.
  9. M

    HowTo - Do Action at a specified or selected time

    Hi Please could someone help me. If I want to do an action at 5:00 PM daily (or selectable), how do i do that programmatically? Thank you.
Back
Top