Click here to Skip to main content
15,891,629 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: comma operator Pin
Dave Bryant19-Aug-03 16:44
Dave Bryant19-Aug-03 16:44 
GeneralRe: comma operator Pin
Maxwell Chen19-Aug-03 17:06
Maxwell Chen19-Aug-03 17:06 
GeneralRe: comma operator Pin
Marissa18219-Aug-03 17:09
Marissa18219-Aug-03 17:09 
GeneralRe: comma operator Pin
Maxwell Chen20-Aug-03 16:01
Maxwell Chen20-Aug-03 16:01 
GeneralRe: comma operator Pin
Ryan Binns19-Aug-03 21:01
Ryan Binns19-Aug-03 21:01 
GeneralNeed help in SDI Pin
Snyp19-Aug-03 16:04
Snyp19-Aug-03 16:04 
Generalfile extensions Pin
Marissa18219-Aug-03 16:03
Marissa18219-Aug-03 16:03 
GeneralRe: file extensions Pin
Mahesh Varma19-Aug-03 18:12
Mahesh Varma19-Aug-03 18:12 
Hi

To associate a file extension to your program, you should create a registry entry under

HKEY_CURRENT_USER
-->Software
-->Microsoft
-->Windows
-->CurrentVersion
-->Explorer
-->FileExts.

1. Under FileExts create a key with same name as your file extension.
(Eg: For bitmap files you can find a key named .bmp under FileExts.)

2. Also create a subkey named "OpenWithlist".

3. Add a string value named "a".

4. Set the value data of this key as your application path.
(Eg: for paint you can find the entry mspaint.exe as value data)


Mahesh

GeneralRe: file extensions Pin
Mahesh Varma19-Aug-03 18:25
Mahesh Varma19-Aug-03 18:25 
Questionhow do i convert bmp to jpeg? Pin
hxr60119-Aug-03 15:53
hxr60119-Aug-03 15:53 
AnswerRe: how do i convert bmp to jpeg? Pin
Mahesh Varma19-Aug-03 17:42
Mahesh Varma19-Aug-03 17:42 
GeneralCheckboxes and CTreeCtrl!?!?! Pin
Bob Stanneveld19-Aug-03 13:38
Bob Stanneveld19-Aug-03 13:38 
GeneralRe: Checkboxes and CTreeCtrl!?!?! Pin
Dominik Reichl19-Aug-03 20:57
Dominik Reichl19-Aug-03 20:57 
GeneralRe: Checkboxes and CTreeCtrl!?!?! Pin
Bob Stanneveld20-Aug-03 3:48
Bob Stanneveld20-Aug-03 3:48 
Generalfopen (* delete *) Pin
The_Server19-Aug-03 13:21
The_Server19-Aug-03 13:21 
GeneralRe: fopen (* delete *) Pin
ZoogieZork19-Aug-03 13:52
ZoogieZork19-Aug-03 13:52 
GeneralRe: fopen (* delete *) Pin
Mahesh Varma19-Aug-03 17:49
Mahesh Varma19-Aug-03 17:49 
GeneralHelp in SDI Pin
Snyp19-Aug-03 13:15
Snyp19-Aug-03 13:15 
GeneralRe: Help in SDI Pin
David Crow20-Aug-03 2:37
David Crow20-Aug-03 2:37 
GeneralWindows message queue Pin
kumarjainendra19-Aug-03 12:21
kumarjainendra19-Aug-03 12:21 
GeneralRe: Windows message queue Pin
Michael Dunn19-Aug-03 12:32
sitebuilderMichael Dunn19-Aug-03 12:32 
GeneralRe: Windows message queue Pin
John M. Drescher19-Aug-03 13:56
John M. Drescher19-Aug-03 13:56 
GeneralOCX Control Dispatching Pin
BarryPearlman19-Aug-03 10:37
BarryPearlman19-Aug-03 10:37 
General"No appropriate constructor available" Pin
adaoja19-Aug-03 10:24
adaoja19-Aug-03 10:24 
GeneralRe: "No appropriate constructor available" Pin
David Crow19-Aug-03 10:50
David Crow19-Aug-03 10:50 

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.