Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: uprocker2
  • Order by date
  1. uprocker2

    Access Keys in menus

    I got the same problem after trying the menu tutorial on Learn Visual Basic 6.0 now but ok its not that bad.;) Uprocker2
  2. uprocker2

    Dimentioning(dim) Question

    ok thx :P Uprocker2
  3. uprocker2

    Dimentioning(dim) Question

    Picturebox = image1 timer = timer1 (timer1.interval = 10) I've got this code: Private Sub Timer1_Timer() Image1.Height = Image1.Height + 20 Image1.Width = Image1.Width + 20 Image1.Stretch = True End Sub when I run the program, the picture start to enlarge. Now the problem is: it get verry weard...
  4. uprocker2

    Animation

    Btw this may also be another format than gif & I'm useing VB6.0 Uprocker2
  5. uprocker2

    How to get the width and hieght of an image opened by CommonDialogue??

    enlarging an image is like this Image1.Height = Image1.Height + 150 Image1.Width = Image1.Width + 200 so when you open the picture in the common dialogue you will want to have a form pop up with 2 textfields that the user fills in for the size on the form1 code you'll need osmething like this...
  6. uprocker2

    Animation

    How do i make a gif file that is an Animation ,amimate in visual basic in a picturebox or an imagebox Uprocker2
  7. uprocker2

    A "Loading Bar"

    So Whats the code for it? Uprocker2
  8. uprocker2

    VB and VB.Net

    Whats the difference between VB 6.0 snf .net???? Uprocker2
  9. uprocker2

    A "Loading Bar"

    i know what a loading bar does but I don't understand why people use it in some of their apps.Couse my apps start up whitout loading time I dont understand why ppl still ad a loading bar. #what heapens when the program uses a loading bar (what files are loaded) #How can I make a loading bar (in...
  10. uprocker2

    Disabeling the "x"(Close window) button

    So if I put one of these controls in a activex it wil work just fine>???!??!!?!? Uprocker2
  11. uprocker2

    Disabeling the "x"(Close window) button

    btw is there aslo a possibility makin the window only minimazible Uprocker2
  12. uprocker2

    Disabeling the "x"(Close window) button

    >>>>>DrJabaJoe thx it works but can u explane the code please so i can learn what the code realy does? Uprocker2
  13. uprocker2

    Disabeling the "x"(Close window) button

    Is it possible to disable the close window() button whitout removing it only make it unuseble in a visual basic app. Uprocker2
  14. uprocker2

    Making a Digital stopwatch...

    THX strongm that helped alot! Uprocker2
  15. uprocker2

    making an acitivex

    thank you verry mutch! Uprocker2
  16. uprocker2

    Making a Digital stopwatch...

    oh srry i did not know Uprocker2
  17. uprocker2

    making an acitivex

    some questions: *whats a ocx *whats it used for *why do ppl make then *what are the basics for making one just asking some questions couse i don't know anything about it Uprocker2
  18. uprocker2

    Making a Digital stopwatch...

    btw why doe'snt the clock start at 0.00? Uprocker2
  19. uprocker2

    Making a Digital stopwatch...

    almost but I still don't understand can u explane evry line of code please??? Uprocker2
  20. uprocker2

    Making a Digital stopwatch...

    uptill now evrything is ok but how do I do the following 1second = 12 seconds so the clock counts like this: 0 12 24 36 48 60(1minit) ...ect Uprocker2

Part and Inventory Search

Back
Top