ts-soft
Thank you oh so very much for your beautiful code, that is exactly what I needed!
My project can now continue. :D
Nituvious
I think this is exactly what I posted about but said in a better way! I am very interested in this topic too.
How do you pack an already compiled program with ...
Search found 9 matches
- Sun May 15, 2011 10:49 pm
- Forum: Coding Questions
- Topic: Pack Files into Compiled Exe
- Replies: 7
- Views: 3350
- Sun May 15, 2011 12:49 pm
- Forum: Coding Questions
- Topic: Pack Files into Compiled Exe
- Replies: 7
- Views: 3350
Pack Files into Compiled Exe
Hi was wondering if there is way to somehow include a type of file into a EXE compiled by PureBasic.
The Complete Scenario is:
I have an EXE that is designed to execute certain functions by interpreting a text file example (my basic idea):
ReadFile( #FILE, "packed_file.txt" )
LINE = ReadLine ...
The Complete Scenario is:
I have an EXE that is designed to execute certain functions by interpreting a text file example (my basic idea):
ReadFile( #FILE, "packed_file.txt" )
LINE = ReadLine ...
- Sat Apr 02, 2011 11:44 am
- Forum: Coding Questions
- Topic: Resize Console Buffer
- Replies: 9
- Views: 2517
Re: Resize Console Buffer
TomS :
Thank you so very much, that is exactly what I needed. Thank you!
Demivec :
I would also like to thank you for helping me understand I bit more about COORD structures and how to implement them.
And finally essau :
You said "Dwarf Fortress' window isn't a console, it's rendered graphics ...
Thank you so very much, that is exactly what I needed. Thank you!
Demivec :
I would also like to thank you for helping me understand I bit more about COORD structures and how to implement them.
And finally essau :
You said "Dwarf Fortress' window isn't a console, it's rendered graphics ...
- Sat Apr 02, 2011 2:17 am
- Forum: Coding Questions
- Topic: Resize Console Buffer
- Replies: 9
- Views: 2517
Re: Resize Console Buffer
http://msdn.microsoft.com/en-us/library ... S.85).aspx
And here is some code that I tried to make: (no luck though ...
And here is some code that I tried to make: (no luck though ...

Code: Select all
OpenConsole()
stdout.l=GetStdHandle_(#STD_OUTPUT_HANDLE)
NewSize.COORD
NewSize\X=80
NewSize\Y=23
SetConsoleScreenBufferSize_(stdout, @NewSize)
Input()
- Sat Apr 02, 2011 1:41 am
- Forum: Coding Questions
- Topic: Resize Console Buffer
- Replies: 9
- Views: 2517
Resize Console Buffer
I have a program that runs with the OpenConsole() command and i would like to get rid of the scroll bar on the side.
I have read around for awhile about how to remove the scroll bar and has been the result of resizing the buffer to 80x24.
The problem is i can't seem to implement the resize in ...
I have read around for awhile about how to remove the scroll bar and has been the result of resizing the buffer to 80x24.
The problem is i can't seem to implement the resize in ...
- Sat Nov 07, 2009 8:04 am
- Forum: Applications - Feedback and Discussion
- Topic: Release: Talk 2 Me [Version 1.9]
- Replies: 2
- Views: 2310
Re: Release: Talk 2 Me [Version 1.9]
Sorry about the broken download link:
Here is a new one: http://www.mediafire.com/download.php?m325xqgmnyy
Here is a new one: http://www.mediafire.com/download.php?m325xqgmnyy
- Fri Oct 30, 2009 9:50 am
- Forum: Coding Questions
- Topic: How can I make my program handle arugments!?
- Replies: 1
- Views: 595
How can I make my program handle arugments!?
Please help.
I really would like to know how to make my program read switches/arugments that can be lauched with batch programs. heres what I mean:
My batch program:
MyProgram.exe -option1 setting1
I would like to know if it is possiable to be able to tell if the user has defined : setting1 ...
I really would like to know how to make my program read switches/arugments that can be lauched with batch programs. heres what I mean:
My batch program:
MyProgram.exe -option1 setting1
I would like to know if it is possiable to be able to tell if the user has defined : setting1 ...
- Tue Sep 29, 2009 10:31 pm
- Forum: Coding Questions
- Topic: Make Process w/ Window get Set Focus.
- Replies: 0
- Views: 602
Make Process w/ Window get Set Focus.
I wanted to ask a question on how to make a window get focus via it system process name.
Theory:
#1 FilePath_Name.s gets set from a read of an INI file
#2 The first segment of the loop starts reading all windows that are open and gives them to Temp.s
Temp.s=WindowsEnum()
If Temp=""
Break ...
Theory:
#1 FilePath_Name.s gets set from a read of an INI file
#2 The first segment of the loop starts reading all windows that are open and gives them to Temp.s
Temp.s=WindowsEnum()
If Temp=""
Break ...
- Sun Sep 27, 2009 9:56 pm
- Forum: Applications - Feedback and Discussion
- Topic: Release: Talk 2 Me [Version 1.9]
- Replies: 2
- Views: 2310
Release: Talk 2 Me [Version 1.9]
I'm relasing my Talk 2 Me app. :D
What I does is it opens a console panel and you can ask it phrases and it will respond.
http://4.bp.blogspot.com/_Xdh9ezKhk2o/Sr_O9Cg22NI/AAAAAAAAABQ/sX7xclbOXNY/s400/Talk2Me_Screenshot.bmp
Talk 2 Me Command Window.
http://rapidshare.com/files/285802464 ...
What I does is it opens a console panel and you can ask it phrases and it will respond.
http://4.bp.blogspot.com/_Xdh9ezKhk2o/Sr_O9Cg22NI/AAAAAAAAABQ/sX7xclbOXNY/s400/Talk2Me_Screenshot.bmp
Talk 2 Me Command Window.
http://rapidshare.com/files/285802464 ...