DevTips.NET Forums Home   Search   Login   Register   Member List  

  Viewing User Profile for: Newander
 About  Contact
Joined: 10-24-2008 07:27 PM
Last Login: 10-24-2008 07:27 PM
Website:
Location: Unavailable to anonymous users.
Occupation: Unavailable to anonymous users.
Interests: Unavailable to anonymous users.
Signature:
Email: Unavailable to anonymous users.
MSN IM: Unavailable to anonymous users.
AIM: Unavailable to anonymous users.
Yahoo IM: Unavailable to anonymous users.
ICQ: Unavailable to anonymous users.
 Post Statistics
Newander has contributed to 1 out of 712 total posts (0.14% of total).
Most Recent Posts:
Windows Explorer in a VB.net panel 10/24/2008 7:29:46 PM   (Total replies: 0)
Hi guys, I'm having a hard time getting this code to work, here's the code, I'm trying to open an instance of explorer.exe in a vb.net panel. Imports System.Runtime.InteropServices Public Class Form1 Private Const WM_SYSCOMMAND As Integer = 274 Private Const SC_MAXIMIZE As Integer = 61488 Declare Auto Function SetParent Lib "user32.dll" (ByVal hWndChild As IntPtr, ByVal hWndNewParent As IntPtr) As Integer Declare Auto Function SendMessage Lib ...

Search for more...