Search:

Type: Posts; User: 3no7ch

Search: Search took 0.02 seconds; generated 36 minute(s) ago.

  1. Re: Did you learn your programming skills in school?

    As for me, no, I've not be taught at school on programming. That's probably because I'm still in the middle of high school. I still have to take Communications Technology before I can get into any...
  2. Replies
    4
    Views
    811

    Re: Button tabs?

    Thanks, because I needed to do this for a little personal project.

    (/resolved!)
  3. Replies
    4
    Views
    811

    Re: Button tabs?

    Just a demo, sure.

    I was also thinking that Option buttons (or radio buttons) can do this.
  4. Replies
    4
    Views
    811

    [RESOLVED] Button tabs?

    Question:

    In some apps like antivirus programs, on the left (or right) hand side, there are a series of buttons where if you click one, the section to the right (or left) will change, much like a...
  5. Replies
    7
    Views
    7,394

    Re: Visual Basic 6 System Tray

    Wow this is awesome. I put this into my Text Editor just as a quick edit sort of function. Thanks.
  6. Thread: Testing

    by 3no7ch
    Replies
    0
    Views
    655

    Testing

    Don't mind me, just testing.

    :)::bigyello::cry::blush::lol::wave::ehh::sick::thumb::afrog::down::check::duck::eek2:

    Only testing the smileys and seeing them in action.
  7. Replies
    2
    Views
    19,030

    Re: [VB6] Advanced Calculator

    Sounds amazing! Just that now you'll need to attach the source code, if you still have it.
  8. Replies
    2
    Views
    21,605

    Re: My best VB project to date!

    Sounds interesting, will look into it now.
  9. Replies
    6
    Views
    6,525

    Re: Find and replace text in a textbox

    Thanks
  10. Replies
    6
    Views
    6,525

    Re: Find and replace text in a textbox

    I have a rich text box, I'm just not sure where to start.
  11. Replies
    6
    Views
    6,525

    [RESOLVED] Find and replace text in a textbox

    I need some help doing this, because I don't know where to start. Thanks in advance.

    (Edit: I forgot that I put it in the wrong place. I was browsing there before)
  12. Replies
    95
    Views
    90,449

    Re: Enhanced VB Tabbed Web Browser

    Wow, nice. Oh well, I'm going to just modify stuff around to see if there's anything useful that I can see in the code.
  13. Re: Printing contents of textbox during runtime?

    Actually, I already found something online, so I don't need help now.
  14. [RESOLVED] Printing contents of textbox during runtime?

    Now that I know how to change the font of a textbox during runtime, now I need to know how to print the contents of the said textbox during runtime. It's a text / source code editor that I'm making...
  15. Re: Changing the font of a textbox at runtime.

    Thanks MartinLiss. By the way, I put your username in one of my comments in the project. (I changed the code a bit, though)
  16. Re: Changing the font of a textbox at runtime.

    Yes, but how do you use it? I have the Font Dialog, I just don't know how to use it.
  17. [RESOLVED] Changing the font of a textbox at runtime.

    I'm making a text editor (and you may have seen me before saying this) with an option where you can change the font of the entire textbox by opening up the Font Dialog and selecting a font. How do...
  18. Replies
    3
    Views
    3,723

    Re: VB6.0 Version of DotNetBar?

    I don't think so. I took up a search and I can't come up with a DotNetBar for VB6. There is, however, HelpVistaXP2008, which is a set of VB6 ActiveX controls that make your VB6 GUIs look cooler.
  19. Replies
    11
    Views
    22,717

    Re: Word and Character counter in VB6?

    @akhileshbc: thanks for your help. By the way, I put your forum name into one of my vb comments.
  20. Replies
    11
    Views
    22,717

    Word and Character counter in VB6?

    I'm currently working on rich text editor, which I'm planning to add loads of functions into it. I'm just not sure on how to make a Word and Character counter for it. Not sure why I want it; but it...
  21. Replies
    2
    Views
    669

    Open URL in the default web browser

    :confused:

    I need help here. I'm making (something, I'm not going to tell you yet) and I have a Msgbox where if you click yes, I need it to open up the default web browser and to a specific web...
  22. Replies
    1
    Views
    3,736

    VB System Monitor Control?

    I was poking around with the Components, and then came across this control named "System Monitor Control" (sysmon.ocx) I know it's a system monitor, but I don't know how to use it. Any...
  23. Replies
    5
    Views
    834

    Re: Help with Prevention of Dividing by Zero

    Thank you Nightwalker83! It works now.
  24. Replies
    5
    Views
    834

    Help with Prevention of Dividing by Zero

    :wave:
    I need a bit of help in preventing division by zero in my calculator. :confused:
    Here's the code I currently have:


    Private Sub Form_Load()
    'To stop yourself from dividing by...
Results 1 to 24 of 24



Click Here to Expand Forum to Full Width