Animating the Window on Showing or Hiding
You can easily add animation when showing or hiding a window using the AnimateWindow API. There are three types of animation: roll, slide, and alpha-blended fade. The declaration of API
You can easily add animation when showing or hiding a window using the AnimateWindow API. There are three types of animation: roll, slide, and alpha-blended fade. The declaration of API
There are a few reasons why one would see this error, but the most common is in the ordering of the MFC header files. Over time, Microsoft has weeded out
If you are using IE 5.0, and you want to create a dynamic page which contains a xmlns declaration, the only place you can define it is in the tag.
Tiling a background picture across the entire form can be done with the following lines of code: Private Sub Form_Paint() Dim pic As StdPicture Dim X As Long Dim Y
When the client and the server machine have different communication protocol lists you can experience serious delays when the client tries to instantiate an object on the server, and you
Private Declare Sub Sleep Lib “kernel32” (ByVal dwMilliseconds As Long)’ Show a form with an explosion effect.’ the lNumSteps parameter is the number of steps to increase the form size
Private Declare Function WNetConnectionDialog Lib “mpr.dll” (ByVal hwnd As Long, _ ByVal dwType As Long) As LongPrivate Declare Function WNetDisconnectDialog Lib “mpr.dll” (ByVal hwnd As Long, _ ByVal dwType As
Private Type ChooseColorStruct lStructSize As Long hwndOwner As Long hInstance As Long rgbResult As Long lpCustColors As Long flags As Long lCustData As Long lpfnHook As Long lpTemplateName As StringEnd
Private Declare Function HtmlHelpTopic Lib “hhctrl.ocx” Alias “HtmlHelpA” _ (ByVal hwnd As Long, ByVal lpHelpFile As String, ByVal wCommand As Long, _ ByVal dwData As String) As Long’A HTML Help