How to Alleviate
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
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 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
Option ExplicitPrivate Declare Function SHGetPathFromIDList Lib “shell32.dll” Alias _ “SHGetPathFromIDListA” (ByVal pidl As Long, ByVal pszPath As String) As LongPrivate Declare Function SHGetSpecialFolderLocation Lib “shell32.dll” (ByVal _ hwndOwner As Long,
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