Search found 254 matches: book

Return to advanced search

... local oWnd, oBmp, oBmp1, hBitmap DEFINE WINDOW oWnd TITLE "Text on a bitmap" hBitmap := ReadBitmap( 0, "..\bitmaps\book.bmp" ) @ 1, 1 BITMAP oBmp FILENAME "..\bitmaps\magic.bmp" OF oWnd oBmp:bPainted = { || PaintTransparent( ...
by Antonio Linares
Sat Nov 25, 2006 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint a transparent bitmap on a bitmap ?
Replies: 2
Views: 930

How to paint a transparent bitmap on a bitmap ?

... CLR_YELLOW ),; TextOut( oBmp:hDC, 5, 5, "Hello" ) } @ 2, 1 BITMAP oBmp1 FILENAME "..\bitmaps\book.bmp" OF oBmp NO BORDER ACTIVATE WINDOW oWnd RETURN NIL The Result is : http://img82.imageshack.us/img82/2721/bmponbmpvp4.th.jpg ...
by RAMESHBABU
Sat Nov 25, 2006 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint a transparent bitmap on a bitmap ?
Replies: 2
Views: 930

How to use Free TWAIN_32.dll

Hello ! I found for twain driver at : http://nt.twain.org/database/search.asp many files there for use with application But all code written with C : /* * File: scanner.c * Company: TWAIN Working Group, JFL Peripheral Solutions Inc. * Author: Jon Harju * Description: * Simulates basic scanner operat...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1730

Maurilio, > Now I'm reading a book named About Face. This book says about user interface, avoid error messages, best practices of design etc. Well, I'm really glad to hear that. About Face is my most valued programming book. I have applied ...
by James Bott
Wed Jul 19, 2006 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My own balloons (like password caps lock on balloon)
Replies: 5
Views: 1433

James, thanks for your words. Now I'm reading a book named About Face. This book says about user interface, avoid error messages, best practices of design etc.
And I'm trying to get it from book's page and apply in "real life".

Best regards
Maurilio
by Maurilio Viana
Wed Jul 19, 2006 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My own balloons (like password caps lock on balloon)
Replies: 5
Views: 1433

... Windows recognizes the EXE even if you rename it. Another major difference between them, as explained in Charles Petzold "Programming Windows" book, is that a DLL uses the DATA segment of the EXE that calls the DLL, thats why a DLL can attend multiple EXEs simultaneously.
by Antonio Linares
Sun Jul 16, 2006 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with new buildhd.bat
Replies: 10
Views: 2348

Ma scusa ti rendi conto che noi stiamo parlando di un grafico per una soa linea mentre in un road book ci sono centinaia e centinaia di linee ?
Lo hai visto mai un roadbook ?
by Silvio
Wed May 10, 2006 9:30 pm
 
Forum: All products support
Topic: CREAZIONE RADAR PER RALLY
Replies: 50
Views: 22222

Road Book creation

I must create a program to create a roadbook page for Rallye To understand my problem I can give You a picture http://hyperupload.com/download/011ac2f727/esempio-roadbook.jpg.html On First column thereis the total ans partial km On Second column there are some symbol and the direction to follow On t...
by Silvio
Wed Apr 26, 2006 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Road Book creation
Replies: 9
Views: 2661

Ultra Mobile PC

... keyboard. And twice as much as PDA-style devices, which turn on in a second or two. UMPCs were trailed as having the form factor of "a paperback book". But few paperbacks weigh as much as 2lbs, and are too large for the pocket. Roman
by modicr
Thu Mar 09, 2006 11:17 am
 
Forum: Off Topic / Otros temas
Topic: Ultra Mobile PC
Replies: 1
Views: 863

Dale, I will consider writing something up on validation. You can get a lot of this from Alan Cooper's book. As exepected, Exel style will be liked by accountants, because they are used to it. That doesn't make it the best method of collecting data. The basic concepts of good ...
by James Bott
Fri Feb 24, 2006 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7158

... think about the logic of what I am trying to do and when I get there maybe you can be of help. I highly recommend getting a copy of Alan Cooper's book "About Face 2.0, The Essentials of Interaction Design." This will help a lot. Regards, James
by James Bott
Thu Feb 23, 2006 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7158

... me, or I have misunderstood you, but let me state clearly that I feel that cosmetic issues ARE important. They say you shouldn't judge a book by its cover, but everyone does. If your application looks amateurish, then users will think it works the same way. Alternately, if it looks polished ...
by James Bott
Tue Feb 21, 2006 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Thanks for the excellent support!
Replies: 6
Views: 1439

Richard, Daniel, Dante & Otto - The kind of collaboration you fellows are hinting at reminds me of a terrific book I just read by Tom Friedman of the New York Times entitled "The World Is Flat." Especially relevant are his chapters on open source software development, out-sourcing ...
by Roger Seiler
Thu Jan 19, 2006 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Floor Plan restaurant images
Replies: 4
Views: 1418

To the Both two repliers

... dnam := space(40) local dpho := space(10) Local oCombo:=CARGACOMBO( .f., "CUST",1,"cu_Name" ) select 1 use cust DEFINE DIALOG oDlg TITLE "Phone Book" FROM 0, 0 TO 23, 79 @ 1, 2 SAY "Number:" OF oDlg @ 1, 6 GET oGet VAR dnum OF oDlg SIZE 20, 12 PICT "9999" @ 2, 2 SAY "Date:" OF oDlg @ 2, 6 GET ...
by Ehab Samir Aziz
Sat Nov 12, 2005 10:58 am
 
Forum: FiveWin for CA-Clipper
Topic: Combo Box and DBF fields
Replies: 5
Views: 1961
Previous

Return to advanced search