The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > The FAQ Emporium

Reply
 
Thread Tools Display Modes
Old 09-23-2007, 08:01 PM   #91
Newbie
 
alienmanfc6's Avatar
 
Join Date: Sep 2007
Location: Ashton
Vehicle: 2004 Mazda6
Posts: 26
My Photos: (0)
Quote: Originally Posted by Maheriano View Post
I hit Start and then Run and put in regedit and hit OK. But it said regedit is not a valid Win32 application and that's it.

depending on what ver. of windows you have you might have to use "regedit32" instead of just "regedit"
alienmanfc6 is offline   Reply With Quote
Sponsored Links
Old 02-07-2008, 02:34 PM   #92
Constant Bitrate
portreathbeach's CarPC Specs
 
Join Date: Sep 2006
Location: Cornwall, England
Vehicle: 2003 VW Transporter T5
Posts: 145
My Photos: (46)
I have read this thread and a lot of people have said that if you have the registry entry to shell into your front-end, when you run explorer.exe, it only brings up the windows explorer window, not the entire GUI. After playing around with it for an hour, I found that if you boot into your front-end and then edit the registry entry in .....winlogon\shell and enter 'explorer.exe', then run explorer.exe, the full XP GUI will pop up, not just a windows explorer window.

Because I have programed my own front end in VB.NET, I can write code into it to change the registry entry.

What I do first when my front-end loads is change the registry entry to shell explorer.exe

When I click the exit button, it shells explorer.exe, then re-writes the registry entry to shell my front-end, then ends the front-end:


In the main form load_Load:

'-----------------------------
Dim WSH
WSH = CreateObject("WScript.Shell")
WSH.RegWrite("HKEY_LOCAL_MACHINE\Software\Microsof t\Windows
NT\CurrentVersion\Winlogon\Shell", "explorer.exe")
'-----------------------------


In the 'exit' button:

'-----------------------------
Shell("explorer.exe")
Dim WSH
WSH = CreateObject("WScript.Shell")
WSH.RegWrite("HKEY_LOCAL_MACHINE\Software\Microsof t\Windows NT\CurrentVersion\Winlogon\Shell", My.Application.Info.DirectoryPath & "\Vive.exe")
End
'-----------------------------


Vive.exe is the front-end executable.

This seems to work fine, hope this helps some people

Last edited by portreathbeach : 02-07-2008 at 03:37 PM.
portreathbeach is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why do we need car Front End software?! nijel Software & Software Development 45 04-09-2006 12:50 AM
Recomend a front end. bigmac999 Software & Software Development 7 05-03-2005 02:24 AM
Roll your own front end wysocki FrodoPlayer 27 05-01-2005 10:46 PM
BASIC Stamp question Banderon General Hardware Discussion 18 05-07-2004 08:33 AM
cool front end software liquid_smoke Software & Software Development 3 09-02-2003 12:23 AM


All times are GMT -5. The time now is 08:33 PM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics