Search found 11 matches: level4

Return to advanced search

Re: Sudoku with fwh

... I made this evening the resolve functions with some methods I saw the functions are good for the sudoku level 1,2,and 3 but from level4 i have some hard problems it is dtrange because on dos (clipper 52E ) the function s are good also on level6 notice : the rule of sudoku is to ...
by Silvio.Falconi
Sat Jan 17, 2015 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8143

Re: Bitmap on listbox

... x 32 ReadBitmap( 0, CurDir() +"\Level2.bmp" ), ; ReadBitmap( 0, CurDir() +"\Level3.bmp" ), ; ReadBitmap( 0, CurDir() +"\Level4.bmp" ),; ReadBitmap( 0, CurDir() +"\Level5.bmp" ) } instead of this aHBitMaps:= { LoadBitmap( GetResources(), "Level1" ...
by Silvio
Thu Aug 13, 2009 2:48 pm
 
Forum: FiveWin for Pocket PC
Topic: Bitmap on listbox
Replies: 8
Views: 1773

Re: FOLDER CLASS BUG

... x 32 ReadBitmap( 0, CurDir() +"\Level2.bmp" ), ; ReadBitmap( 0, CurDir() +"\Level3.bmp" ), ; ReadBitmap( 0, CurDir() +"\Level4.bmp" ),; ReadBitmap( 0, CurDir() +"\Level5.bmp" ) } USE ( CurDir() + "\Clientes" ) VIA "DBFCDX" if RecCount() ...
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1018

Re: compile error

... x 32 ReadBitmap( 0, CurDir() +"\Level2.bmp" ), ; ReadBitmap( 0, CurDir() +"\Level3.bmp" ), ; ReadBitmap( 0, CurDir() +"\Level4.bmp" ),; ReadBitmap( 0, CurDir() +"\Level5.bmp" ) } USE ( CurDir() + "\Clientes" ) VIA "DBFCDX" if RecCount() ...
by Silvio
Wed May 06, 2009 8:27 pm
 
Forum: FiveWin for Pocket PC
Topic: compile error
Replies: 6
Views: 1411

tsbutton or btnbmp ?

I must use a control type tsbutton on fwppc because I must change bitmap on buttom ( level1,level2,level3, level4)
How I can make ?
I cannot compile tsbutton on fwppc and the btnbmp class for fwppc not have this possibilities.
by Silvio
Wed Apr 22, 2009 9:53 am
 
Forum: FiveWin for Pocket PC
Topic: tsbutton or btnbmp ?
Replies: 2
Views: 426

OT: free demo-maker

... boxes, etc. Very flexible and powerful. If you want to see an example of one way that I'm using it, click on... http://www.leadersoft.com/Demos/C-level4.htm To download the free Wink 2.0 app go to... http://www.debugmode.com/Wink/ - Roger
by Roger Seiler
Fri Jan 02, 2009 12:40 am
 
Forum: Utilities / Utilidades
Topic: OT: free demo-maker
Replies: 0
Views: 778

Trate de Adecuarlo pero me marca error

... ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "..\bitmaps\Level2.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level3.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level4.bmp" ),; ReadBitmap( 0, "..\bitmaps\Level5.bmp" ) } aXDts := {"5","40","30","30","5","40","13","20","12","1","3","12" } USE Cat_cli if RecCount() ...
by Ruben
Tue Mar 04, 2008 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Inkey y BKEYDOWN
Replies: 7
Views: 1869

Problema con Inkey y BKEYDOWN

... ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "..\bitmaps\Level2.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level3.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level4.bmp" ),; ReadBitmap( 0, "..\bitmaps\Level5.bmp" ) } aXDts := {"5","40","30","30","5","40","13","20","12","1","3","12" } USE Cat_cli if RecCount() ...
by Ruben
Mon Mar 03, 2008 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Inkey y BKEYDOWN
Replies: 7
Views: 1869

Excelente Patricio

... ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "..\bitmaps\Level2.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level3.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level4.bmp" ),; ReadBitmap( 0, "..\bitmaps\Level5.bmp" ) } aXDts := {"4","30","30","10","6","10","12","10","6","3","10" } // WHEN .F. al final USE Cat_cli ...
by Ruben
Fri Feb 22, 2008 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON ON CHANGE
Replies: 4
Views: 1141

PROBLEMA CON ON CHANGE

... ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "..\bitmaps\Level2.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level3.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level4.bmp" ),; ReadBitmap( 0, "..\bitmaps\Level5.bmp" ) } aXDts := {"4","30","30","10","6","10","12","10","6","3","10" } // WHEN .F. al final USE Cat_cli ...
by Ruben
Fri Feb 22, 2008 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON ON CHANGE
Replies: 4
Views: 1141

NO FUNCIONA?

... ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "ima\Level2.bmp" ), ; ReadBitmap( 0, "ima\Level3.bmp" ), ; ReadBitmap( 0, "ima\Level4.bmp" ), ; ReadBitmap( 0, "ima\Level5.bmp" ), ; ReadBitmap( 0, "ima\Level6.bmp" ), ; ReadBitmap( 0, "ima\Level7.bmp" ...
by AIDA
Sat Jan 13, 2007 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Como se meter un RC en un EXE
Replies: 5
Views: 1960

Return to advanced search