Create a simple app like OneNote?

Hi,

my new Project is an Admin-Desktop-App. One part is the daily documentation. At the moment I use OneNote where I can insert Text, PDF and Pictures (Screenshots).

Now I need something like a textbox where I can insert text and pictures. Is this possible?
Want to insert this into a DB.

Or is it better to use a textbox and add the pictures separately to the text?
Like:

text_id pic_id
text text_id
pic

Thx

OneNote is a simple app???

Depressed now … :frowning:

OneNote isn’t a simple app. I used the wrong words. I just want a something like a textbox with pictures inside. But there is only a textbox or an image =/

With Xojo only, you would have to Build your own solution based on a Canvas. But you could use https://www.bkeeney.com/formatted-text-control/ instead.

1 Like