| | |
Junior Member
       
Group: Forum Members Last Login: 12/26/2008 10:33:35 PM Posts: 16, Visits: 84 |
| | Would anyone know how jigs@w was created or how can I make a program that lets the user build an .exe file like jigs@w? I am not looking at making a clone of jigs@w or a puzzle for that sort. daveofgv |
|
| | |

Forum God
       
Group: Forum Members Last Login: Today @ 1:10:14 PM Posts: 1,502, Visits: 3,491 |
| daveofgv (11/21/2008)
Would anyone know how jigs@w was created or how can I make a program that lets the user build an .exe file like jigs@w? I am not looking at making a clone of jigs@w or a puzzle for that sort. Whats this crap your posting Dave? Those are just email links which I wouldn't touch with a barge pole. 
Keith http://www.martin2k.co.uk/forums/ I've been programming with VB for 12 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning. |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 12/26/2008 10:33:35 PM Posts: 16, Visits: 84 |
| | I am sorry. I didn't know those would post as an email...... Jigs @ w is a promo puzzle builder that converts what the user puts into a .exe file. If you google jigs @ w you will see. It was wrote in visual basic (how I understand it). Just curious if anyone knows of any good tutorials about letting the user build an .exe file. |
|
| | |

Forum God
       
Group: Forum Members Last Login: Today @ 4:56:37 PM Posts: 391, Visits: 1,865 |
| daveofgv (11/22/2008)
I am sorry. I didn't know those would post as an email...... Jigs @ w is a promo puzzle builder that converts what the user puts into a .exe file. If you google jigs @ w you will see. It was wrote in visual basic (how I understand it). Just curious if anyone knows of any good tutorials about letting the user build an .exe file. If you don't have the educational version of VB then you can make an exe from any project you write. As far as I know the educational version was the only version that excluded 'Make EXE'.
"So much to learn. So little time to do it. Wise men know it's later than one thinks"! ***Vote here to make Keith a Moderator*** http://www.a1vbcode.com/vbforums/FindPost23630.aspx |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 12/26/2008 10:33:35 PM Posts: 16, Visits: 84 |
| | I don't remember if I have the educational version........ Can I find out? |
|
| | |

Forum God
       
Group: Forum Members Last Login: Today @ 4:56:37 PM Posts: 391, Visits: 1,865 |
| daveofgv (11/22/2008)
I don't remember if I have the educational version........ Can I find out? In VB click Help/About and you will see your version.
"So much to learn. So little time to do it. Wise men know it's later than one thinks"! ***Vote here to make Keith a Moderator*** http://www.a1vbcode.com/vbforums/FindPost23630.aspx |
|
| | |

Forum God
       
Group: Forum Members Last Login: Today @ 1:10:14 PM Posts: 1,502, Visits: 3,491 |
| CDRIVE (11/22/2008) As far as I know the educational version was the only version that excluded 'Make EXE'. Student and Learning Edition. Thats true but there are ways around that one Chris. I'm still unsure what your trying to make. Do you want to make a Jigsaw app? 
Keith http://www.martin2k.co.uk/forums/ I've been programming with VB for 12 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning. |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 12/26/2008 10:33:35 PM Posts: 16, Visits: 84 |
| | I have pro edtion. Jigs @ w is a promo application that lets the user upload a picture and the program builds a .exe file that makes that picture into a jigsaw puzzle. What I am interested in is letting the user build an .exe file of thier own.
Am I explaining it ok??? daveofgv |
|
| | |
Forum God
       
Group: Forum Members Last Login: Today @ 7:58:26 PM Posts: 901, Visits: 5,477 |
| | You can't (or should I say I can't) write a program in VB that is able to compile an EXE. The way that I would approach it is create a program that lets the user select a picture and use that to generate a puzzle. But as far as the user picking a picture and then the program builds a puzzle.exe from that picture, I don't see how that can be done. |
|
| | |
Junior Member
       
Group: Forum Members Last Login: 12/26/2008 10:33:35 PM Posts: 16, Visits: 84 |
| | Thanks anyway. If you google jigs @ w you can see what I am talking about. It might be done in C++ or something. Thanks anyway. |
|
|