Great PB, simply:
I have one app made by another programming language and call
my PB app, then i need that my PB app can use only the Window of
that application ,and the objects in it ,buttons,text,etc, in few word, my PB APP can control and even, if is possible, create or modify objects on ...
Search found 10 matches
- Sun Dec 05, 2004 5:24 am
- Forum: Coding Questions
- Topic: Simple way to get window handle?
- Replies: 4
- Views: 1542
- Sat Dec 04, 2004 5:33 am
- Forum: Coding Questions
- Topic: Simple way to get window handle?
- Replies: 4
- Views: 1542
- Fri Dec 03, 2004 6:10 pm
- Forum: Coding Questions
- Topic: Simple way to get window handle?
- Replies: 4
- Views: 1542
Simple way to get window handle?
I try to make something in PB to draw,change text,or move things in external window app made by another language,wich is the simple way to get the external window app?
- Sat Aug 07, 2004 7:13 am
- Forum: Coding Questions
- Topic: Powerbasic to Purebasic
- Replies: 4
- Views: 3125
- Fri Aug 06, 2004 3:34 pm
- Forum: Coding Questions
- Topic: Powerbasic to Purebasic
- Replies: 4
- Views: 3125
Powerbasic to Purebasic
I try to convert in my little experience this powerbasic to Purebasic> Is for a dll used as a plugin by neobook,but i need help ,please:
First the powerbasic code>
%USEMACROS = 1
$PLUGIN_TITLE = "COM Communication for NeoBook"
$PLUGIN_AUTHOR = "Author"
$PLUGIN_INFO = "Allows interaction with COM ...
First the powerbasic code>
%USEMACROS = 1
$PLUGIN_TITLE = "COM Communication for NeoBook"
$PLUGIN_AUTHOR = "Author"
$PLUGIN_INFO = "Allows interaction with COM ...
- Tue Aug 03, 2004 9:54 pm
- Forum: Coding Questions
- Topic: Converting power to Purebasic code
- Replies: 0
- Views: 957
Converting power to Purebasic code
I try to convert in my little experience this powerbasic to Purebasic> Is for a dll used as a plugin by neobook,but i need help ,please:
First the powerbasic code>
%USEMACROS = 1
$PLUGIN_TITLE = "COM Communication for NeoBook"
$PLUGIN_AUTHOR = "Author"
$PLUGIN_INFO = "Allows interaction with COM ...
First the powerbasic code>
%USEMACROS = 1
$PLUGIN_TITLE = "COM Communication for NeoBook"
$PLUGIN_AUTHOR = "Author"
$PLUGIN_INFO = "Allows interaction with COM ...
- Tue Aug 03, 2004 4:27 pm
- Forum: Coding Questions
- Topic: Please Help!
- Replies: 4
- Views: 1747
- Mon Aug 02, 2004 2:10 pm
- Forum: Coding Questions
- Topic: Please Help!
- Replies: 4
- Views: 1747
how?
This lines are > ProcedureDLL,Estructure, or What in Purebasic?
DECLARE SUB AddActionProcType(BYVAL IDNum AS LONG, BYREF zName AS ASCIIZ, BYREF Hint AS ASCIIZ, BYREF Params AS ASCIIZ) ' , ByVal NumParams As Byte)
DECLARE SUB AddFileProcType(BYREF s AS ASCIIZ, BYVAL AddFlag AS LONG)
DECLARE SUB ...
DECLARE SUB AddActionProcType(BYVAL IDNum AS LONG, BYREF zName AS ASCIIZ, BYREF Hint AS ASCIIZ, BYREF Params AS ASCIIZ) ' , ByVal NumParams As Byte)
DECLARE SUB AddFileProcType(BYREF s AS ASCIIZ, BYVAL AddFlag AS LONG)
DECLARE SUB ...
- Mon Aug 02, 2004 12:12 am
- Forum: Coding Questions
- Topic: Please Help!
- Replies: 4
- Views: 1747
Please Help!
Hi all, can you help me to convert this powerbasic code to Purebasic? Its to make DLLs used as plugins, i think this be possible ,if its possible in powerbasic , this is only a interface for plugins>
#INCLUDE "WIN32API.INC"
' ****************** Interface Functions DO NOT MODIFY ...
#INCLUDE "WIN32API.INC"
' ****************** Interface Functions DO NOT MODIFY ...
- Fri Jul 30, 2004 8:49 pm
- Forum: Coding Questions
- Topic: Linker error on FlashLib
- Replies: 0
- Views: 641
Linker error on FlashLib
I try the FlashLib to create SWF files using the demo file that comes with the package,but when compile i has this error message:
PUREBASIC LINKER ERROR
"TB Temp\Function.text undefined reference to PB_PeekS"
Txs for any help
PUREBASIC LINKER ERROR
"TB Temp\Function.text undefined reference to PB_PeekS"
Txs for any help