Click here to Skip to main content
15,909,651 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Random Number Maths Quiz Pin
Corinna John1-Sep-03 6:16
Corinna John1-Sep-03 6:16 
QuestionHow do I check if a registry entry exists in the windows registry. Pin
Simon_22117528-Aug-03 19:08
Simon_22117528-Aug-03 19:08 
AnswerRe: How do I check if a registry entry exists in the windows registry. Pin
Dave Kreskowiak29-Aug-03 4:54
mveDave Kreskowiak29-Aug-03 4:54 
QuestionHow do I export a registry hive? Pin
wobblervb28-Aug-03 16:24
wobblervb28-Aug-03 16:24 
AnswerRe: How do I export a registry hive? Pin
Dave Kreskowiak29-Aug-03 9:10
mveDave Kreskowiak29-Aug-03 9:10 
GeneralXP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 4:00
Punchinello28-Aug-03 4:00 
GeneralRe: XP Accelerators and Focus Rects Pin
Dave Kreskowiak28-Aug-03 8:24
mveDave Kreskowiak28-Aug-03 8:24 
GeneralRe: XP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 8:52
Punchinello28-Aug-03 8:52 
RageInTheMachine9532 wrote:
you just want to move the input focus to a button control

Thanks for the reply, but no. What I want to do is tell Windows to show a focus rectangle around the text of a button that has input focus. By default in XP it does not. Also, I am using VB6, not .Net.

If you search MSDN for the WM_CHANGEUISTATE Message you'll see exactly what I'm talking about.

On the other hand, if you have .Net and you search your local help file for the UIS_ and UISF_ constants specified in this tread's header, might you be able to tell me the numeric value of these constants?

For example, I know that...

WM_CHANGEUISTATE = 295 (H&0127)
WM_UPDATEUISTATE = 296 (H&0128)
WM_QUERYUISTATE = 297 (H&0129)

...but I do not know the value for these other constants and they are not known by VB6 because it pre-dates their use in the operating system (beginning with Win2000).
GeneralRe: XP Accelerators and Focus Rects Pin
Dave Kreskowiak28-Aug-03 9:57
mveDave Kreskowiak28-Aug-03 9:57 
GeneralRe: XP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 11:18
Punchinello28-Aug-03 11:18 
GeneralRe: XP Accelerators and Focus Rects Pin
J. Dunlap28-Aug-03 11:21
J. Dunlap28-Aug-03 11:21 
GeneralRe: XP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 11:47
Punchinello28-Aug-03 11:47 
GeneralGranting "Logon As Service Rights" Pin
alunboyd28-Aug-03 3:09
alunboyd28-Aug-03 3:09 
GeneralRe: Granting "Logon As Service Rights" Pin
Dave Kreskowiak28-Aug-03 8:27
mveDave Kreskowiak28-Aug-03 8:27 
GeneralRe: Granting "Logon As Service Rights" Pin
alunboyd28-Aug-03 12:46
alunboyd28-Aug-03 12:46 
GeneralRe: Granting "Logon As Service Rights" Pin
Dave Kreskowiak28-Aug-03 14:16
mveDave Kreskowiak28-Aug-03 14:16 
GeneralRe: Granting "Logon As Service Rights" Pin
alunboyd1-Sep-03 8:21
alunboyd1-Sep-03 8:21 
GeneralGarbage Management Pin
fume27-Aug-03 20:36
fume27-Aug-03 20:36 
GeneralMDI Apps problems Pin
fume27-Aug-03 20:34
fume27-Aug-03 20:34 
GeneralRe: MDI Apps problems Pin
palace18-Sep-03 4:20
palace18-Sep-03 4:20 
GeneralVB Slowdown after compilation Pin
Anonymous27-Aug-03 15:05
Anonymous27-Aug-03 15:05 
GeneralRe: VB Slowdown after compilation Pin
Ray Cassick27-Aug-03 15:23
Ray Cassick27-Aug-03 15:23 
GeneralRe: VB Slowdown after compilation Pin
Dave Kreskowiak28-Aug-03 9:01
mveDave Kreskowiak28-Aug-03 9:01 
Generalone stupid question.. Pin
pnpfriend27-Aug-03 9:45
pnpfriend27-Aug-03 9:45 
Generalforget it.. got it Pin
pnpfriend27-Aug-03 10:25
pnpfriend27-Aug-03 10:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.