Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/20/24 01:28
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (kzhao, AndrewAMD, bigsmack, 7th_zorro), 869 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Is Window Forms Possible with 3dgamestudio? #124168
04/14/07 21:06
04/14/07 21:06
Joined: Feb 2006
Posts: 126
USA,
manic7creations Offline OP
Member
manic7creations  Offline OP
Member

Joined: Feb 2006
Posts: 126
USA,
I would like for somebody give me an answer if they know that this is possible.
If nobody don't know, I will ask 3dgamestudio for the answer. If it is possible can somebody show me how to do it, like a code example that displays windows form on the screen when you load up your game. I'm guess you do it through the plugins, when you do Win32 DLL Template. Thanks a lot.


Chris
chacl24@bellsouth.net

Re: Is Window Forms Possible with 3dgamestudio? [Re: manic7creations] #124169
04/14/07 21:19
04/14/07 21:19
Joined: Dec 2005
Posts: 252
MyOwnKingdom
nipx Offline
Member
nipx  Offline
Member

Joined: Dec 2005
Posts: 252
MyOwnKingdom
what kind of form do you mean?

This: ?


or something like video_window?


nipx

Re: Is Window Forms Possible with 3dgamestudio? [Re: nipx] #124170
04/14/07 21:28
04/14/07 21:28
Joined: Feb 2006
Posts: 126
USA,
manic7creations Offline OP
Member
manic7creations  Offline OP
Member

Joined: Feb 2006
Posts: 126
USA,
Yes a form like that above the game window......

Re: Is Window Forms Possible with 3dgamestudio? [Re: manic7creations] #124171
04/14/07 21:37
04/14/07 21:37
Joined: Dec 2005
Posts: 252
MyOwnKingdom
nipx Offline
Member
nipx  Offline
Member

Joined: Dec 2005
Posts: 252
MyOwnKingdom
this could work:

1. execute your .exe
2. start a dll function that check if your .exe is open. if not it chages myVar
3. wait till myVar changed (in 3dGStudio) -> if it changes, the .exe is closed so continue




nipx

Re: Is Window Forms Possible with 3dgamestudio? [Re: nipx] #124172
04/14/07 21:40
04/14/07 21:40
Joined: Feb 2006
Posts: 126
USA,
manic7creations Offline OP
Member
manic7creations  Offline OP
Member

Joined: Feb 2006
Posts: 126
USA,
The stuff on the windows form will intergrate with the game code, you see.
Is that possible??????????

Yahoo Messenger : ghostpacket

Last edited by Redlightpacket; 04/14/07 21:42.
Re: Is Window Forms Possible with 3dgamestudio? [Re: manic7creations] #124173
04/14/07 21:51
04/14/07 21:51
Joined: Dec 2005
Posts: 252
MyOwnKingdom
nipx Offline
Member
nipx  Offline
Member

Joined: Dec 2005
Posts: 252
MyOwnKingdom
this form is VisalBasic stuff, not c-script or lite-c. So its not possible to integreate it.


(I guess you want a game-setup to predefine some vars before you start your game, dont you?)


nipx

Re: Is Window Forms Possible with 3dgamestudio? [Re: nipx] #124174
04/14/07 22:10
04/14/07 22:10
Joined: Feb 2006
Posts: 126
USA,
manic7creations Offline OP
Member
manic7creations  Offline OP
Member

Joined: Feb 2006
Posts: 126
USA,
something like that, but I will figure it out. Thanks for the help. I can get it from here

Re: Is Window Forms Possible with 3dgamestudio? [Re: manic7creations] #124175
04/15/07 15:21
04/15/07 15:21
Joined: Dec 2003
Posts: 521
LazyDog Offline
User
LazyDog  Offline
User

Joined: Dec 2003
Posts: 521
you will have to use the SDK to do this and you must wait for 6.6 for this to work. It works in the beta but not the latest release version.

you basically need to change the TargetWindow


www.LazyDogSoftware.com
Delphi SDK Homepage

A7 Pro 780
Delphi 5 through 2010
Re: Is Window Forms Possible with 3dgamestudio? [Re: LazyDog] #124176
04/30/07 16:33
04/30/07 16:33
Joined: Dec 2006
Posts: 65
A
andy_1984 Offline
Junior Member
andy_1984  Offline
Junior Member
A

Joined: Dec 2006
Posts: 65
best way i can think of is creating your forms in vb or what ever you use then have it output the information you need for the game to a text file or ini file and then figure out how to get it from in the game using cscript

Re: Is Window Forms Possible with 3dgamestudio? [Re: andy_1984] #244347
01/04/09 05:47
01/04/09 05:47
Joined: Nov 2007
Posts: 1,143
United Kingdom
DJBMASTER Offline
Serious User
DJBMASTER  Offline
Serious User

Joined: Nov 2007
Posts: 1,143
United Kingdom
Can't you just use the Win32 API and use "CreateWindow" to show another window? All the control arguments for scrollbars,buttons,etc are available through the win32 API, and are pretty easy to build.

Last edited by DJBMASTER; 01/04/09 05:47.

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1