Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 09-23-2007, 09:01 PM   #91
Newbie
 
alienmanfc6's Avatar
 
Join Date: Sep 2007
Location: Ashton
Posts: 26
alienmanfc6 is an unknown quantity at this point
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
Advertisement
 
Advertisement
Old 02-07-2008, 03:34 PM   #92
Constant Bitrate
 
Join Date: Sep 2006
Location: Cornwall, England
Posts: 154
portreathbeach is an unknown quantity at this point
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 04:37 PM.
portreathbeach is offline   Reply With Quote
Old 09-28-2008, 08:14 PM   #93
Variable Bitrate
 
Join Date: Sep 2007
Location: West Springfield, MA
Posts: 365
blackcobra487 is an unknown quantity at this point
After reading this thread, it seems there are more ways to do this then I thought. I saw someone mentioned something about writing a script with AutoIT. If I just wrote a script that made RR open, and put the .exe file in the startup folder, would this do the trick? I'm sure this isn't the fastest way, but it would leave explorer.exe as the shell in the registry, which seems to be causing some problems for people when it's changed.
blackcobra487 is offline   Reply With Quote
Old 09-28-2008, 10:50 PM   #94
Variable Bitrate
 
Join Date: Sep 2006
Location: Richmond, Tx: USA
Posts: 247
ajamils is an unknown quantity at this point
Quote: Originally Posted by blackcobra487 View Post
After reading this thread, it seems there are more ways to do this then I thought. I saw someone mentioned something about writing a script with AutoIT. If I just wrote a script that made RR open, and put the .exe file in the startup folder, would this do the trick? I'm sure this isn't the fastest way, but it would leave explorer.exe as the shell in the registry, which seems to be causing some problems for people when it's changed.

After running into countless problems when using RR as shell, I reverted back to using Explorer as the shell and I put RR in the Startup. Now, as soon as windows boot, RR splash screen takes over and RR loads up. Its not as seemless as running RR as shell but it's trouble free and works very well.
__________________
04 Accord Coupe Carputer
ajamils is offline   Reply With Quote
Old 09-29-2008, 01:15 AM   #95
Variable Bitrate
 
Join Date: Sep 2007
Location: West Springfield, MA
Posts: 365
blackcobra487 is an unknown quantity at this point
ajamils, I noticed you're also an Accord driver. I've got an 03 sedan. I think it's funny how we both went with a mo-co-so case under the drivers seat.
blackcobra487 is offline   Reply With Quote
Old 09-29-2008, 01:34 AM   #96
Variable Bitrate
 
Join Date: Sep 2006
Location: Richmond, Tx: USA
Posts: 247
ajamils is an unknown quantity at this point
Quote: Originally Posted by blackcobra487 View Post
ajamils, I noticed you're also an Accord driver. I've got an 03 sedan. I think it's funny how we both went with a mo-co-so case under the drivers seat.

Well, I debated between a lot of different places and cases but only under the seat and that case made sense to me
__________________
04 Accord Coupe Carputer
ajamils is offline   Reply With Quote
Old 10-15-2008, 05:52 PM   #97
Newbie
 
Join Date: Sep 2008
Posts: 2
caughtfire is an unknown quantity at this point
hi there!
i just set up an nlite XP installation (used the "safe ini") on VirtualBox and when roadrunner is set as shell windows is somewhat stuck on the welcome splash screen at logon...
it just takes quite some time for roadrunner to finally show up... it's quicker when i start it as an autorun...
is there anything i could do about it?
caughtfire is offline   Reply With Quote
Old 10-16-2008, 12:08 AM   #98
Variable Bitrate
 
Join Date: Sep 2007
Location: West Springfield, MA
Posts: 365
blackcobra487 is an unknown quantity at this point
Quote: Originally Posted by caughtfire View Post
hi there!
i just set up an nlite XP installation (used the "safe ini") on VirtualBox and when roadrunner is set as shell windows is somewhat stuck on the welcome splash screen at logon...
it just takes quite some time for roadrunner to finally show up... it's quicker when i start it as an autorun...
is there anything i could do about it?

If it's quicker to leave RR as autorun (I'm guessing you mean you put it in the startup folder), why not just leave it that way?
__________________
03 Accord Sedan CarPC
blackcobra487 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 10-16-2008, 10:12 AM   #99
Newbie
 
Join Date: Sep 2008
Posts: 2
caughtfire is an unknown quantity at this point
ya you're probably right... it's just that to me it looks nicer to not have the desktop shown up first... but that's ok i could live with that i guess
caughtfire is offline   Reply With Quote
Old 10-16-2008, 07:44 PM   #100
Variable Bitrate
 
Join Date: Sep 2007
Location: West Springfield, MA
Posts: 365
blackcobra487 is an unknown quantity at this point
I didn't think of that at first. It would be nice for the desktop to not show up. But I feel speed is more important.
__________________
03 Accord Sedan CarPC
blackcobra487 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
Why do we need car Front End software?! nijel Software & Software Development 45 04-09-2006 01:50 AM
Recomend a front end. bigmac999 Software & Software Development 7 05-03-2005 03:24 AM
Roll your own front end wysocki FrodoPlayer 27 05-01-2005 11:46 PM
BASIC Stamp question Banderon General Hardware Discussion 18 05-07-2004 09:33 AM
cool front end software liquid_smoke Software & Software Development 3 09-02-2003 01:23 AM



All times are GMT -5. The time now is 03:41 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