Search found 24 matches: contexthelp

Return to advanced search

Re: DIALOG NOCAPTION no funciona con XIMAGE

// RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL PACIENTE_FICHA DIALOG DISCARDABLE 119, 121, 559, 410 STYLE WS_CHILD|DS_3DLOOK|WS_SYSMENU|WS_VISIBLE...
by Willi Quintana
Wed Oct 12, 2022 1:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG NOCAPTION no funciona con XIMAGE
Replies: 17
Views: 1506

Re: Autoget desde Recursos

Karinha Aquí un ejemplo para que pruebe; primero el recurso // RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_SPANISH,SUBLANG_SPANISH_ECUADOR AUTOGET DIALOGEX DISCARDABLE 6,...
by nanoespinoza
Wed Jul 26, 2017 4:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Autoget desde Recursos
Replies: 18
Views: 3469

Re: (Soluc xEdit.) Gracias Postinelli,Valdenebro,Carlos Mora

Hola buenas tardes, esperando que se encuentren bien,les envio cordial saludos. Hola Postinelli y Valdenebro, me dirijo a ustedes,ya que usan la herramienta de xEdit 3.2.0 ,y con sus experiencias de usar y configurar misma herramienta,que estoy seguro que al igual usa recursos Pelles C . Ando atorad...
by ACC69
Tue Jul 08, 2014 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Re: (Soluc xEdit.) Gracias Postinelli,Valdenebro,Carlos Mora
Replies: 17
Views: 4335

Re: to use xbrowse in dialog

this is: // RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_ITALIAN,SUBLANG_ITALIAN PROVA DIALOGEX FIXED IMPURE 6, 18, 310, 186 STYLE DS_SHELLFONT|WS_POPUP|DS_MODALFRAME|DS_C...
by damianodec
Sun Jan 19, 2014 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to use xbrowse in dialog
Replies: 12
Views: 2049

Re: How to convert .rc to .res

Eddie,

Please change it like this:

STYLE WS_POPUP|DS_MODALFRAME|DS_CONTEXTHELP|WS_CAPTION|WS_SYSMENU|WS_VISIBLE
by Antonio Linares
Tue Apr 17, 2012 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert .rc to .res
Replies: 27
Views: 6070

Re: How to convert .rc to .res

My .rc file with line number. 1// RESOURCE SCRIPT generated by "Pelles C for Windows, version 6.50".23#include <windows.h>4//#include <commctrl.h>5//#include <richedit.h>6#include "DPROG2.h"78LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US910INIT_PASS DIALOGEX DISCARD...
by eddielum
Tue Apr 17, 2012 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert .rc to .res
Replies: 27
Views: 6070

How to convert .rc to .res

How to convert .rc to .res This is my first program include .rc files. I use Pelles C (replace my Borland Workshop 4.5) and build up a new .dll files. (It includes .h / .ppj / .ppx / .rc / .tag 5 files) and i try to compile with test.mak My test.mak file: #Borland make sample, (c) FiveTech Software ...
by eddielum
Mon Apr 16, 2012 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert .rc to .res
Replies: 27
Views: 6070

Redefine GET spinner

Version sept-2009 The get is normal (not spinner) #include "fivewin.ch"FUNCTION MAIN()LOCAL oDlgLOCAL oGet, nGet := 1DEFINE DIALOG oDlg RESOURCE "DIALOGO"REDEFINE GET oGet VAR nGet ID 101 OF oDlgACTIVATE DIALOG oDlg CENTERRETURN NIL  The get is normal the .res progra...
by MarcoBoschi
Wed Jan 04, 2012 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Redefine GET spinner
Replies: 1
Views: 573

Re: Recurso no cambia de nombre en Pelles C

George: Borre todos los archivos y cree un nuevo admin.res al cual le agregue un Dialog (#1001), el cual cambie el nombre por PRODUCTO y redimensione sin problemas. Pude compilar y el dialogo se mostro bien. El problema es que no me graba los cambios a ese dialogo y aunque aparentemente agrega un nu...
by Compuin
Tue Jan 25, 2011 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recurso no cambia de nombre en Pelles C
Replies: 8
Views: 1018

Re: Dialogos desde Codigo o Recursos...ventajas

El Dialog es llamado desde una opcion del Menu Principal FUNCTION FECHA() LOCAL oDlgFECHA // Diálogo en que se presenta la edición DEFINE DIALOG oDlgFecha RESOURCE "Fecha" ACTIVATE DIALOG oDlgFecha CENTERED RETURN NIL Esto seria el .RC de la ventana "Fecha" // RESOURCE SCRIPT gen...
by Compuin
Tue Jan 04, 2011 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos desde Codigo o Recursos...ventajas
Replies: 7
Views: 1331

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

After a long time I had again a look into re.prg. I changed the code to get the ID of the control into the dialog. But I can’t find out how to do with comboboxes. It would also be fine to have the caption of the says. The dialog is saved to clipboard and you can paste it to your source code. Would y...
by Otto
Sun Aug 30, 2009 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11546

Re: FWH/xHarbour Menus

* DIALOG.PRG (Modified for using a brush to standard window color dialogs) * The brush is called WPAPER2 and it should be included in the .RC file ! // Add this line to your .RC file // WPAPER2 BITMAP "./Bitmaps/WPAPER2.BMP" #include "FiveWin.ch" #include "Constant.ch" ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7583

Re: CONTEXTHELP

Hello Sergey, I found this topic in an non FW-forum: http://codeguru.earthweb.com/forum/showthread.php?t=46721 I know that for some reason, microsoft has decided that WS_EX_CONTEXTHELP (the question-mark box) and WS_MINIMIZEBOX / WS_MAXIMIZEBOX aren't allowed to coexist in the same title bar. This i...
by Otto
Sun Apr 26, 2009 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CONTEXTHELP
Replies: 2
Views: 500

Re: CONTEXTHELP

Hello, Otto!
It has to be something like:
#define WS_EX_CONTEXTHELP 1024
#define GWL_EXSTYLE (-20)
SetWindowLong( oWnd:hWnd, GWL_EXSTYLE, nOr( GetWindowLong( oWnd:hWnd, GWL_EXSTYLE ), WS_EX_CONTEXTHELP ) )
But for me it's also doesn' work... I can't understand the reason...
by Loach
Sat Apr 25, 2009 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CONTEXTHELP
Replies: 2
Views: 500

CONTEXTHELP

Can you add a question mark button to a WINDOW's caption bar and if yes how?
Thanks in advance
Otto
by Otto
Fri Apr 24, 2009 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CONTEXTHELP
Replies: 2
Views: 500
Next

Return to advanced search