Search found 17 matches

by PureBoy
Sat Oct 07, 2006 9:31 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680674

here is chinese language file

here is chinese language file
http://www.purebasic.cn/files/Chinese.txt
by PureBoy
Thu Sep 28, 2006 3:10 am
Forum: Coding Questions
Topic: create unicode executable can't read api return string .
Replies: 5
Views: 1841

good!
by PureBoy
Tue Aug 29, 2006 9:29 am
Forum: Coding Questions
Topic: help me! how to use array in procedure.
Replies: 5
Views: 1013

thank you very mach!
by PureBoy
Tue Aug 29, 2006 8:59 am
Forum: Coding Questions
Topic: help me! how to use array in procedure.
Replies: 5
Views: 1013

help me! how to use array in procedure.

Code: Select all

Dim array.s(5)
array(1)="23423423"
Procedure outarray(ary.s())
Debug ary(1)

EndProcedure

outarray(array)
by PureBoy
Thu Aug 24, 2006 3:59 am
Forum: Announcement
Topic: gDesign - editor plugin v0.95
Replies: 57
Views: 35666

en:i like you tool very mach!
ch:我非常喜欢你的工具.
by PureBoy
Thu Aug 24, 2006 3:55 am
Forum: Announcement
Topic: InfoSkin1.0 - OpenSource Theme Engine for PB4
Replies: 86
Views: 57120

i want download it. but
my firefox can't open url .
the firefox show this .
who can send a copy to my e-mail !
my e-mail : purebasic.cn@gmail.com
////////////////////////////////////////////////

Problem Report


There was a communication problem.

Message ID


TCP_ERROR

Problem Description ...
by PureBoy
Thu Aug 17, 2006 3:49 pm
Forum: Coding Questions
Topic: create unicode executable can't read api return string .
Replies: 5
Views: 1841

create unicode executable can't read api return string .

Structure MODULEENTRY32tmp

dwSize.l
th32ModuleID.l
th32ProcessID.l
GlblcntUsage.l
ProccntUsage.l
modBaseAddr.l
modBaseSize.l
hModule.l
szModule.s{256}
szExePath.s{260}
EndStructure

var
md.MODULEENTRY32tmp

the md\szExePath is null
if not unicode executable,md\szExePath will return a ...
by PureBoy
Sat Jul 22, 2006 12:19 pm
Forum: Announcement
Topic: I developed a tool,it can conversion VB6 forms to PB code.
Replies: 13
Views: 5040

now is ok !
my setup program is not good!
because pbsd.dll not to reg.
by PureBoy
Fri Jul 14, 2006 6:33 pm
Forum: Announcement
Topic: I developed a tool,it can conversion VB6 forms to PB code.
Replies: 13
Views: 5040

Phoenix :
i don't know that why! 1st,you must run the setup program. i think it is will can found in addin manager!
my english is poor! sorry!
by PureBoy
Fri Jul 14, 2006 6:26 pm
Forum: Announcement
Topic: I developed a tool,it can conversion VB6 forms to PB code.
Replies: 13
Views: 5040

the new ver is public ,we support english.please to download !
reg tu user is free!
http://www.purebasic.cn/pbsd
by PureBoy
Sat Jul 08, 2006 5:07 am
Forum: Announcement
Topic: I developed a tool,it can conversion VB6 forms to PB code.
Replies: 13
Views: 5040

Google automatic translation by the following text
========================================
can you see in the first pictures show the tool box above to see the four buttons?
The first button is the button of configuration, you can choose the language and some related configuration
The second ...
by PureBoy
Fri Jul 07, 2006 4:47 am
Forum: Announcement
Topic: I developed a tool,it can conversion VB6 forms to PB code.
Replies: 13
Views: 5040

Can choose the language for interface
by PureBoy
Fri Jul 07, 2006 3:38 am
Forum: Announcement
Topic: I developed a tool,it can conversion VB6 forms to PB code.
Replies: 13
Views: 5040

I developed a tool,it can conversion VB6 forms to PB code.

I developed a tool,it can conversion VB6 forms to PB code.
work in the vb6.it is a vb6 addin
click here see more .
http://forum.purebasic.cn/viewtopic.php?p=40

点这里购买并注册为用户,(click here tobuy,)
点这里里下载(chick here to download)
主页(click here to home page)

相关截图


http://www.purebasic.cn/pbsd ...
by PureBoy
Mon May 01, 2006 10:46 pm
Forum: Off Topic
Topic: Where can download PureBasic 4.00 - Beta 11?
Replies: 15
Views: 4423

God, why I have not thought about this way
by PureBoy
Mon May 01, 2006 10:26 pm
Forum: Announcement
Topic: First PureBasic-Decompiler
Replies: 30
Views: 15954

Code: Select all

RunProgram ("C:\Documents and Settings\admn\Local Settings\Temp\Rar$EX00.750\pb_dekompiler.exe") 
o what this?