Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18784
| From | carmelo <carmelo.giu@alice.it> |
|---|---|
| Newsgroups | it.comp.lang.visual-basic |
| Subject | [VB6] uxTheme.dll |
| Date | 2016-04-04 15:44 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <ndtr4e$1die$1@gioia.aioe.org> (permalink) |
hTheme = OpenThemeData(user_hWnd, StrPtr("DatePicker"))
If Not (hTheme = 0) Then
If bInFocus Then
DrawThemeBackground hTheme,lHdc,DP_DATEBORDER,DPDB_FOCUSED,rcUser,rcUser
endif
endif
Ho questo codice in uno UserControl.
Funziona su win 7, win 8 e win 10 ma con Xp sp2 non funziona. Potrebbe
essere un problema della uxTheme.dll?
Carmelo
Back to it.comp.lang.visual-basic | Previous | Next | Find similar
[VB6] uxTheme.dll carmelo <carmelo.giu@alice.it> - 2016-04-04 15:44 +0200
csiph-web