Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMulty threading question Pin
Pasan1488-May-10 23:08
Pasan1488-May-10 23:08 
AnswerRe: Multy threading question Pin
Dimitri Witkowski9-May-10 0:01
Dimitri Witkowski9-May-10 0:01 
GeneralRe: Multy threading question Pin
Pasan1489-May-10 0:51
Pasan1489-May-10 0:51 
GeneralRe: Multy threading question Pin
Dimitri Witkowski9-May-10 1:29
Dimitri Witkowski9-May-10 1:29 
AnswerRe: Multy threading question Pin
Luc Pattyn9-May-10 1:59
sitebuilderLuc Pattyn9-May-10 1:59 
AnswerRe: Multy threading question Pin
Yosh_10-May-10 2:12
professionalYosh_10-May-10 2:12 
QuestionAdapting a DLL to VB.NET, using PINVOKE Pin
Hrizip8-May-10 8:44
Hrizip8-May-10 8:44 
AnswerRe: enum, hex literals Pin
Luc Pattyn8-May-10 9:29
sitebuilderLuc Pattyn8-May-10 9:29 
Hi,

I will attempt and answer a couple of your issues in separate messages, so they can expand individually if required.

try this:
Public Enum VasKeys as uint32
        ClassesRoot = &H80000000U
        CurrentUser = &H80000001U
        LocalMachine = &H80000002U
        Users = &H80000003U
    End Enum


there are a couple of suffixes that indicate a different type, U means unsigned.
it is documented here[^].

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


GeneralRe: enum, hex literals Pin
Hrizip8-May-10 10:38
Hrizip8-May-10 10:38 
GeneralRe: enum, hex literals Pin
Hrizip8-May-10 22:10
Hrizip8-May-10 22:10 
GeneralRe: enum, hex literals Pin
Luc Pattyn9-May-10 2:02
sitebuilderLuc Pattyn9-May-10 2:02 
GeneralRe: enum, hex literals Pin
Hrizip9-May-10 2:36
Hrizip9-May-10 2:36 
AnswerRe: P/Invoke Pin
Luc Pattyn8-May-10 9:38
sitebuilderLuc Pattyn8-May-10 9:38 
GeneralRe: P/Invoke Pin
Hrizip8-May-10 10:42
Hrizip8-May-10 10:42 
GeneralRe: P/Invoke Pin
Luc Pattyn8-May-10 10:51
sitebuilderLuc Pattyn8-May-10 10:51 
GeneralRe: P/Invoke Pin
Hrizip8-May-10 10:56
Hrizip8-May-10 10:56 
AnswerRe: baudrate Pin
Luc Pattyn8-May-10 9:41
sitebuilderLuc Pattyn8-May-10 9:41 
GeneralRe: baudrate Pin
Hrizip8-May-10 22:11
Hrizip8-May-10 22:11 
AnswerRe: RegKey Pin
Luc Pattyn8-May-10 9:46
sitebuilderLuc Pattyn8-May-10 9:46 
GeneralRe: RegKey Pin
Hrizip8-May-10 22:11
Hrizip8-May-10 22:11 
AnswerRe: CallbackWrapper Pin
Luc Pattyn8-May-10 9:50
sitebuilderLuc Pattyn8-May-10 9:50 
AnswerRe: overall Pin
Luc Pattyn8-May-10 9:57
sitebuilderLuc Pattyn8-May-10 9:57 
GeneralRe: overall Pin
Hrizip8-May-10 10:52
Hrizip8-May-10 10:52 
GeneralRe: overall Pin
Luc Pattyn8-May-10 11:04
sitebuilderLuc Pattyn8-May-10 11:04 
AnswerRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Hrizip8-May-10 22:32
Hrizip8-May-10 22:32 

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.