Click here to Skip to main content
16,005,389 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Command line compiler help needed!!! Pin
Mark Salsbery14-Feb-07 8:09
Mark Salsbery14-Feb-07 8:09 
AnswerRe: Command line compiler help needed!!! Pin
aossoble16-Feb-07 7:10
aossoble16-Feb-07 7:10 
QuestionCode conversion from FORTRAN to C++ Pin
Karismatic13-Feb-07 19:02
Karismatic13-Feb-07 19:02 
AnswerRe: Code conversion from FORTRAN to C++ Pin
Christian Graus14-Feb-07 22:23
protectorChristian Graus14-Feb-07 22:23 
AnswerRe: Code conversion from FORTRAN to C++ Pin
Alaric_16-Feb-07 3:06
professionalAlaric_16-Feb-07 3:06 
QuestionHow can I Refresh List Box in a loop adding item Pin
Pankaj.Jain12-Feb-07 22:53
professionalPankaj.Jain12-Feb-07 22:53 
AnswerRe: How can I Refresh List Box in a loop adding item Pin
prasad_som12-Feb-07 23:07
prasad_som12-Feb-07 23:07 
GeneralRe: How can I Refresh List Box in a loop adding item Pin
Pankaj.Jain12-Feb-07 23:42
professionalPankaj.Jain12-Feb-07 23:42 
Thanks Prasad!
for ur reply, but there is no effect after modifying my code
for(int i=1;i<=100;i+=1) //Loop
{
if(i%10==0)
{
SendDlgItemMessage(IDC_LIST3, LB_INSERTSTRING, (WPARAM) -1, (LPARAM) _T("HP Laser Jet 5000 Series PCL 6")); //Adding String in ListBox
SendDlgItemMessage(IDC_LIST3, WM_SETREDRAW , 1, 1);//Code is added here
}
}

Acually i want to add in listbox with the progresbar so I need to refresh listbox to show simulteneous progress, If u hv any other idea please share with me. I will take care about ur suggession in future.
Thanks


Pankaj Jain

AnswerRe: How can I Refresh List Box in a loop adding item Pin
prasad_som13-Feb-07 1:29
prasad_som13-Feb-07 1:29 
QuestionUnicode Strings and the L prefix Pin
«_Superman_»12-Feb-07 19:31
professional«_Superman_»12-Feb-07 19:31 
AnswerRe: Unicode Strings and the L prefix Pin
Christian Graus13-Feb-07 9:58
protectorChristian Graus13-Feb-07 9:58 
QuestionRe: Unicode Strings and the L prefix Pin
«_Superman_»13-Feb-07 22:11
professional«_Superman_»13-Feb-07 22:11 
AnswerRe: Unicode Strings and the L prefix Pin
John R. Shaw14-Feb-07 9:46
John R. Shaw14-Feb-07 9:46 
QuestionRe: Unicode Strings and the L prefix Pin
«_Superman_»18-Feb-07 18:49
professional«_Superman_»18-Feb-07 18:49 
AnswerRe: Unicode Strings and the L prefix Pin
John R. Shaw22-Feb-07 4:52
John R. Shaw22-Feb-07 4:52 
QuestionHow can I increase stack limit in C language? Pin
BawaSingh12-Feb-07 18:01
BawaSingh12-Feb-07 18:01 
AnswerRe: How can I increase stack limit in C language? Pin
prasad_som12-Feb-07 18:13
prasad_som12-Feb-07 18:13 
Questionarrays Pin
ripgirl200712-Feb-07 13:36
ripgirl200712-Feb-07 13:36 
AnswerRe: arrays Pin
User 58385212-Feb-07 16:57
User 58385212-Feb-07 16:57 
GeneralRe: arrays Pin
prasad_som12-Feb-07 17:15
prasad_som12-Feb-07 17:15 
AnswerRe: arrays Pin
Christian Graus12-Feb-07 18:50
protectorChristian Graus12-Feb-07 18:50 
Questionminimize to system tray Pin
convivial.developer12-Feb-07 7:55
convivial.developer12-Feb-07 7:55 
AnswerRe: minimize to system tray Pin
Christian Graus12-Feb-07 8:42
protectorChristian Graus12-Feb-07 8:42 
GeneralRe: minimize to system tray Pin
convivial.developer12-Feb-07 9:19
convivial.developer12-Feb-07 9:19 
GeneralRe: minimize to system tray Pin
Andres Giachini12-Feb-07 16:39
Andres Giachini12-Feb-07 16:39 

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.