Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to use interrupt in VC++ Pin
kflrei17-Jul-06 23:28
kflrei17-Jul-06 23:28 
AnswerRe: How to use interrupt in VC++ Pin
Maxwell Chen17-Jul-06 23:41
Maxwell Chen17-Jul-06 23:41 
QuestionTAB CONTROL Pin
ashish dogra17-Jul-06 23:13
ashish dogra17-Jul-06 23:13 
AnswerRe: TAB CONTROL Pin
mimimimilaw17-Jul-06 23:18
mimimimilaw17-Jul-06 23:18 
AnswerRe: TAB CONTROL Pin
ashish dogra17-Jul-06 23:49
ashish dogra17-Jul-06 23:49 
GeneralRe: TAB CONTROL [modified] Pin
anu_8818-Jul-06 1:06
anu_8818-Jul-06 1:06 
AnswerRe: TAB CONTROL Pin
Hamid_RT17-Jul-06 23:54
Hamid_RT17-Jul-06 23:54 
GeneralRe: TAB CONTROL Pin
ashish dogra18-Jul-06 0:03
ashish dogra18-Jul-06 0:03 
i use tab control and now when i click on one tab it change color to red
if i click on second tab itm give color blue
now i made tabs by doing coding in oninitdialog function
now in which function i need to change color
i use foolowing code

m_tab.InsertItem(0,"BLACKRECT");
m_tab.InsertItem(1,"GRAY");
m_tab.InsertItem(2,"WHITERECT");
m_tab.SetCurSel(1);


Ashish Dogra
MCA
Noida
GeneralRe: TAB CONTROL Pin
Hamid_RT18-Jul-06 0:22
Hamid_RT18-Jul-06 0:22 
GeneralRe: TAB CONTROL Pin
ashish dogra18-Jul-06 0:29
ashish dogra18-Jul-06 0:29 
GeneralRe: TAB CONTROL Pin
Cool Ju18-Jul-06 1:04
Cool Ju18-Jul-06 1:04 
GeneralRe: TAB CONTROL Pin
ashish dogra18-Jul-06 1:16
ashish dogra18-Jul-06 1:16 
GeneralRe: TAB CONTROL Pin
David Crow18-Jul-06 3:08
David Crow18-Jul-06 3:08 
QuestionHow to .rc??? [modified] Pin
mimimimilaw17-Jul-06 22:47
mimimimilaw17-Jul-06 22:47 
AnswerRe: How to .rc??? Pin
toxcct17-Jul-06 23:42
toxcct17-Jul-06 23:42 
GeneralRe: How to .rc??? Pin
Maxwell Chen17-Jul-06 23:45
Maxwell Chen17-Jul-06 23:45 
GeneralRe: How to .rc??? Pin
mimimimilaw17-Jul-06 23:48
mimimimilaw17-Jul-06 23:48 
GeneralRe: How to .rc??? [modified] Pin
Maxwell Chen17-Jul-06 23:50
Maxwell Chen17-Jul-06 23:50 
GeneralRe: How to .rc??? Pin
mimimimilaw17-Jul-06 23:54
mimimimilaw17-Jul-06 23:54 
GeneralRe: How to .rc??? Pin
toxcct17-Jul-06 23:53
toxcct17-Jul-06 23:53 
GeneralRe: How to .rc??? Pin
Maxwell Chen17-Jul-06 23:57
Maxwell Chen17-Jul-06 23:57 
GeneralRe: How to .rc??? Pin
mimimimilaw17-Jul-06 23:57
mimimimilaw17-Jul-06 23:57 
GeneralRe: How to .rc??? Pin
Hamid_RT17-Jul-06 23:57
Hamid_RT17-Jul-06 23:57 
GeneralRe: How to .rc??? Pin
toxcct17-Jul-06 23:58
toxcct17-Jul-06 23:58 
GeneralRe: How to .rc??? Pin
mimimimilaw18-Jul-06 0:01
mimimimilaw18-Jul-06 0:01 

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.