Search found 10 matches

by marlo
Sun Dec 05, 2004 5:24 am
Forum: Coding Questions
Topic: Simple way to get window handle?
Replies: 4
Views: 1542

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 ...
by marlo
Sat Dec 04, 2004 5:33 am
Forum: Coding Questions
Topic: Simple way to get window handle?
Replies: 4
Views: 1542

Thanks PB!

If the other program call my PB app by parameter as for example
the window handle number can i use the same API command FindWindow?

Another, and last>

How can i ,if is possible , move ,change the text ,of any object in the external window app, if this app send to my PB app the handle ...
by marlo
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?
by marlo
Sat Aug 07, 2004 7:13 am
Forum: Coding Questions
Topic: Powerbasic to Purebasic
Replies: 4
Views: 3125

Thanks Doobrey, you are my only support here. This is the C example:


#include <wtypes.h>

//******Neobook Interface Function - Do not edit*******************
/**/const BYTE ACTIONPARAM_NONE = 0;
/**/const BYTE ACTIONPARAM_ALPHA = 1;
/**/const BYTE ACTIONPARAM_ALPHASP = 2;
/**/const BYTE ...
by marlo
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 ...
by marlo
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 ...
by marlo
Tue Aug 03, 2004 4:27 pm
Forum: Coding Questions
Topic: Please Help!
Replies: 4
Views: 1747

Thanks Doobrey for your help!
by marlo
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 ...
by marlo
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 ...
by marlo
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