Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact
A1VBCode Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      

Home » Visual Basic (VB 4/5/6) » General Visual Basic » user make .exe file


user make .exe fileExpand / Collapse
Author
Message
Posted 11/21/2008 1:00:26 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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

Post #26307
Posted 11/21/2008 3:31:41 PM


Forum God

Forum GodForum GodForum GodForum GodForum GodForum GodForum GodForum 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.
Post #26311
Posted 11/22/2008 12:36:36 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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.

Post #26319
Posted 11/22/2008 2:14:23 PM


Forum God

Forum GodForum GodForum GodForum GodForum GodForum GodForum GodForum 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

Post #26322
Posted 11/22/2008 3:39:52 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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?

Post #26324
Posted 11/23/2008 10:07:00 AM


Forum God

Forum GodForum GodForum GodForum GodForum GodForum GodForum GodForum 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

Post #26328
Posted 11/23/2008 1:24:10 PM


Forum God

Forum GodForum GodForum GodForum GodForum GodForum GodForum GodForum 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.
Post #26329
Posted 11/24/2008 12:16:44 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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

Post #26338
Posted 11/24/2008 1:39:07 PM
Forum God

Forum GodForum GodForum GodForum GodForum GodForum GodForum GodForum 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.
Post #26339
Posted 11/24/2008 2:33:53 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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.

Post #26340
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: