Hi..All

i wanna ask about bold text .. can help me to describe it.

Public Declare Function SendMessage Lib "USER32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Public mCapHwnd As Long
Public Const WM_USER As Long = [B]1024[/B]
Public Const WM_CAP_START As Long = WM_USER
Public Const CONNECT As Long = [B]1034[/B]
Public Const DISCONNECT As Long = [B]1035[/B]
Public Const GET_FRAME As Long =[B]1084[/B]
Public Const COPY As Long = [B]1054[/B]

thanks for advance

Okay, so you have posted an API. The SendMessage API, which is one of the most widely used and versitile API's but I don't see where bolding or something in bold is demarked. So, what is your question?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.