¡@

Home 

c# Programming Glossary: wm_user

Disable WinForms ProgressBar animation

http://stackoverflow.com/questions/2834761/disable-winforms-progressbar-animation

EventArgs e SendMessage progressBar2.Handle 0x400 16 WM_USER PBM_SETSTATE 0x0003 PBST_PAUSED 0 SendMessage progressBar3.Handle.. PBST_PAUSED 0 SendMessage progressBar3.Handle 0x400 16 WM_USER PBM_SETSTATE 0x0002 PBST_ERROR 0 DllImport user32.dll CharSet..

Prevent AutoScrolling in C# RichTextBox

http://stackoverflow.com/questions/626988/prevent-autoscrolling-in-c-sharp-richtextbox

IntPtr hWnd UInt32 Msg Int32 wParam Int32 lParam const int WM_USER 0x400 const int EM_HIDESELECTION WM_USER 63 void OnAppend string.. lParam const int WM_USER 0x400 const int EM_HIDESELECTION WM_USER 63 void OnAppend string text bool focused richTextBox1.Focused..

How to append text to RichTextBox without scrolling and losing selection?

http://stackoverflow.com/questions/6547193/how-to-append-text-to-richtextbox-without-scrolling-and-losing-selection

hWnd Int32 wMsg Int32 wParam IntPtr lParam const int WM_USER 0x400 const int WM_SETREDRAW 0x000B const int EM_GETEVENTMASK.. const int WM_SETREDRAW 0x000B const int EM_GETEVENTMASK WM_USER 59 const int EM_SETEVENTMASK WM_USER 69 const int EM_GETSCROLLPOS.. int EM_GETEVENTMASK WM_USER 59 const int EM_SETEVENTMASK WM_USER 69 const int EM_GETSCROLLPOS WM_USER 221 const int EM_SETSCROLLPOS..