How to use USEVISUALSTYLE in DCGET with COMBO

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

How to use USEVISUALSTYLE in DCGET with COMBO

#1 Post by digitsoft »

hello Roger
How to use USEVISUALSTYLE in DCGET with COMBO
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How to use USEVISUALSTYLE in DCGET with COMBO

#2 Post by rdonnay »

There are 3 things you need to do:

1. Create a manifest file with the same name as your executable program.
Example: Copy \exp20\lib\manifest.xml test.exe.manifest

2. Add the clause USEVISUALSTYLE to the DCBROWSE command in \exp20\source\dclipx\_DCFINDX.PRG. Approximately line 182.
Then rebuild DCLIPX.DLL by running build19_sl1.bat or build20.bat.

3. Recompile your program.

This change will be in the next build of eXpress++.
visualstyle.jpg
visualstyle.jpg (32.14 KiB) Viewed 6233 times
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: How to use USEVISUALSTYLE in DCGET with COMBO

#3 Post by digitsoft »

Thanks Roger
Nolberto Paulino
Regards

Post Reply