Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~940 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

5 Posted Topics

Member Avatar for Aaraggornn

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 …

Member Avatar for venkatramasamy
0
211
Member Avatar for The Dude
Member Avatar for Cruize_Invades

[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 …

Member Avatar for Cruize_Invades
0
131
Member Avatar for Vaishali Chavda

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 …

Member Avatar for Aaraggornn
0
399
Member Avatar for jatinder_44

[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 …

Member Avatar for jatinder_44
0
126

The End.