Search:

Type: Posts; User: leif

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    689

    Do I have to use AutoCAD dwgthumbnail control...

    Do I have to use AutoCAD dwgthumbnail control module?
  2. Replies
    2
    Views
    689

    problems w/inserted AutoCAD drawings

    I have some forms that I have inserted AutoCAD drawings in. It works fine on my machine w/ AutoCAD, but not others w/out. The file it says it is related to is ACAD.EXE. I take it there is no file...
  3. Replies
    2
    Views
    741

    access alternatives?

    What are the alternatives for people that dont have access? Preferably free.
  4. Thread: ms installer

    by leif
    Replies
    2
    Views
    673

    What do you use if not the package and deployment...

    What do you use if not the package and deployment wizard?
  5. Thread: ms installer

    by leif
    Replies
    2
    Views
    673

    ms installer

    I am trying to get the ms installer to load on my pc. I run windows 98 and vb6. The reason I am trying to use it, is because on a machine at work running 2000 NT. When trying to run setup, it says...
  6. Replies
    12
    Views
    1,707

    I cant get the installer to install. Says to...

    I cant get the installer to install. Says to install it from where it was originally run from.
  7. Replies
    3
    Views
    728

    I just went to do the package and deploy again. ...

    I just went to do the package and deploy again. It said that the COMDLG32.OCX file is out of date. Is that why it wont install properly? If so, how do I update it?
  8. Replies
    3
    Views
    728

    files out of date during install

    I used the package and deploy. When I try to do an install on a machine with 2000NT. It says some files are out of date and to do a restart. After I restart it. The same thing. Do I have to get...
  9. Thread: results

    by leif
    Replies
    8
    Views
    566

    Is there a better way to error check than this? ...

    Is there a better way to error check than this? I want to make sure it is a number entered.
  10. Thread: results

    by leif
    Replies
    8
    Views
    566

    it still locks up and says the overflow of not...

    it still locks up and says the overflow of not numeric.
  11. Thread: results

    by leif
    Replies
    8
    Views
    566

    MakeNumeric txtmajor, txtminor, txtdia,...

    MakeNumeric txtmajor, txtminor, txtdia, txtflutes, txtchipload, txtSFM, txtclearance, txthvalue, txtdvalue, txtzdrev, txtzdepth, txttoolnumber, txtnexttool, txtxloc, txtyloc, txtreference
    ...
  12. Thread: results

    by leif
    Replies
    8
    Views
    566

    It will stick wrong in when something isn't a...

    It will stick wrong in when something isn't a real number. sometimes I hit the + or some other key by mistake. On some text boxes, it will do it correctly if an error is typed. Show wrong and let...
  13. Thread: results

    by leif
    Replies
    8
    Views
    566

    results

    I am using this formula: n = (sfm * 12) / (Pi * dia)
    My textboxes are made to numeric and variables set.
    If I type in something other than a number it is suppose to:
    Private Sub...
  14. Thread: Help Index

    by leif
    Replies
    0
    Views
    312

    Help Index

    How is the best way to create a help index? Where do I find info about it?
  15. Replies
    4
    Views
    484

    I was looking more for a skin for my program to...

    I was looking more for a skin for my program to run on 98.
  16. Replies
    4
    Views
    484

    xp skins available?

    I was wondering if there are any XP skins available?
  17. Replies
    5
    Views
    547

    pretty much. The problem I am having is, when it...

    pretty much. The problem I am having is, when it goes past zero. If my initial reading is 100 and my trian is 355. It was a CCW move. But I cant figure out how to say it because it went to a...
  18. Replies
    3
    Views
    491

    location in a circle

    I am writing a program to do single plane balancing using the vector method. I am trying to compare two locations in a circle. An initial and a trial location. What I need to do is, compare the...
  19. Replies
    5
    Views
    547

    location in a circle

    I am writing a program to do single plane balancing using the vector method. I am trying to compare two locations in a circle. An initial and a trial location. What I need to do is, compare the...
  20. Replies
    35
    Views
    1,216

    This stuff is going to take a while for me to...

    This stuff is going to take a while for me to pick up. I had originally put in what ARC had wrote. Should I take it out and go with one of these newer suggestions?
  21. Replies
    35
    Views
    1,216

    could you explain a little more? I'm a bit...

    could you explain a little more? I'm a bit confused.
  22. Replies
    35
    Views
    1,216

    creating 15 day demo

    I'm not sure the best way to create a demo version of something I did. Can anyone help? Or a 10 time run will be good too. Thank you.
  23. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    Changing val to len works. What is it?

    Changing val to len works. What is it?
  24. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    All of my code does the formulas and sends back...

    All of my code does the formulas and sends back the correct info. But the numbers have to be the right types inputed. It just doesn't do error handling well. Yes it is sloppy, but you have to...
  25. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    Thanks. the last bit of code seems to do what i...

    Thanks. the last bit of code seems to do what i want.
    Also, this bit of code checks to make sure numbers are greater than 0 and is not left blank. How do i make it check for only being blank?

    ...
  26. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    what is confusing to me is when I use If...

    what is confusing to me is when I use
    If Val(frmchamfer.txtangle.Text) <= 0 Then
    IntPress = MsgBox("enter a value for the angle!", vbCritical)
    frmchamfer.txtangle.SetFocus
    ErrorCheck = 1
    End...
  27. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    no

    no
  28. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    This is my original. I want it to have one error...

    This is my original. I want it to have one error message for all zeros enter, nothing entered or info entered where it won't work. The program will work with this code, but it will bring up all of...
  29. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    itis a triangle solving program. I'm expecting...

    itis a triangle solving program. I'm expecting all but two of the boxes to be blank. I'm not sure where you want me to put it?
  30. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    I would like to start with all of my text boxes...

    I would like to start with all of my text boxes blank, but i am having to start with zero to get around this
  31. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    it started alot cleaner until it had this error...

    it started alot cleaner until it had this error and i started to butch it
  32. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    I have alot of stuff blocked out from trying...

    I have alot of stuff blocked out from trying things. here is what I have as of now.

    Private Sub calculate_Click()


    'formulas
    Pi = 3.14159

    'these find side opposite
    'If txtang2.Text =...
  33. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    I tried but must have done it wrong. I'm alittle...

    I tried but must have done it wrong. I'm alittle confused.
  34. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    If Val(frmangle.txthyp.Text) Or...

    If Val(frmangle.txthyp.Text) Or (frmangle.txtadj.Text) Or _(frmangle.txtopp.Text) Or (frmangle.txtang1.Text) Or _(frmangle.txtang2.Text) = "" Then
    intpress = MsgBox("more information is needed!",...
  35. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    I'm not sure how else to explain it

    I'm not sure how else to explain it
  36. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    i have a form with alot of text boxes for input. ...

    i have a form with alot of text boxes for input. The numbers that are entered will be used in math formulas. Any numbers entered (positive or negative) will be acceptable. But there has to be a...
  37. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    I tried If len(me.textbox1.text)=0 then msgbox...

    I tried If len(me.textbox1.text)=0 then msgbox "Enter something"

    and it didn't do anything when i entered 0
  38. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    Can I use "" in place of 0?

    Can I use "" in place of 0?
  39. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    I have been trying all sorts of dtuff to fix it,...

    I have been trying all sorts of dtuff to fix it, but I can't seem to get it to work.
  40. Thread: text box input

    by leif
    Replies
    33
    Views
    1,122

    Then it gives me a type mismatch when it finds...

    Then it gives me a type mismatch when it finds nothing there. It does give the message box first.
Results 1 to 40 of 86
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width