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
~328 People Reached
Favorite Forums
Favorite Tags
Member Avatar for babalonas

I'm trying to make a code that changes the wallpaper in visual basic express, but it errors: [CODE]Imports System.IO Imports System.Runtime.InteropServices Public Class Form1 Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Integer, ByVal uParam As Integer, ByRef lpvParam As String, ByVal fuWinIni As Integer) As Long …

0
57
Member Avatar for babalonas
Member Avatar for babalonas
0
119
Member Avatar for vbx_wx

Does anyone know a function equivalent to GetAsynKeyState() ? to test if a key is pressed? i am trying to use it for a keylogger...and except windwos hooks,thanks

Member Avatar for Nick Evan
0
104
Member Avatar for babalonas

How do I return to start (int main) in c++ example: int main() std::cout << "Haha, this is a loop"; (what will I type to make it go back to start and repeat itself??)

Member Avatar for mrnutty
0
48