Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal _ hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, _ lParam As Any) As LongPrivate Const WM_USER As Long = &H400Private Const EM_SETTARGETDEVICE As Long = WM_USER + 72' Enable/Disable the WordWrap style of a RichTextBox control'' Example:' Private Sub Check1_Click()' SetRichTextBoxWordWrap RichTextBox1, (Check1.Value = vbChecked)' End SubSub SetRichTextBoxWordWrap(ByVal ctlRichText As RichTextBox, _ Optional ByVal bState As Boolean = True) SendMessage ctlRichText.hwnd, EM_SETTARGETDEVICE, 0, CLng(IIf(bState, 0, 1))End Sub


GM Creates Open Source uProtocol and Invites Automakers to Adopt It: Revolutionizing Automotive Software Development.
General Motors (GM) recently announced its entry into the Eclipse Foundation. The Eclipse Foundation is a prominent open-source software foundation. In addition, GMC announced its contribution of “uProtocol” to facilitate