Search found 494 matches: properties

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... environment, initializing the WebView2 control, and handling navigation events. This involves coding in C# and using the CoreWebView2 namespace​​. Properties and Methods: The WebView2 class in WPF, for instance, extends HwndHost and provides several properties like AllowExternalDrop, CanGoBack, ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 478

Re: How to find out the IDs of controls and types?

I can't change the colors of the controls found. I need a function that returns the control's properties as well. Here's an example of how I'm doing it.   EnumChildWindows( f_oDlgContainer:hWnd,;                    ...
by Giovany Vecchi
Wed Jan 10, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1837

Re: Using Microsoft AI Phi-2 from FWH

... created llama.cpp.sln using Visual Studio and select "Release" at the top bar 7. On the project tree, right click on build_info, select properties and in C/C++ "code generation", "runtime library" select "Multi-threaded (/MT)" 8. On the project tree, right ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8115

Re: FW_OpenRecordSet lento en red

Jeorge Try the old fashoned way where you set the Recordset properties manually ... oRs1 := TOleAuto():New( "ADODB.Recordset" )oRs1:CursorType     := 1        // opendkeysetoRs1:CursorLocation := 3       // local cacheoRs1:LockType ...
by nageswaragunupudi
Mon Dec 18, 2023 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 603

Re: FW_OpenRecordSet lento en red

Jeorge Try the old fashoned way where you set the Recordset properties manually ... oRs1 := TOleAuto():New( "ADODB.Recordset" )oRs1:CursorType     := 1        // opendkeysetoRs1:CursorLocation := ...
by Rick Lipkin
Mon Dec 18, 2023 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 603

Re: Classe TGif

... should be six bytes long and contain the ASCII characters “GIF89a” It should have a logical screen descriptor that defines the dimensions and properties of the logical screen. The logical screen descriptor should be seven bytes long and contain the following fields: logical screen width, logical ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1651

Re: Convert a print to Rtf or doc

... is called. In this function, various GUI elements such as a dialog window (oDlg), a browser object (oBrw), and buttons are created. The size and properties of these elements are set up to form a user interface for displaying and editing data. 2. Data Preparation An array aData is defined and ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3423

Re: ID of the new process

... Another approach is to use the `Shell.Application` object to open the document. This way, you can get a reference to the process and access its properties. ```vbscript Set objShell = CreateObject("Shell.Application") Set objDoc = objShell.Document ' Open Word document Set objWord = ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 316

Re: TFileXLS

What means ?
break within a cell


Change cell properties or programmatically enter text with a line break ?
by Natter
Fri Sep 29, 2023 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 441

Re: Request : new PostgreSQL OLEDb-Provider

If you want to see all properties of any connection object:
Code: Select all  Expand view
oCn := FW_OpenAdoConnection( <your-connectionstring>, .t. )
if oCn == nil
   ? "Fail"
else
   XBOWSER oCn  // this shows all properties
   // other works
   oCn:Close()
endif
by nageswaragunupudi
Mon Sep 11, 2023 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 686

Error in FW_ArrayAsRecordSet Seek - Please help

... MaríaDB, MySql, Postgresql, Sqlite, etc., but, with FW_ArrayAsRecordSet() function, generates error: "ADODB.RecordSet/6 DISP_E_UNKNOWNNAME: PROPERTIES" error #include "FiveWin.ch"REQUEST DBFCDXFunction Main()  LOCAL aStruct := {}, aRegs := {}, oRs  ...
by Cgallegoa
Sun Aug 06, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 351

Seek en FW_ArrayAsRecordSet()

... el método Seek(), el cual funciona de maravilla. Pero, con la función de marras genera el error "Error ADODB.RecordSet/6 DISP_E_UNKNOWNNAME: PROPERTIES" #include "FiveWin.ch"REQUEST DBFCDXFunction Main()  LOCAL aStruct := {}, aRegs := {}, oRs  SET ...
by Cgallegoa
Sun Aug 06, 2023 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en FW_ArrayAsRecordSet()
Replies: 2
Views: 157

Re: EXE Author's name on Windows 11

I already tried it. CompanyName is not displayed in the properties. It seems a Windows bug, nothing that we can fix. :-(
by Enrico Maria Giordano
Mon Jul 31, 2023 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1259

Re: EXE Author's name on Windows 11

Enrico

If you hover over the .exe with your mouse you do the the Company name ... etc .. but not when you look at the properties of the .exe ..

Rick Lipkin
by Rick Lipkin
Sat Jul 29, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1259

Re: EXE Author's name on Windows 11

Please look at properties details of the EXE. There is no company name property.
by Enrico Maria Giordano
Sat Jul 29, 2023 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1259
Next

Return to advanced search