Search:

Type: Posts; User: webadage

Search: Search took 0.03 seconds.

  1. Replies
    14
    Views
    5,503

    Re: [RESOLVED] decimal to binary

    FYI: I use Microsoft Visual Basic 6.0 version 8176
    Converting decimal to binary is an easy process using an elementary DO - LOOP
    For example. The following code solves decimal to binary for all...
  2. Replies
    4
    Views
    15,301

    Re: Listbox With checkboxes in VB6??

    Sorry for my ignorance but... is there a way to actually put the Checkmark in the box via code or is the only way to accomplish this task by physically clicking the box?
  3. Replies
    2
    Views
    43,921

    Re: VB6 FAQ for Common Dialog Control

    Is there a way to pre populate the filename when using the commondialog to save a file. Here's what I mean...

    I want the file name to be a predetermined sequential number based on the date and...
  4. Replies
    10
    Views
    12,806

    Re: [RESOLVED] How to display Superscript text?

    I found a workaround in the help file that may work in a text file. I'm fixin' to use it in a Richtextbox myself.

    Private Sub VScroll1_Change ()
    VScroll1.Max = RichTextBox1.SelFontSize
    ...
  5. Replies
    4
    Views
    7,725

    [VB.NET] Re: how to copy a portion of a picturebox?

    _________________________________________________

    Okay thanks. You are right, there is much confusion when you do a search for VB code and get a VB.net answer. Sorry to bother you. Thank you for...
  6. Replies
    4
    Views
    7,725

    [VB.NET] Re: how to copy a portion of a picturebox?

    To which control does this code apply? Great code, I just don't know where to put it. HELP!!!
Results 1 to 6 of 9



Click Here to Expand Forum to Full Width