Click here to Skip to main content
15,921,226 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralLast visit time, statistics Pin
Meysam Mahfouzi6-Jan-04 18:56
Meysam Mahfouzi6-Jan-04 18:56 
GeneralForum Limbo? Pin
Agnihothra5-Jan-04 23:24
Agnihothra5-Jan-04 23:24 
GeneralMessage Post Times Pin
Joel Holdsworth30-Dec-03 11:03
Joel Holdsworth30-Dec-03 11:03 
GeneralRe: Message Post Times Pin
Sarvesvara (BVKS) Dasa23-Jan-04 7:39
Sarvesvara (BVKS) Dasa23-Jan-04 7:39 
Generalright click program load Pin
tom shub26-Dec-03 4:36
susstom shub26-Dec-03 4:36 
GeneralRe: right click program load Pin
Shog929-Dec-03 5:34
sitebuilderShog929-Dec-03 5:34 
GeneralRe: right click program load Pin
Roger Wright2-Jan-04 8:02
professionalRoger Wright2-Jan-04 8:02 
GeneralRe: right click program load Pin
Marcello12-Jan-04 11:10
Marcello12-Jan-04 11:10 
I don't know how to do it, because I've never looked into it,
but maybe what follows will help you out.

Create a myprg.reg file and write this in it:

<br />
REGEDIT4<br />
<br />
<br />
[HKEY_CLASSES_ROOT\*\shell]<br />
<br />
[HKEY_CLASSES_ROOT\*\shell\Open with MyProgram]<br />
<br />
[HKEY_CLASSES_ROOT\*\shell\Open with MyProgram\command]<br />
@="C:\\Program Files\\MyPrograms\\MyProg.exe \"%L\" \"%L\""<br />
<br />
[HKEY_CLASSES_ROOT\Folder]<br />
<br />
[HKEY_CLASSES_ROOT\Folder\shell]<br />
<br />
[HKEY_CLASSES_ROOT\Folder\shell\Open with MyProgram]<br />
<br />
[HKEY_CLASSES_ROOT\Folder\shell\Open with MyProgram\command]<br />
<br />
[HKEY_CLASSES_ROOT\Folder\shell\Open with MyProgram\command]<br />
@="C:\\Program Files\\MyPrograms\\MyProg.exe \"%L\" \"%L\""<br />
<br />


This is an example both for opening a file or a directory with your
C:\\Program Files\\MyPrograms\\MyProg.exe
application

If you double click this file, this code will go into the registry.
You don't need to rebood to see the effect.

From this example you might find out how to resolve your problem.

Hope it helps,
Marcello
GeneralRe: right click program load Pin
eggie52-Jan-04 7:49
eggie52-Jan-04 7:49 
GeneralCan't Log out Pin
Monty223-Dec-03 20:10
Monty223-Dec-03 20:10 
GeneralRe: Can't Log out Pin
Jon Newman24-Dec-03 13:52
Jon Newman24-Dec-03 13:52 
GeneralRe: Can't Log out Pin
-- NA --25-Dec-03 4:21
-- NA --25-Dec-03 4:21 
GeneralRe: Can't Log out Pin
Monty225-Dec-03 20:51
Monty225-Dec-03 20:51 
GeneralRe: Can't Log out Pin
Colin Angus Mackay26-Dec-03 13:44
Colin Angus Mackay26-Dec-03 13:44 
GeneralFigured it out !!! Pin
Monty227-Dec-03 0:44
Monty227-Dec-03 0:44 
GeneralRe: Figured it out !!! Pin
Prakash Nadar3-Jan-04 21:46
Prakash Nadar3-Jan-04 21:46 
GeneralRe: Figured it out !!! Pin
Sarvesvara (BVKS) Dasa15-Jan-04 6:35
Sarvesvara (BVKS) Dasa15-Jan-04 6:35 
GeneralRe: Figured it out !!! Pin
Prakash Nadar15-Jan-04 16:05
Prakash Nadar15-Jan-04 16:05 
GeneralRe: Figured it out !!! Pin
Sarvesvara (BVKS) Dasa15-Jan-04 16:09
Sarvesvara (BVKS) Dasa15-Jan-04 16:09 
GeneralRe: Figured it out !!! Pin
Prakash Nadar15-Jan-04 17:00
Prakash Nadar15-Jan-04 17:00 
GeneralRe: Figured it out !!! Pin
Prakash Nadar15-Jan-04 16:03
Prakash Nadar15-Jan-04 16:03 
GeneralArticle Submission Wizard Pin
#realJSOP23-Dec-03 9:53
professional#realJSOP23-Dec-03 9:53 
GeneralRe: Article Submission Wizard Pin
Shog923-Dec-03 10:02
sitebuilderShog923-Dec-03 10:02 
GeneralRe: Article Submission Wizard Pin
Michael Dunn24-Dec-03 7:11
sitebuilderMichael Dunn24-Dec-03 7:11 
GeneralRe: Article Submission Wizard Pin
Nish Nishant24-Dec-03 15:48
sitebuilderNish Nishant24-Dec-03 15:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.