Click here to Skip to main content
15,881,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: want to add a hyperlink on a dialog box as a text Pin
Hamid_RT16-Sep-07 22:02
Hamid_RT16-Sep-07 22:02 
AnswerRe: want to add a hyperlink on a dialog box as a text Pin
Michael Dunn16-Sep-07 22:30
sitebuilderMichael Dunn16-Sep-07 22:30 
Questionhow to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
Dhiraj kumar Saini16-Sep-07 20:36
Dhiraj kumar Saini16-Sep-07 20:36 
AnswerRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
baerten16-Sep-07 21:01
baerten16-Sep-07 21:01 
GeneralRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
Dhiraj kumar Saini16-Sep-07 21:13
Dhiraj kumar Saini16-Sep-07 21:13 
AnswerRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
GauranG Shah16-Sep-07 21:24
GauranG Shah16-Sep-07 21:24 
GeneralRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
Iain Clarke, Warrior Programmer17-Sep-07 2:55
Iain Clarke, Warrior Programmer17-Sep-07 2:55 
Questionstruct definition Pin
Waldermort16-Sep-07 20:03
Waldermort16-Sep-07 20:03 
I wonder if somebody could remind me the method of defining a struct where you can set the bits of a member directly, without using the bitwise OR or bitshift operators. ie. I have a struct with 2 members

struct foo
{
BYTE Repaint;
BYTE Offset;
};

The offset member requires only 4 bits, and the repaint only 1. Idealy they could be combined so that the Repaint member uses the high order bit of the same BYTE. I remember seeing a way to do this, possibly using a union, but I cannot remember how or where I saw it.

Waldermort

AnswerRe: struct definition Pin
Michael Dunn16-Sep-07 20:20
sitebuilderMichael Dunn16-Sep-07 20:20 
GeneralRe: struct definition Pin
Waldermort17-Sep-07 2:03
Waldermort17-Sep-07 2:03 
GeneralRe: struct definition Pin
Iain Clarke, Warrior Programmer17-Sep-07 4:20
Iain Clarke, Warrior Programmer17-Sep-07 4:20 
AnswerRe: struct definition Pin
Randor 16-Sep-07 21:58
professional Randor 16-Sep-07 21:58 
Questionhelp Pin
john563216-Sep-07 19:50
john563216-Sep-07 19:50 
AnswerRe: help Pin
Hamid_RT16-Sep-07 21:56
Hamid_RT16-Sep-07 21:56 
QuestionStartService in vista Pin
samira forooghi16-Sep-07 19:39
samira forooghi16-Sep-07 19:39 
AnswerRe: StartService in vista Pin
Hamid_RT16-Sep-07 21:59
Hamid_RT16-Sep-07 21:59 
AnswerRe: StartService in vista Pin
sudarshan12416-Sep-07 22:21
sudarshan12416-Sep-07 22:21 
AnswerRe: StartService in vista Pin
samira forooghi16-Sep-07 23:21
samira forooghi16-Sep-07 23:21 
Question\\\\.\\ Pin
samira forooghi16-Sep-07 19:31
samira forooghi16-Sep-07 19:31 
AnswerRe: \\\\.\\ Pin
Michael Dunn16-Sep-07 19:34
sitebuilderMichael Dunn16-Sep-07 19:34 
GeneralRe: \\\\.\\ Pin
samira forooghi16-Sep-07 19:46
samira forooghi16-Sep-07 19:46 
AnswerRe: \\\\.\\ Pin
Hamid_RT16-Sep-07 22:24
Hamid_RT16-Sep-07 22:24 
QuestionProblem with RegEnumValue() Pin
GauranG Shah16-Sep-07 19:20
GauranG Shah16-Sep-07 19:20 
AnswerRe: Problem with RegEnumValue() Pin
Roger Broomfield16-Sep-07 19:48
Roger Broomfield16-Sep-07 19:48 
GeneralRe: Problem with RegEnumValue() Pin
GauranG Shah16-Sep-07 19:57
GauranG Shah16-Sep-07 19:57 

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.