Classpad Windows
8 posts
• Page 1 of 1
Classpad Windows
Hi. Does someone knows how to use classpad usual windows in an add-in ? (like main, graph, stat, ...)
- helder7
- Senior Member
- Posts: 369
- Joined: Tue Jan 03, 2012 11:24 pm
- Calculators: Casio Afx 1.0, Casio fx-9860GII SD, Casio Classpad 330, Casio fx-CG20, Casio Classpad fx-CP400
if you want use graph, stats, ... you can use classpad emulator
if you want run classpad add-ins in computer, you need .exe addin version + ClassPadDLLgcc.dll (like this: http://www.casio-scene.com/downloads.php?do=file&id=480)
if you want run classpad add-ins in computer, you need .exe addin version + ClassPadDLLgcc.dll (like this: http://www.casio-scene.com/downloads.php?do=file&id=480)
SiO2 + CaCO3 ----------> CaSiO3 + CO2
- MicroPro
- Junior Member
- Posts: 1
- Joined: Sat Jan 26, 2013 8:28 pm
- Calculators: Casio Classpad 300
Re: Classpad Windows
Hi. I know the topic is very old, but I don't know if you have figured out the answer or not. There is a function for this.
For example to show Main, simply call :
- Code: Select all
#define IDB_MODULE_MAIN_WINDOW TYPE_MOD_RUNCAS
#define IDB_MODULE_GRAPH_WINDOW TYPE_MOD_GRAPH
#define IDB_MODULE_TABLE_WINDOW TYPE_MOD_TABLE
#define IDB_MODULE_3D_GRAPH_WINDOW TYPE_MOD_3D
#define IDB_MODULE_GRAPH_EDITOR TYPE_MOD_Y_EDITOR
#define IDB_MODULE_3D_GRAPH_EDITOR TYPE_MOD_3D_EDITOR
#define IDB_MODULE_SEQUENCE_EDITOR TYPE_MOD_SEQUENCE
#define IDB_MODULE_CONICS_EDITOR TYPE_MOD_CONICS
#define IDB_MODULE_LIST TYPE_MOD_LIST
#define IDB_MODULE_SOLVE TYPE_MOD_SOLVE
#define IDB_MODULE_RECURSION_GRAPH_WINDOW 3000
#define IDB_MODULE_CONICS_GRAPH_WINDOW 3001
#define IDB_MODULE_STAT_GRAPH_WINDOW 3002
#define IDB_MODULE_RECTABLE_WINDOW 3003
#define IDB_3D_VIEW_WINDOW 3004
#define IDB_TABLE_RANGE 3005
#define IDB_RECTABLE_RANGE 3006
CPModuleWindow *ReplaceModuleWindow(SIGNED iNewWindowID, void *pVoid = 0, BOOL bActive = TRUE);
For example to show Main, simply call :
- Code: Select all
ReplaceModuleWindow(IDB_MODULE_MAIN_WINDOW);
- fabiomad
- Junior Member
- Posts: 2
- Joined: Sun Jan 27, 2013 3:57 pm
- Calculators: Casio Classpad 300 plus
Re: Classpad Windows
Hi Cartix and thanks for your great code. I wrote to you several years ago but I enjoyed your Casio Calsspad source code. I'd like to ask to you about Kilburn and his application:
https://community.casiocalc.org/topic/2 ... generator/
Can you help me to obtain his source code? Thanks in advance and have a good 2019.
Fabio
https://community.casiocalc.org/topic/2 ... generator/
Can you help me to obtain his source code? Thanks in advance and have a good 2019.
Fabio
8 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests