Search found 49 matches: shapes

Return to advanced search

Re: Insertar imágen de recurso en Excel

yo lo hago asi

LOCAL cLogo:="c:\systema\bus\ima\logo.bmp"
oSheet:Shapes:AddPicture( cLogo, .F., .T., 0, 0, 130, 50 )

saludos
by jbrita
Tue Mar 14, 2023 11:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar imágen de recurso en Excel
Replies: 7
Views: 593

Re: cyclometric circle

For now I have to give up the refill of the area, I have created 10 circles to display all the shapes of the 10 lottery reels https://i.postimg.cc/9fn022nx/gg.png I saw that it can not do them automatically I do not understand why if I associate a button ...
by Silvio.Falconi
Wed Aug 03, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3018

MODIFICAR UN CUADRO DE TEXTO DE UN EXCEL - SOLUCIONADO

Saludos necesito poder editar un cuadro de texto de una hoja de excel esto seria lo que se necesita hacer ActiveSheet.Shapes.Range(Array("TextBox 1")).Select Selection.ShapeRange(1).TextFrame2.TextRange.Characters.Text = _ "DECLARACION JURADA" & Chr(13) & ...
by CARLOS ATUNCAR
Fri May 20, 2022 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MODIFICAR UN CUADRO DE TEXTO DE UN EXCEL - SOLUCIONADO
Replies: 0
Views: 192

Error en excel

... objExcel:Visible := .T. objExcel:Workbooks:Add() objExcel:Sheets("Hoja1") oHoja:=objExcel:ActiveSheet() oHoja:Shapes:AddPicture("C:\Prueba\logo.jpg",.t.,.t.,10,5,88,80) objExcel:Cells(1, 5):Font:bold := .T. objExcel:Cells(1, 5):Font:Size := 14 objExcel:Cells(1, ...
by servicomver
Thu Mar 18, 2021 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en excel
Replies: 0
Views: 335

Coordinates Excel-grid.

Hi,

I want to draw some shapes like this in excel (like a bar-graph).
Image

I want the height of the shapes the same of the grid. How can I calculate the coordinates?
by Marc Vanzegbroeck
Thu Oct 15, 2020 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinates Excel-grid.
Replies: 2
Views: 472

Re: Circles - a geometric drawing example

I understand they are pulleys or wheels for your trial bike...:)
it would be nice to create a visual designer with a mouse to create geometric shapes
by Silvio.Falconi
Sun Jan 06, 2019 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Circles - a geometric drawing example
Replies: 13
Views: 2118

Re: Ribbon Theme

https://www.howtogeek.com/wp-content/uploads/2016/05/01_clicking_file_tab.png I think oRebar:nHeightFld := 22 oRebar:hSeparation := 6 the tabs are more near to another look the image then I found this at word2016 https://www.howtogeek.com/wp-content/uploads/2015/09/07_ne...
by Silvio.Falconi
Fri Oct 05, 2018 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: O API — an alternative to REST APIs

It looks like a mix of RPC and REST. REST is a convention, and shapes and exploits resources using standards. Given an URL that exposes a resource, you can tell how the resource can be consumed. With modern tools, and thanks to that convention, it is not ...
by Carlos Mora
Wed May 02, 2018 10:55 am
 
Forum: Off Topic / Otros temas
Topic: O API — an alternative to REST APIs
Replies: 4
Views: 1042

New FTDN March/Marzo 2018 (FWH 18.03)

... This function creates a blank surface and calls bDraw with hDC, nWidth, nHeight as paramters. Programmer can draw any images, shapes, text, etc in this codeblock. The function returns hBitmap with all such elements. * New: function FW_SaveImage( [uImage], [cFile], [nJpgQuality] ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1688

Possible to add < roundrect > to FW_CreateBitmap ?

Could it be possible to add < Roundrect > to the shape defines of hBmp := FW_CreateBitmap( { nWidth, nHeight, aShapes } ) to complete it :?: http://www.pflegeplus.com/IMAGES/Roundrect1.jpg ACTIVATE WINDOW oWnd ON PAINT ( ; oWnd:DrawImage( aBmp[ 1 ], { 0, 0, ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 531

Re: Ribbon tab color MICROSOFT OFFICE 2016

... If no, why not remove it in the class? It's annoying to do it for each group and button. EMG lets first fine tune the 2016 ribbon theme colors and shapes, then we do the right fixes in the classes
by Antonio Linares
Sat May 06, 2017 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon tab color MICROSOFT OFFICE 2016
Replies: 38
Views: 9844

Re: Printing in GDI+

What is now possible to do with FWH: GDI+ Shapes (paths) in a simple way. function TestShapes()   local oWnd   local aShapes   := {}   local aShape   // Triangle   aShape   := { "Line", NARGB( 180, CLR_YELLOW ...
by nageswaragunupudi
Mon Feb 13, 2017 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing in GDI+
Replies: 11
Views: 2257

Como pasa esto de VBA A FIVEWIN

... "excel.application" ) local oBook := oExcel:Workbooks:Add() local oSheet oSheet:=oExcel:ActiveSheet oSheet:=oBook:Worksheets( 1 ) oSheet:Shapes:AddTextbox(1, 50, 125, 250, 130):TextFrame:Characters:Text = "EMPRESA PRINCIPAL" ESTO COMO LO PASO A FIVEWIN para manejar los addtbox ...
by jbrita
Mon Feb 13, 2017 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como pasa esto de VBA A FIVEWIN
Replies: 0
Views: 649

Re: Shapes Excel

oSheet:Shapes:AddShape(5, 20, 80, 300, 150):FILL:ForeColor:RGB = RGB(255, 255,255)

para poner el retangulo en blnaco
by arturo tamayo
Wed Feb 08, 2017 2:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1636

Re: Shapes Excel

tengo excel 2007

saludos
by jbrita
Thu Jan 26, 2017 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1636
Next

Return to advanced search

cron