Suggest a Control...
-
lunedì 13 marzo 2006 08:56Hi, I'm in need of using calculator extensively in my application. Built on VFP 6.0. I tried with the following code Activate window calculator . . . THen I Tried Activate window calculator noshow Show window calculator in window <wname> . . . But the calculator doesn't pop-up..... But If i close the application, I find the calcultor active in Foxpro Desktop... I guessed the reason as I have set the desktop property of the mainform[top-level form] as .T. Please suggest me a way to do this.... or I've seen text-box controls with built-in calculators (just the one in MS Money...). Hot to implement that ....? Or is it available as ActiveX control.....? Thanks in Advance Markish
Tutte le risposte
-
martedì 14 marzo 2006 10:59
You could just do :-
Run /N calc
HTH,
Robbo
- Proposto come risposta Ed Price - MSFTMicrosoft Employee, Owner martedì 3 luglio 2012 00:19
- Contrassegnato come risposta Ed Price - MSFTMicrosoft Employee, Owner mercoledì 10 ottobre 2012 01:29

