No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I am trying to call the GetLayeredWindowAttributes(hwnd, crKey, bAlpha, dwFlags) function but it does not work. I use Visual Basic 6 on Windows Vista Home Premium. I declared it using: [CODE]Private Declare Function GetLayeredWindowAttributes Lib "user32.dll" (ByVal hwnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags …
[quote=QVeen72;375809] Dont Ever Forget To Enable Back the Start Button. :) [/quote] To help you to not forget you could put the following code in the Form_Unload event. [code] Private Sub Form_Unload(Cancel as Integer) TFlag = True EnableStartMenuButton (TFlag) End Sub [/code] This will automatically enable the Start button when …
The error: cannot find dlllentrypoint:setLayered.window attributes in user32.dll is caused in Windows 98 because Windows 98 cannot make windows transparent (the SetLayeredWindowAttribute API call is used to make windows or forms transparent). Windows XP supports transparent windows so it works there. The only way to make it work in Windows …
[quote=jatinder_44;373717][I][B]Hi To all,i used progress bar control of 7 array i.e 0 to 7 ProgressBar(PB) with same name pb1 ,but how to write code for each .My code is working if i select 1 PB and there is any other event for pb that i should not click on pb …
The End.
Aaraggornn