Search:

Type: Posts; User: fbtucker

Search: Search took 0.02 seconds.

  1. Thread: Taskkill

    by fbtucker
    Replies
    2
    Views
    880

    Taskkill

    I want to run a TASKKILL command from a command button...
    Anybody got any ideas...
  2. Thread: taskkill

    by fbtucker
    Replies
    4
    Views
    612

    taskkill

    i want to use the taskkill dos command on a command button click routine.

    I can't seem to get the code to work. can somebody give me an example of what the sub should look like...

    I know that...
  3. Replies
    217
    Views
    7,836

    Poll: I just want to way some facts: AMD is the...

    I just want to way some facts:
    AMD is the cheaper and better proccessor. It can multi-task alot better than the Intel. The only thing the intel has over AMD is that Intel has raw power but what is...
  4. Replies
    2
    Views
    704

    RESOLVED

    Thanks for the tip, that was the problem......
  5. Replies
    2
    Views
    704

    Updating Database Error (Resolved)

    Runtime Error '3251'

    "Current Recordset does not support updating. This may be a limitation of the provider, or of the selected lock type"



    Here is the code that gets the error


    Public...
  6. Replies
    3
    Views
    597

    Writing back to a database

    I have a program that pulls a bunch of info from a database into a bunch of text boxes.....

    I then have some check boxes that when clicked change the numbers that have been loaded from the...
  7. I SOLVED MY PROBLEM

    I was trying to "over-think" the problem. I just used the ADD FORM WIZARD and created a form for editing..........dumb me.....
  8. Opening a database to be edited within a created application

    I'm trying to open a database for editing based on a "click routine", im using:

    Private Sub Command1_Click()
    Shell App.Path & "\playdata.mdb"
    End Sub

    it keeps giving me an error what is the...
  9. Replies
    1
    Views
    557

    Database Question

    I need to check the value of a field in a database with an if statement "how do you do that?"

    data1."?".......
  10. Replies
    3
    Views
    584

    Saving to a text file

    I need to save the values of several variables to a text file can somebody please give me an example of the code used to save the variables named (var1, var2, var3, var4, var5) to a text file and...
  11. Replies
    7
    Views
    832

    I'm doing this with a CE device and using...

    I'm doing this with a CE device and using Embedded 3.0 which really changes things....I read on another site the arrays don't really work with CE.....do you know anything about that....what about...
  12. Replies
    7
    Views
    832

    I CAN write an individual code statement to save...

    I CAN write an individual code statement to save each variable, but i need to save about 4000 different variables with similar names like player1, player2, player3......

    The program basically...
  13. Replies
    7
    Views
    832

    Saving Variables

    I need to save several variables to a registry....I can save one variable using SaveSetting. Do I have to use the SaveSetting code statement for each individual variable or is there a way to save...
  14. Re: VB - Using SaveSetting and GetSetting to store and retrieve data from the Registry

    <B>Where is you text1.text file located????</B>
  15. Have you ever tried saving to a registry in a...

    Have you ever tried saving to a registry in a Windows CE device.... i'm actually usine Embedded CE 3.0 which is very similar to vb6, but there are some differences.....i tried your code but it didn't...
  16. Replies
    10
    Views
    895

    Ok, Basically this program creates 99 players...

    Ok,

    Basically this program creates 99 players tracked by their number hence the "99" as in 1 - 99. My variables are created globally in a module and creates the numbers need based on user input...
  17. Replies
    10
    Views
    895

    So where do the names of the Variables that i...

    So where do the names of the Variables that i want to be able to store and reload.....maybe i'm just not seeing it....this is new to me....i can create forms and controls and make them jump through...
  18. Replies
    10
    Views
    895

    Saving Variables and Reloading Question

    I have created a statistical program that keeps up with a ton of variables that need to be saved at the end of each input session and then reloaded and added to new entrys at the end of the next...
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width