Search:

Type: Posts; User: CreativeDreamer

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    19
    Views
    1,715

    Re: Sierpinski's Triangle

    Shared on GitHub at (https://github.com/BoleeMan/Sierpinski-Gasket-Fractal[/) plus other Fractals

    Enjoy and learn.

    184756
  2. Re: RAD Basic vs TwinBasic, Which do you prefer?

    Paid money to the kickstarters but got nothing in return.

    Now playing with FREEBASIC. As the name suggests it is totally free and both 32bit and 64 bit.

    Syntax is slightly different to VB6 but...
  3. Re: VB6 Flip Digit Style Clock from the 70's

    Almost reminds me of the Noisy Alarm Clock I had years ago that did a good job of waking me up in the morning. Thanks for the nice upload.
  4. Replies
    3
    Views
    1,878

    Re: Get Audio Type: Get Image Type

    Thanks Steve for the upload. Made a little AVI creator from BMP files from some existing code ages ago. Your code may come in handy for detecting other picture formats (other than Bmp and gif)....
  5. Replies
    2
    Views
    1,724

    Re: VB6 add GUI objects at runtime

    Hi Paul.

    Thanks for uploading VB6 add GUI objects at runtime. I made something similar to the pink/middle Matrix Type object creator that you made. I went to your GitHub page and downloaded your...
  6. Re: FIX ERROR Function call on left-hand side of assignment must return Variant or Ob

    Thanks ahenry for your Reply.

    Yes ahenry, UltraBox2 is the next version of UltraBox. Been converting various versions of Moving listbox items up or Down from VbForumns to suit the non zero based...
  7. FIX ERROR Function call on left-hand side of assignment must return Variant or Object

    Hi VBForumn Members.

    I am having trouble getting some code to work for a Listbox Like Control called Ultrabox2. The code moves the Ultrabox items Up or Down by clicking one of 2 command buttons....
  8. Replies
    59
    Views
    11,393

    Re: Crossword Generator?

    First of all NICE WORK vbLewis.

    What looks obvious to me is that there are twice as many horizontal words as there are vertical. So perhaps put in some "balancing word direction placement logic"...
  9. Replies
    59
    Views
    11,393

    Re: Crossword Generator?

    The Delphi for Fun Website has a good Wordsearch/Crossword Program with sourcecode and executable.
    Would be nice to convert it to VB6.

    You supply the words and then it automatically places the...
  10. Re: (vb6) - Concentric square in picturebox minimum/maximum and opposite

    Made a concentric Rectangle Program with mouse drag operation.

    You can adjust the line width, gap size and change colour.

    183600

    Its over here on GitHub: ...
  11. Re: Cookie Twist - Rotate circular selection

    Love this sort of code. Will experiment a bit. Thankyou dilettante.
  12. Re: Simple Image Manipulation App (Flip, Rotate, Crop)

    Thanks jpbro

    Was wondering if you could possibly include a load picture function with a scrolled picture for "larger pictures"? I made a few fractal programs and was curious how it could be done...
  13. Replies
    1
    Views
    1,794

    Re: Draw on StdPicture objects

    Thankyou for the nice sample code. Was wondering if it could be used to add draw opaque/transparent lines and text?
  14. Replies
    7
    Views
    3,603

    Re: Calculator Simple usercontrol

    Nice interface with a good use of colors and layout. Thanks KFrosty.
  15. Replies
    3
    Views
    1,730

    Re: Pattern Brush Fill

    Thanks for the nice example. I thought this was a "pictograph"

    Just a question: Should Feb and Mar show 2 and 3 pictures only and not the extra bits?
  16. Re: VB6 Pick Color from Screen Usercontrol

    Thanks for the nice Color Picker and Saver program.

    I made a different RGB colour Explorer and put it on GitHub at https://github.com/BoleeMan/RGB-Color-Explorer

    I would love to see...
  17. Replies
    20
    Views
    5,882

    Re: Rotating labels/textboxes

    Just adding a few more label controls.
    One does various angles and the other is vertical/horizontal with gradient.

    182721


    182722

    182723
  18. Replies
    24
    Views
    7,914

    Re: HEIC picture files

    A few Web Links to perhaps visit for Heic/Heif information"

    libheif is an HEIF and AVIF file format decoder and encoder
    https://github.com/strukturag/libheif

    Open h.265 video codec...
  19. Re: Task to convert old Borland C App to VB6 ??

    I think comalco2000 would like to convert it to VB6 so that he can play around with the code and develop his own features. Vb6 is a lot easier to use than C++.

    In the past there have been quite a...
  20. Replies
    5
    Views
    1,973

    Re: c4dll.dll not found

    These are the things I would also check:

    1. See whether the c4dll.dll is read only and change it's attributes.
    2. Check and compare the version numbers of the c4dll.dll by right clicking on...
  21. Replies
    26
    Views
    6,473

    Re: [RESOLVED] set font bold in listbox

    I realize that this has been resolved but I came across an activeX that does Bold, Different Colours and even Option buttons and Checkboxes which may come in handy for someone else who may need these...
  22. Re: Task to convert old Borland C App to VB6 ??

    Here are some programs that might help with the conversion.

    I have not used these but I came across them recently and thought you may want to try them out.

    One is a Python Program
    A Python...
  23. Replies
    28
    Views
    8,767

    Re: Accessing animated gif frames.

    Found (by accident) a web site with some pretty impressive Gif Tools powered by Javascript at https://onlinegiftools.com/

    Was also going to ask What is the program shown by Brenker?
  24. Replies
    11
    Views
    4,333

    Re: What FRACTAL have you created in VB6?

    My New Moto: "CREATIVE DREAMS can turn into REALITY" Just Joking.

    Just finished making another Fern/Snowflake type program. Here are some designs:

    182571

    182572


    I created a...
  25. Replies
    11
    Views
    4,333

    Re: What FRACTAL have you created in VB6?

    Thanks Baka for your input.

    I have come across quite a few CPP source codes and programs that Animate the Mandelbrot and Julia Sets quite well. Most of these use OpenGL and other GL Ray traceers...
  26. Replies
    11
    Views
    4,333

    Re: What FRACTAL have you created in VB6?

    And another fractal.

    Hilbert Fractal
    Makes an endless squiggly line pattern.

    182411

    Some Useful Key Combinations

    Click Palette colours = Changes foreground
  27. Replies
    28
    Views
    8,767

    Re: Accessing animated gif frames.

    Here is a program made to split animated gifs into gif frames. It was made by someone years ago on the old PlanetVB Source Codes Website (which has now gone).

    182407


    Also found a Cpp program...
  28. Replies
    11
    Views
    4,333

    Re: What FRACTAL have you created in VB6?

    Wow The Trick.

    Your Julia Set Fractal program looks great. Your MultiThreading skills are Top Notch. Never really fullly understood multithreading in VB6 so I tended to concentrate on geometry,...
  29. Replies
    11
    Views
    4,333

    Re: What FRACTAL have you created in VB6?

    And here is another fractal.


    Sierpinski Triangle
    The triangles repeat. At higher levels the pattern almost becomes 3D.

    182398


    See it looks almost 3D
  30. Replies
    11
    Views
    4,333

    What FRACTAL have you created in VB6?

    Hi there All.

    I like to be creative and dabble in making Fractals just for fun. I thought I would start up a FRACTAL related thread and see what Fractal programs other people have made using VB6....
  31. Re: Getting the ball rolling. Which VB6 projects are you working on?

    I made a 2D Pythagoras Tree Fractal Program a while ago. I am now experimenting with the SUPER ELLIPSE FORMULA for another graphics program. The SUPER FORMULA does all sorts of great curves based on...
  32. Re: listview background in subitem color

    Hi there. I came across a nice listbox called UltraBox V2 while looking for something else yesterday. It is not a listview but a custom list box where one can change subitem colours, fonts and even...
  33. Move Multiple Items in McListbox V3.3 Methods not found

    Hi Folks.

    I have been working with McListBox Version 3.3 (a fast custom Listbox made by Jim Jose many years ago from the old VB Planet Source Code Site). It has some nice features but...
  34. Replies
    15
    Views
    2,604

    Re: Stitching pictures

    I also wanted to mirror and do a horizontal/vertical flip and then combine 4 of the same pic (like below).

    180999


    I will experiment a bit. I've seen api examples that flip and mirror but...
  35. Replies
    1,809
    Views
    871,828

    Re: TwinBasic

    Nice to see some extra information happening. I have contacted some programmers from the old PlanetVB site. They are eager to play around with the preview release. Hopefully TwinBasic eventuates...
  36. Replies
    15
    Views
    2,604

    Re: Stitching pictures

    Wow thankyou Argus19 for uploading the demo stitching program.

    I initially did not see your reply and then today I ended up coming across it. I will hopefully learn from it, as I tend to focus on...
  37. Replies
    52
    Views
    9,843

    Re: [RESOLVED] Dashed line

    Thanks Olaf.
    I was wanting to convert some of my Vb6 fractal programs (Pythagoras Tree, Banach Circle Fractal, Fern Leaf, Diagonal Lines pattern fractal, Fractal Tree, etc) to Cairo RC6 to make...
  38. Replies
    52
    Views
    9,843

    Re: [RESOLVED] Dashed line

    I originally saw the code here many years ago for drawing a dashed line between 2 points but I managed to change it to enable a mouse to dynamically draw the line. Most dashed line examples only had...
  39. Replies
    15
    Views
    2,604

    Re: Stitching pictures

    Thanks Peekay for you quick response. I will experiment with your ideas.
  40. Replies
    15
    Views
    2,604

    Re: Stitching pictures

    Does anyone have a small demo. I wanted to stitch up some bladed graphics (up to say 6 files) together like shown below (the one below is only 2 bmp files). I was wondering how to do it say selecting...
Results 1 to 40 of 121
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width