Microsoft
Software
Hardware
Network
Question : DIM Mask = &H1a2b3c4d
// 32-bit mask value
Dim Mask As Long
Mask = &H1a2b3c4d
Hi gurus
Got this from api manual, I need to create my own number for mask but really don't know what is 32-bit mask value is...
Thank for sharing.
Answer : DIM Mask = &H1a2b3c4d
a mask value like &H1a2b3c4d is just an hexadecimal representation of the number 439041101.
you can convert it bay using window calc.
Random Solutions
importing a date field from oracle into MSSQL
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
SQL in C# code .. Reading Output Parameters.
Run the first php script in background - When done - run the next script ...
Suggestions on Architecture for New Application
C++ uninitialized local variable
Sage ACT 2010 - How to create the database in the server and provide connection for remote computers
Looking for help summarizing data... GROUP BY ROLLUP()??
Dell poweredge t610 SAS
How can i use “COALESCE(SUM…” in linq?