Search found 54 matches

by FreeThought
Sun Jan 04, 2009 10:10 pm
Forum: Coding Questions
Topic: mdi question
Replies: 2
Views: 1120

Thanks a lot for the tip, wish you happy year.
by FreeThought
Sun Jan 04, 2009 3:57 pm
Forum: Coding Questions
Topic: mdi question
Replies: 2
Views: 1120

mdi question

when child windows are minimized ,if I maximize the frame window , child windows remain in their original minimized position. is there a way to have them a just each time frame window change size while they are in their minimized position . Thanks
Best Regards
by FreeThought
Mon Jul 02, 2007 11:47 am
Forum: Off Topic
Topic: If Muslim + Buddhist = Love : ProcedureReturn...
Replies: 48
Views: 8246

politics, religion, and football , shouldn't be debated here , no agreement will ever be reached. your friend should read all he can about the matter , then make the decision him self.

Ft.
by FreeThought
Sat Jun 16, 2007 9:52 am
Forum: General Discussion
Topic: RunProgram error(solved thank you)
Replies: 13
Views: 2989

it works now in all cases, what I did is to copy my 4.02 folder to another folder instead of installing new 4.02 to an another . updated it .

many thanks to everyone tried to help.
by FreeThought
Fri Jun 15, 2007 12:47 pm
Forum: General Discussion
Topic: RunProgram error(solved thank you)
Replies: 13
Views: 2989

well, as I noted above if create threadsafe executable is unchecked,and debugger is on then i get the following msg when compiling:

PureBasic_Compilation0.exe has encountered a problem and needs to close.


(windows xp sp1 4.10b2)
by FreeThought
Thu Jun 14, 2007 7:18 pm
Forum: General Discussion
Topic: RunProgram error(solved thank you)
Replies: 13
Views: 2989

@codemaniac
Thanks for testing this . truly appreciate it .please note (threadsafe unchecked).
by FreeThought
Thu Jun 14, 2007 7:01 pm
Forum: General Discussion
Topic: RunProgram error(solved thank you)
Replies: 13
Views: 2989

RunProgram error(solved thank you)

Code: Select all

CalcID = RunProgram("Calc.Exe", "", "", #PB_Program_Open)
Debug CalcID
CloseProgram(CalcID )
I have an error on compiling the above code with debugger on,on 4.10b2, any one having the same problem or just me.(probably my setup).
by FreeThought
Thu Jun 14, 2007 4:48 pm
Forum: General Discussion
Topic: Error on compiling with 4.10 beta 2
Replies: 8
Views: 1951

Thanks freak that did it.thank you all for trying to help.
by FreeThought
Thu Jun 14, 2007 3:21 pm
Forum: General Discussion
Topic: Error on compiling with 4.10 beta 2
Replies: 8
Views: 1951

Yes, and added to preference
by FreeThought
Thu Jun 14, 2007 3:09 pm
Forum: General Discussion
Topic: Error on compiling with 4.10 beta 2
Replies: 8
Views: 1951

true
by FreeThought
Thu Jun 14, 2007 2:39 pm
Forum: General Discussion
Topic: Error on compiling with 4.10 beta 2
Replies: 8
Views: 1951

anything , ex. debug "ok", or ok=1
by FreeThought
Thu Jun 14, 2007 2:02 pm
Forum: General Discussion
Topic: Error on compiling with 4.10 beta 2
Replies: 8
Views: 1951

Error on compiling with 4.10 beta 2

I install 4.02 on C:\purebasic\, and downloaded the update for 4.10 beta 2, but on compiling it gives this error:The following subsystem can't be found:C:\purebasic\subsystems.

Thanks.
by FreeThought
Tue Jun 12, 2007 12:19 pm
Forum: Tricks 'n' Tips
Topic: Win API: Add a control to an unowned application
Replies: 21
Views: 9545

Hi shardik
in the code you presented if i want to "debug winhandle", it only works on 4.10 with threadsafe option is on , but works fine on 4.02. am I missing anything.
by FreeThought
Tue Jun 12, 2007 10:07 am
Forum: Tricks 'n' Tips
Topic: Win API: Add a control to an unowned application
Replies: 21
Views: 9545

works nicely on 4.10 , Thanks for the code. :)
by FreeThought
Wed Feb 21, 2007 4:29 am
Forum: Coding Questions
Topic: need help please
Replies: 2
Views: 1395

Thanks for responding.
I believe the correct way is as follow:

vdst.VARIANT
vsrc.VARIANT

vsrc\date=Date()

VariantChangeTypeEx_(@vdst,@vsrc,lcid.l,flag,vt.w)


the only thing I amn't sure of is the vsrc\date=Date(),but I think is correct.
please note lcid =locale id,flag=type of calander(in my ...