Click here to Skip to main content
15,893,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionReading Binary Data from Registry ? Pin
Sakthiu16-Nov-06 23:39
Sakthiu16-Nov-06 23:39 
AnswerRe: Reading Binary Data from Registry ? Pin
Christian Graus16-Nov-06 23:44
protectorChristian Graus16-Nov-06 23:44 
AnswerRe: Reading Binary Data from Registry ? Pin
Rajesh R Subramanian16-Nov-06 23:55
professionalRajesh R Subramanian16-Nov-06 23:55 
AnswerRe: Reading Binary Data from Registry ? Pin
David Crow17-Nov-06 3:29
David Crow17-Nov-06 3:29 
AnswerRe: Reading Binary Data from Registry ? Pin
Hamid_RT17-Nov-06 7:46
Hamid_RT17-Nov-06 7:46 
QuestionHow to build a debugger Pin
ThianSeng16-Nov-06 23:31
ThianSeng16-Nov-06 23:31 
AnswerRe: How to build a debugger Pin
prasad_som17-Nov-06 1:01
prasad_som17-Nov-06 1:01 
QuestionCan U plz help me InstallShield Problem Pin
Jeeva Mary Varghese16-Nov-06 23:22
Jeeva Mary Varghese16-Nov-06 23:22 
hai ,
I am creating a set up dialog using InstallShield12.I wrote InstallScript for this.But some Issues/I want to add some text into it.But when i add a piece of text using these methods

hItem2=GetDlgItem(hDlg, STATIC_TEXT_ID);
SetWindowText(hItem2, "First");
SetWindowLong(hItem2, GWL_STYLE, nStyle1);

SetWindowPos(hItem2, NULL, 60,60,20,25, SWP_DRAWFRAME | SWP_SHOWWINDOW |SWP_NOSIZE|SWP_NOZORDER );


But only one line text is created ,

I want to add two sets of data.So I repatedly specifying the above code,
But either the first one or second one is displaying,

That is in the hItem having value at a single time only.


can anybody help me plz.....................

Jeeva
AnswerRe: Can U plz help me InstallShield Problem Pin
Rage17-Nov-06 0:21
professionalRage17-Nov-06 0:21 
QuestionResize a Control inside a CSplitterWnd? Pin
Franken16-Nov-06 22:44
Franken16-Nov-06 22:44 
AnswerRe: Resize a Control inside a CSplitterWnd? Pin
Viorel.16-Nov-06 22:54
Viorel.16-Nov-06 22:54 
GeneralRe: Resize a Control inside a CSplitterWnd? Pin
Franken16-Nov-06 23:38
Franken16-Nov-06 23:38 
QuestionProblem in Background colouring of CStatic Pin
georgekjolly16-Nov-06 22:39
georgekjolly16-Nov-06 22:39 
AnswerRe: Problem in Background colouring of CStatic Pin
Steve Thresher17-Nov-06 3:16
Steve Thresher17-Nov-06 3:16 
GeneralRe: Problem in Background colouring of CStatic Pin
georgekjolly17-Nov-06 17:20
georgekjolly17-Nov-06 17:20 
QuestionChallenging Interview Question Pin
AryaSoft16-Nov-06 22:33
AryaSoft16-Nov-06 22:33 
AnswerRe: Challenging Interview Question Pin
toxcct16-Nov-06 22:46
toxcct16-Nov-06 22:46 
GeneralRe: Challenging Interview Question Pin
David Crow17-Nov-06 3:52
David Crow17-Nov-06 3:52 
JokeRe: Challenging Interview Question Pin
ThatsAlok16-Nov-06 22:48
ThatsAlok16-Nov-06 22:48 
AnswerDND Pin
Rajesh R Subramanian16-Nov-06 22:49
professionalRajesh R Subramanian16-Nov-06 22:49 
AnswerRe: Challenging Interview Question Pin
Hamid_RT16-Nov-06 23:08
Hamid_RT16-Nov-06 23:08 
AnswerRe: Challenging Interview Question Pin
Christian Graus16-Nov-06 23:46
protectorChristian Graus16-Nov-06 23:46 
AnswerRe: Challenging Interview Question Pin
Rage17-Nov-06 0:17
professionalRage17-Nov-06 0:17 
QuestionHow Can I View the Dll file function and return Types or Params types Pin
Shi Zhu16-Nov-06 22:06
Shi Zhu16-Nov-06 22:06 
AnswerRe: How Can I View the Dll file function and return Types or Params types Pin
Mr.Brainley16-Nov-06 22:33
Mr.Brainley16-Nov-06 22:33 

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.