Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Formatting in messagebox Pin
Jimmy Ehrnström23-Aug-01 3:22
Jimmy Ehrnström23-Aug-01 3:22 
GeneralRe: Formatting in messagebox Pin
Tomasz Sowinski23-Aug-01 3:30
Tomasz Sowinski23-Aug-01 3:30 
GeneralRe: Formatting in messagebox Pin
Jimmy Ehrnström23-Aug-01 3:36
Jimmy Ehrnström23-Aug-01 3:36 
GeneralConst Char * etc Pin
Ray Kinsella23-Aug-01 0:04
Ray Kinsella23-Aug-01 0:04 
GeneralRe: Const Char * etc Pin
23-Aug-01 1:18
suss23-Aug-01 1:18 
GeneralRe: Const Char * etc Pin
Matt Gullett23-Aug-01 1:24
Matt Gullett23-Aug-01 1:24 
GeneralRe: Const Char * etc Pin
Anders Molin23-Aug-01 1:26
professionalAnders Molin23-Aug-01 1:26 
GeneralRe: Const Char * etc Pin
Ray Kinsella23-Aug-01 1:54
Ray Kinsella23-Aug-01 1:54 
Cool,

Thanks for the explaination, funny I have gone all this time without knowing that.

I had a look at CESoftware.dk, you seem to devote most of your CE Programming Skill to developing games. I do alot embedded development myself (I am the King of Unaligned Data Access Exceptions) and I spend most of my time developing Form to Database applications.

I have often felt what CE and other Mobile Platforms lack is a Interface to Database Scripting Language. Something really high level (even higher than embedded VB and faster). That would parse a script from which it would generate a user interface and read/write a datasource. A rough idea only ...

For Example it could look something like this:

FORM FORM1(0,0,240,160, \\Storage Card\\DataSource.cdb)

TREEVIEW TREEVIEW1(10,10, 200, 150, SELECT * FROM CUSTOMERS)
BUTTON BUTTON1(210, 130, 230, 150, "Ok")

FORM_INITALISE

END FORM_INITALISE

FORM_ONBUTTON1CLICK

SQL DELETE * FROM CUSTOMERS

CLOSE FORM1

END ONBUTTON1CLICK

END FORM

Regards

Ray

"Je Suis Mort De Rire"


GeneralRe: Const Char * etc Pin
Anders Molin23-Aug-01 2:35
professionalAnders Molin23-Aug-01 2:35 
GeneralRe: Const Char * etc Pin
Ray Kinsella23-Aug-01 5:24
Ray Kinsella23-Aug-01 5:24 
GeneralRe: Const Char * etc Pin
23-Aug-01 6:14
suss23-Aug-01 6:14 
GeneralProblem in Windows 2000 Professional and Visual Studio 6 Enterprise Edition Pin
22-Aug-01 23:46
suss22-Aug-01 23:46 
QuestionHow to use PFA_JUSTIFY in RTF RichEdit ? Pin
22-Aug-01 20:42
suss22-Aug-01 20:42 
GeneralQuestions about #pragma warning disable Pin
Tony Belcher22-Aug-01 20:32
Tony Belcher22-Aug-01 20:32 
GeneralRe: Questions about #pragma warning disable Pin
Tomasz Sowinski22-Aug-01 23:21
Tomasz Sowinski22-Aug-01 23:21 
GeneralRe: Questions about #pragma warning disable Pin
Anders Molin22-Aug-01 23:28
professionalAnders Molin22-Aug-01 23:28 
QuestionHow get ViewList from MainFrame Pin
22-Aug-01 20:06
suss22-Aug-01 20:06 
AnswerRe: How get ViewList from MainFrame Pin
23-Aug-01 13:01
suss23-Aug-01 13:01 
GeneralA Question About Asynchronous Property Pin
Maer72722-Aug-01 19:41
Maer72722-Aug-01 19:41 
GeneralDialog Box and String lengths Pin
22-Aug-01 17:11
suss22-Aug-01 17:11 
GeneralRe: Dialog Box and String lengths Pin
Jim A. Johnson22-Aug-01 18:35
Jim A. Johnson22-Aug-01 18:35 
GeneralRe: Dialog Box and String lengths Pin
Jim A. Johnson22-Aug-01 18:35
Jim A. Johnson22-Aug-01 18:35 
GeneralCatching Keystrokes from a CEditView Pin
Joseph LeBlanc22-Aug-01 16:03
Joseph LeBlanc22-Aug-01 16:03 
GeneralRe: Catching Keystrokes from a CEditView Pin
Tomasz Sowinski22-Aug-01 23:28
Tomasz Sowinski22-Aug-01 23:28 
GeneralModaless Dialog Box Pin
John Uhlenbrock22-Aug-01 11:23
John Uhlenbrock22-Aug-01 11:23 

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.