Conversion

23/02/2005 - 02:20 por Alberto | Informe spam
Hola
Como seria esto en C#?

Private Const LLKHF_EXTENDED As Integer = &H1
private const int LLKHF_EXTENDED = ; pero nose como poner el &H1 :(

Gracias
 

Leer las respuestas

#1 Pedro Luna Montalvo, MVP
23/02/2005 - 02:44 | Informe spam
private const int LLKHF_EXTENDED = 0x01;


Saludos
Pedro Luna, [MVP VB.NET]
Gye, Ecu

"Alberto" escribió en el mensaje
news:%
Hola
Como seria esto en C#?

Private Const LLKHF_EXTENDED As Integer = &H1
private const int LLKHF_EXTENDED = ; pero nose como poner el &H1 :(

Gracias

Preguntas similares