Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreating iTunes dll plugin. Pin
Grant Hudgens25-Jun-08 6:42
Grant Hudgens25-Jun-08 6:42 
AnswerRe: Creating iTunes dll plugin. Pin
Eurosid25-Jun-08 7:12
Eurosid25-Jun-08 7:12 
QuestionCreate a freestanding .exe using VS2008 Pin
Member 419459325-Jun-08 5:00
Member 419459325-Jun-08 5:00 
AnswerRe: Create a freestanding .exe using VS2008 Pin
toxcct25-Jun-08 5:15
toxcct25-Jun-08 5:15 
AnswerRe: Create a freestanding .exe using VS2008 Pin
Mark Salsbery25-Jun-08 9:43
Mark Salsbery25-Jun-08 9:43 
GeneralRe: Create a freestanding .exe using VS2008 Pin
Member 419459326-Jun-08 8:03
Member 419459326-Jun-08 8:03 
QuestionHow can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
danginkgo25-Jun-08 4:46
danginkgo25-Jun-08 4:46 
AnswerRe: How can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
Iain Clarke, Warrior Programmer25-Jun-08 6:15
Iain Clarke, Warrior Programmer25-Jun-08 6:15 
danginkgo wrote:
How can I associate the editbox with the ratio button?


You can't "associate" them, and have it automatically work.

What you can do is write a EN_CHANGE handler for the edit box, then use SetDlgItemText (ZoomSpinRB, ...) to set the text for the radio button.

I'd be tempted to skip this step though - make the radio button text be blank, and just put the edit box where the radio text would have been. Then when they click on the custom option radio button, read the edit box and use that percentage for whatever you want it for.

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

GeneralRe: How can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
danginkgo25-Jun-08 20:23
danginkgo25-Jun-08 20:23 
QuestionGrid control with Check boxes....Please Help Pin
Rajesh_Parameswaran25-Jun-08 3:55
Rajesh_Parameswaran25-Jun-08 3:55 
AnswerRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 4:16
Iain Clarke, Warrior Programmer25-Jun-08 4:16 
GeneralRe: Grid control with Check boxes....Please Help Pin
Rajesh R Subramanian25-Jun-08 4:17
professionalRajesh R Subramanian25-Jun-08 4:17 
GeneralRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 4:22
Iain Clarke, Warrior Programmer25-Jun-08 4:22 
GeneralRe: Grid control with Check boxes....Please Help Pin
Rajesh_Parameswaran25-Jun-08 22:08
Rajesh_Parameswaran25-Jun-08 22:08 
GeneralRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 22:27
Iain Clarke, Warrior Programmer25-Jun-08 22:27 
QuestionNeed to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 3:27
AnotherFakeName25-Jun-08 3:27 
AnswerRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
Nemanja Trifunovic25-Jun-08 3:48
Nemanja Trifunovic25-Jun-08 3:48 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 4:46
AnotherFakeName25-Jun-08 4:46 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
Nemanja Trifunovic25-Jun-08 5:07
Nemanja Trifunovic25-Jun-08 5:07 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 9:11
AnotherFakeName25-Jun-08 9:11 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
Nemanja Trifunovic25-Jun-08 11:02
Nemanja Trifunovic25-Jun-08 11:02 
AnswerRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 9:11
AnotherFakeName25-Jun-08 9:11 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 10:23
AnotherFakeName25-Jun-08 10:23 
QuestionDate change notification Pin
Ali Tavakol25-Jun-08 3:20
Ali Tavakol25-Jun-08 3:20 
AnswerRe: Date change notification [modified] Pin
SandipG 25-Jun-08 3:25
SandipG 25-Jun-08 3:25 

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.