Search found 384 matches: shridhar

Return to advanced search

How to declared / set Hot key Alt +<Key> ?

Dear All ,

I have used VK_F1 TO VK_F12 in the application , but how we can declared/set hot key with combination ALT Key, as example given below.

* ALT + C
* ALT + T
* CTRL + K

Please provide examples also for bKeyDown Code block. Thanks in advance..!

Thanks
Shridhar
by shri_fwh
Sun Jun 02, 2019 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to declared / set Hot key Alt +<Key> ?
Replies: 0
Views: 230

Re: Where can download Latest Harbour Binaries ?

Hi All ,

Thanks a lot..!

Thanks
Shridhar
by shri_fwh
Sun Jun 02, 2019 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can download Latest Harbour Binaries ?
Replies: 4
Views: 612

Where can download Latest Harbour Binaries ?

Dear All ,

Where we can download latest Harbour Binaries , I have checked on SOURCEFORGE its shows 2011 binaries zip. Could you please point the URL ?


Thanks
Shridhar
by shri_fwh
Fri May 31, 2019 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can download Latest Harbour Binaries ?
Replies: 4
Views: 612

Re: Need .RES File to include in my project !!!

Dear All ,

Many thanks for your suggestions...! I have tried to create .RES from .RC but I am getting an error that .RC file could not open but .RCr file is in the desired folder.

I am trying on Harbour 32 bit borland 7.10 compiler.


Thanks
Shridhar
by shri_fwh
Tue May 28, 2019 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need .RES File to include in my project !!!
Replies: 5
Views: 1223

Re: Need .RES File to include in my project !!!

Shridhar This is sample for RC file Rc file is compiled with your compiler C, and converted to RES file Look at type 10, used for images other than .bmp #include <windows.h>#include <commctrl.h>#ifndef __64__  ...
by cnavarro
Mon May 27, 2019 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need .RES File to include in my project !!!
Replies: 5
Views: 1223

Need .RES File to include in my project !!!

Dear All ,

I am not expert to create .RES files , I am requesting .RES files which contain button BITMAP and GET control Styles to include in my project. Thanks in advance...!


Thanks
Shridhar
by shri_fwh
Mon May 27, 2019 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need .RES File to include in my project !!!
Replies: 5
Views: 1223

Re: OS Error .EXE is Not Responding

Dear Sir ,

Many Thanks for this XBROWSE code pattern, I am rewriting my existing code with this pattern.


Thanks
Shridhar
by shri_fwh
Mon May 27, 2019 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error .EXE is Not Responding
Replies: 12
Views: 2007

Re: OS Error .EXE is Not Responding

Dear Antonio ,

Any news on this ?


Thanks
Shridhar
by shri_fwh
Thu May 23, 2019 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error .EXE is Not Responding
Replies: 12
Views: 2007

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

Many thanks for this info.

May I request to post some sample script to generate both .EXE and .HRB. Thanks in advance ...!

Thanks
Shridhar
by shri_fwh
Thu May 23, 2019 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 1002

Re: What should be maximum size .EXE ideally ?

Shridhar, I choose the modules are most used or those are more importante in my system and the executable of my system include them. The executable is generated as any other. The module minus used or minus importante are compiled ...
by vilian
Wed May 22, 2019 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 1002

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

Could you please elaborate as I did not understand. Thanks in advance...!

As we know/remember in Clipper we used to create .OVL file (overlay) from multiple .PRG files. I am assuming the same with HRB. Please correct me if am wrong.

Thanks
Shridhar
by shri_fwh
Wed May 22, 2019 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 1002

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

Can we bundled *.PRG ( multiple .PRG files) into one .HRB file ?

Thanks
Shridhar
by shri_fwh
Wed May 22, 2019 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 1002

Re: What should be maximum size .EXE ideally ?

Shridhar,

To generate a hrb from a prg file you must use /gh with harbour.

Code: Select all  Expand view
harbour.exe my.prg /gh


( rest of the keys - /n /w, ... as usual, if necessary )
by vilian
Wed May 22, 2019 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 1002

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

I never tried HRB files , could you please provide build script to generate HRB files. Thanks in advance...!

Thanks
Shridhar
by shri_fwh
Wed May 22, 2019 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 1002

What should be maximum size .EXE ideally ?

Dear All ,

As the Application development in progress for each build the .EXE size is increasing now it reaches 12MB almost and in the future expected size of the .EXE size would be 18MB (max).

Is it fine or I should create .DLL ? Please guide on this.

Thanks
Shridhar
by shri_fwh
Tue May 21, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 1002
PreviousNext

Return to advanced search