Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > SkinBedder


Reply
 
Share Thread Tools Display Modes
Old 10-24-2005, 01:10 AM   #151
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
DAMN IT vBulletin!!! LOL

Thanks PD, that is awesome information. So does it position relative to the upper left corner of the main window rather than the upperleft corner of the screen? If not, how do you figure out where the FE embedded main form is relative to screen rather than the FE's container?
RPM_VR4 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 10-24-2005, 01:33 AM   #152
FLAC
 
PURDooM's Avatar
 
Join Date: Jun 2005
Location: Anoka County, MN
Posts: 1,021
PURDooM is on a distinguished road
Public Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type

Public Declare Function GetWindowRect Lib "user32" (ByVal hwnd As Long, lpRect As RECT) As Long


Dim RectActive As RECT
Call GetWindowRect(hwnd, RectActive)


That will get the coordinates of each corner of whatever window you want.
__________________
Current projects: iGmod reloaded (Latest release) (put on hiatus indefinatly)

Unlimited Internet and gps tracking for $6 a month with boost mobile!

Carputer 2: www.lmaocar.com
PURDooM is offline   Reply With Quote
Old 10-24-2005, 02:01 AM   #153
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Cool. Thanks again.

Is that what you use to correctly position Layered windows? ...or might there be a better way?
RPM_VR4 is offline   Reply With Quote
Old 10-24-2005, 03:34 AM   #154
FLAC
 
PURDooM's Avatar
 
Join Date: Jun 2005
Location: Anoka County, MN
Posts: 1,021
PURDooM is on a distinguished road
Quote: Originally Posted by RPM_VR4
Cool. Thanks again.

Is that what you use to correctly position Layered windows? ...or might there be a better way?


Um... if theres a better way I don't know it. I don't claim to be an expet at these kinds of things though.

Yea, all the art except for the buttons physically on the map for me is positioned using that getwindowrect code. I really should move the buttons onto a layered window; it would give me some very nice benefits.
__________________
Current projects: iGmod reloaded (Latest release) (put on hiatus indefinatly)

Unlimited Internet and gps tracking for $6 a month with boost mobile!

Carputer 2: www.lmaocar.com
PURDooM is offline   Reply With Quote
Old 10-24-2005, 07:50 AM   #155
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,705
justintime is on a distinguished road
Hrmmmm nice Work RPM. This might actually look very cool with my iGuidance large button modification to replace the std menus....
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 10-24-2005, 07:58 PM   #156
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by PURDooM
Um... if theres a better way I don't know it. I don't claim to be an expet at these kinds of things though.

Yea, all the art except for the buttons physically on the map for me is positioned using that getwindowrect code. I really should move the buttons onto a layered window; it would give me some very nice benefits.

I think Guino has some interesting way of drawing stuff on RR.
0l33l is offline   Reply With Quote
Old 11-02-2005, 08:59 PM   #157
Newbie
 
crankshaft's Avatar
 
Join Date: Jul 2005
Location: Singapore - East Coast
Posts: 27
crankshaft is on a distinguished road
Urmm, how do I determine the window class# ??
crankshaft is offline   Reply With Quote
Old 11-02-2005, 09:01 PM   #158
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by crankshaft
Urmm, how do I determine the window class# ??

Search for an "API Spy".
0l33l is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-02-2005, 09:04 PM   #159
Newbie
 
crankshaft's Avatar
 
Join Date: Jul 2005
Location: Singapore - East Coast
Posts: 27
crankshaft is on a distinguished road
Cheers
crankshaft is offline   Reply With Quote
Old 11-02-2005, 09:22 PM   #160
Newbie
 
crankshaft's Avatar
 
Join Date: Jul 2005
Location: Singapore - East Coast
Posts: 27
crankshaft is on a distinguished road
could you recommend one, I just downloaded & installed Cow Spy, API Monitor & API Spy, but can't seem to see the WindowClass in any of them ?? - is windowClass also known as something else ??

Thanx
crankshaft is offline   Reply With Quote
Old 11-02-2005, 09:26 PM   #161
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
http://www.gena01.com/win32spy/
0l33l is offline   Reply With Quote
Old 11-02-2005, 09:40 PM   #162
Newbie
 
crankshaft's Avatar
 
Join Date: Jul 2005
Location: Singapore - East Coast
Posts: 27
crankshaft is on a distinguished road
Thanx, I have determined that the skype window class is: tSkMainForm.UnicodeClass, skinbedder launches it but the skype window still appears and is not embedded - any ideas on how to determine what's wrong ??

Thanx so much !
crankshaft is offline   Reply With Quote
Old 11-02-2005, 09:45 PM   #163
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
http://www.codeproject.com/dotnet/wfspy.asp
http://www.codeproject.com/dialog/windowfinder.asp

I think that the skype window you're getting has a different handle. Use one of those. Or just search yourself for "spy++" (maybe on p2p networks).
0l33l is offline   Reply With Quote
Old 11-02-2005, 10:13 PM   #164
Newbie
 
crankshaft's Avatar
 
Join Date: Jul 2005
Location: Singapore - East Coast
Posts: 27
crankshaft is on a distinguished road
Thanx;

I determined the handle number but that did not work either, but If I just use the window name, without the window class it embeds OK !

Is it ok to use it like that ???
crankshaft is offline   Reply With Quote
Old 11-02-2005, 10:35 PM   #165
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Yes, its ok to use it like that
0l33l is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Motorola V3 USB-connect (w/ BT Audio Gateway)... If you use a V3 RAZR come here! RoyN PhoneControl 27 10-29-2005 10:30 PM
[Release] SKINbedder BETA 2.99999 0l33l SkinBedder 450 09-23-2005 04:38 AM
[Release] iGLaunch v3 0l33l SkinBedder 145 07-05-2005 11:33 AM
[Release] SKINbedder v2 0l33l SkinBedder 242 07-05-2005 05:01 AM
[Release] SKINbedder 1.0 RPM_VR4 SkinBedder 41 06-26-2005 05:03 AM



All times are GMT -5. The time now is 03:06 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics