Search:

Type: Posts; User: tonyrueb

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: big numbers

    by tonyrueb
    Replies
    2
    Views
    713

    big numbers

    i am writing a C++ program to compute if a number is prime or not. i basically have a for loop set up. it tests all the numbers from 2 to the number specified by the user. it can take a little while...
  2. Replies
    17
    Views
    1,505

    Re: what am i doing wrong [02/03]

    i figgered it out, the dialog result setting was set to cancel
  3. Replies
    17
    Views
    1,505

    Re: what am i doing wrong [02/03]

    here is the code for the 9 key


    Private Sub Button9_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button9.Click
    amtentered = amtentered & "9"
    ...
  4. Replies
    17
    Views
    1,505

    Re: what am i doing wrong [02/03]

    here is the code for the 0 key


    Private Sub btn0_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn0.Click
    amtentered = amtentered & "0" 'add 0 to the end of...
  5. Replies
    17
    Views
    1,505

    Re: what am i doing wrong [02/03]

    i wish i knew more about programing so i could explane it better...

    when ever a user presses a number it updates a text box. when i want to type in $20.75 they would type 2075, as you press the...
  6. Replies
    17
    Views
    1,505

    Re: what am i doing wrong [02/03]

    ok after doing a steping though the code it goes though all the code first the code for the 0 key then the format code then it finishes off the 0 code then it goes back to the pay sub on the frist...
  7. Replies
    17
    Views
    1,505

    Re: what am i doing wrong [02/03]

    so far nothing seems to work, any other ideas?
  8. Replies
    17
    Views
    1,505

    Re: what am i doing wrong [02/03]

    as i said i am new to programing, how do i use the option strict and option explicit? and what does it do?
  9. Replies
    17
    Views
    1,505

    what am i doing wrong [Solved] [02/03]

    hello, i am trying to make a stand alone cashregister program. everything works fine exept when it askes for a tender. it is designed to be used on a touch screen so it has an onscreen keyboard with...
  10. Thread: [02/03] Gps

    by tonyrueb
    Replies
    2
    Views
    578

    Re: [02/03] Gps

    i am not so clear on what you want. this is what i understand...
    you want to make a program that sends the lat. and long. to a GPS recever. now if im not mistaking that the GPS finds the lat and...
  11. Replies
    15
    Views
    1,419

    Re: Colors

    i know as a fact from past issues that
    if img.GetPixel(x, y) = Color.White Then
    does not work you must use .equals and even then it dosent register the pixels for some odd reson, but thanks...
  12. Replies
    15
    Views
    1,419

    Re: Colors

    the progam still dose not work it gives me this error on the line that changes colors:

    An unhandled exception of type 'System.Exception' occurred in system.drawing.dll

    Additional information:...
  13. Replies
    15
    Views
    1,419

    Re: Colors

    that would be why it dident work i never reloaded it
  14. Replies
    15
    Views
    1,419

    Re: Colors

    ok thank you for your help! one more question however. i would like to make it so it will turn all the bactera cells (white pixles) to red or blue pixels. i used the photo.setcolor command but it...
  15. Replies
    15
    Views
    1,419

    Re: Colors

    thank you very much, i am relitvly new to programing, so can you please explane what the ToArgb command does thank you
  16. Replies
    15
    Views
    1,419

    Colors [Solved]

    Hello, a friend and I are doing a science project it is on the percentage of bacteria growing we grew them in a dish and took a photo of them. We then made the photo so that it is a monochrome photo...
  17. Replies
    8
    Views
    1,386

    Re: Colorful combo box

    Ok, that makes me feel better, but can any one explain to me how I can do this in a better way then the site does. Code with comments would be great.
  18. Replies
    8
    Views
    1,386

    Re: Colorful combo box

    I hope I’m not being too picky, what I really want is the text color to change for every item when you pull it down, not after you select an item. But I do like the ideal of changing the back color...
  19. Replies
    8
    Views
    1,386

    Re: Colorful combo box

    Ok I am a beginner to visual basic or programming in general. I have never done an owner drawn combo box before. This is all new to me. I have a list of colors I need. I do like the link you gave me...
  20. Replies
    8
    Views
    1,386

    Re: Colorful combo box

    I can’t seem to find any thing related to visual basic. A lot of C# and C++.
  21. Replies
    8
    Views
    1,386

    Colorful combo box

    I am making a program to calculate the resistance of a resistor. If you do not know resistors have a color code by the rings of colors. I made a combo box with all the colors printed on it but I’m...
  22. Thread: Robot

    by tonyrueb
    Replies
    1
    Views
    589

    Robot

    I am trying to make a robotic arm controller in visual basic. The computer will communicate with the robot via serial cable. How can I send a signal through the serial port to a servo controller? Is...
  23. Replies
    2
    Views
    661

    Re: Writing on checks

    i found the answer my self


    '************ Code Start **********
    'This code was originally written by Joe Foster.
    'It is not to be altered or distributed,
    'except as part of an...
  24. Thread: Graphing

    by tonyrueb
    Replies
    2
    Views
    605

    Graphing

    Is there an easy way to graph simple algebraic equations; linier, quadratic, and expediential? The more complex graphs it can make the better. My intent is to make a program that can graph things...
  25. Replies
    3
    Views
    983

    Re: adding items to listbox

    Please do not delete what you wrote! It is how other people learn. Other wise forums are useless.
  26. Replies
    20
    Views
    1,797

    Re: .NET framework

    Well it looks like I got my answer and then some thank you.
  27. Replies
    3
    Views
    39,150

    Re: C - 8 Queens Problem

    The program works great!! Just one thing, can you put comments on your code. i am trying to learn how to program and it would really help me out.
  28. Thread: open a video

    by tonyrueb
    Replies
    1
    Views
    661

    Re: open a video

    I did this before here is a link to ware I went. I hope it helps.
    http://vb-helper.com/howto_net_video_capture.html
  29. Replies
    2
    Views
    661

    Writing on checks

    I am making a program that will print on checks. I have it so it will ask for the amount in a $12.50 format, and all the other info. But as I’m sure all of you know you also have to write it out like...
  30. Replies
    20
    Views
    1,797

    Re: .NET framework

    Not the answer I was hoping for. This leads me to another question though do you know why Microsoft decided to do this? Is there a good reason, or where they just being Microsoft?
  31. Replies
    20
    Views
    1,797

    .NET framework

    This is some thing I been wondering for a while. is there a way to make a program in VB.NET without needed the framework installed to run it on a computer?
  32. Thread: user name

    by tonyrueb
    Replies
    4
    Views
    845

    Re: user name

    In not all cases that will work. On a dual boot computer with like 2000 and xp they both use the same folder so if you had 2 users one on 2000 and one on xp both named Tony one user will be some like...
  33. Thread: user name

    by tonyrueb
    Replies
    4
    Views
    845

    user name

    Is there a way that I can get the directory name of the user name? I know that if you want the windows folder you use %system directory% can I do that for a user? This is my code


    Private Sub...
  34. Replies
    3
    Views
    926

    Re: How to read text file line by line?

    Wow lots of code makes me dizzy, can you put the vbcode tags on it and maybe some line spaces
  35. Replies
    1
    Views
    503

    Re: Form question [Resolved]

    First you must declare the form as an object

    Dim Object_Name as Form_Name

    Then you want to use

    Object_Name.show()
    Object_Name.Activate()

    Hoped I helped
  36. Re: Getting FileCopy to keep filename but just copy to different folder

    im having a simuler problem i want to make a program that will copy a file over the network (so i dont have to move files for my mom all the time) here is my code and needless to say it does not...
  37. Thread: links

    by tonyrueb
    Replies
    6
    Views
    812

    Re: links

    Thank you all I needed to know is how to get the for loop, so inside the for loop I put some thing like tbLinks.addbutton () or what ever the command is? (I’m not on a computer with VB)
  38. Thread: links

    by tonyrueb
    Replies
    6
    Views
    812

    Re: links

    Well I kind of already knew that. I just don’t know how I do it, like the syntax
  39. Thread: links

    by tonyrueb
    Replies
    6
    Views
    812

    links

    Hello,
    I am trying to add a toolbar to a web browser like the links on IE. I know I need to some how add the files in the links folder to the tool bar. I know I will need a for loop, but me being a...
  40. Thread: Web Browser

    by tonyrueb
    Replies
    4
    Views
    788

    Re: Web Browser

    I used the already made browser; I’m thinking about using it as my primary it is really good. I did have some problems at first but was able to solve them. Thanks for all your help.
Results 1 to 40 of 47
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width