Click here to Skip to main content
15,906,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: URGENT HELP on speech recognition... Pin
Alexander M.,16-Dec-03 9:02
Alexander M.,16-Dec-03 9:02 
GeneralRe: URGENT HELP on speech recognition... Pin
psyclope16-Dec-03 18:14
psyclope16-Dec-03 18:14 
GeneralRe: URGENT HELP on speech recognition... Pin
JackDaniel786-Mar-04 7:52
JackDaniel786-Mar-04 7:52 
GeneralDYNAMIC_DOWNCAST Pin
satadru15-Dec-03 21:23
satadru15-Dec-03 21:23 
GeneralRe: DYNAMIC_DOWNCAST Pin
jhwurmbach15-Dec-03 22:30
jhwurmbach15-Dec-03 22:30 
Questioncharacters vectorizable! How to make??? Pin
twing15-Dec-03 20:58
twing15-Dec-03 20:58 
GeneralSpinbox Set long for range Pin
shinay15-Dec-03 20:33
shinay15-Dec-03 20:33 
GeneralRe: Spinbox Set long for range Pin
sam India15-Dec-03 21:05
sam India15-Dec-03 21:05 
you can use the function SetRange32 to increase the range of your spin control.

kindly deselect "No thousands" check box in the spin control properties dialog.

CSpinButtonCtrl *pCtrl = (CSpinButtonCtrl *)GetDlgItem(IDC_SPIN);

pCtrl->SetRange32(lower limit,upper limit);

never say die
GeneralExtension DLL in OCX Pin
desabhotlaMadhav15-Dec-03 20:29
desabhotlaMadhav15-Dec-03 20:29 
GeneralChange button browse order Pin
J.B.15-Dec-03 20:06
J.B.15-Dec-03 20:06 
GeneralRe: Change button browse order Pin
sam India15-Dec-03 21:14
sam India15-Dec-03 21:14 
Generalregd Standard template library in C++ Pin
karteek15-Dec-03 20:04
karteek15-Dec-03 20:04 
GeneralRe: regd Standard template library in C++ Pin
jhwurmbach15-Dec-03 20:21
jhwurmbach15-Dec-03 20:21 
GeneralRe: regd Standard template library in C++ Pin
karteek15-Dec-03 20:38
karteek15-Dec-03 20:38 
GeneralRe: regd Standard template library in C++ Pin
jhwurmbach15-Dec-03 20:42
jhwurmbach15-Dec-03 20:42 
Generalverbs and shared menus in Active x Control Pin
safee ullah15-Dec-03 19:23
safee ullah15-Dec-03 19:23 
GeneralChaging Characters; Pin
Bo Hunter15-Dec-03 18:51
Bo Hunter15-Dec-03 18:51 
GeneralRe: Chaging Characters; Pin
Prakash Nadar15-Dec-03 19:36
Prakash Nadar15-Dec-03 19:36 
GeneralRe: Chaging Characters; Pin
Bo Hunter15-Dec-03 19:50
Bo Hunter15-Dec-03 19:50 
GeneralRe: Chaging Characters; Pin
jhwurmbach15-Dec-03 20:26
jhwurmbach15-Dec-03 20:26 
GeneralGetPrinter return incorrect info about SharedPrinter. Pin
Anonymous15-Dec-03 18:50
Anonymous15-Dec-03 18:50 
Generalregd CList Pin
karteek15-Dec-03 18:49
karteek15-Dec-03 18:49 
GeneralRe: regd CList Pin
Prakash Nadar15-Dec-03 19:41
Prakash Nadar15-Dec-03 19:41 
GeneralRe: regd CList Pin
karteek15-Dec-03 20:40
karteek15-Dec-03 20:40 
GeneralRe: regd CList Pin
Prakash Nadar15-Dec-03 23:06
Prakash Nadar15-Dec-03 23:06 

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.