|
-
Sep 29th, 2002, 04:19 PM
#1
Thread Starter
New Member
Creating Components
Hello All WINAPI Developers,
I'm creating a computer language but I'm not exactly sure how to go about creating the components for it, however I want to make my own and not use another one. This needs to be based on my language and would not even work if it was from another. Basically, the developers creating applications in my language would be able to easily create things. My language is KoolBASIC
CREATE WINDOW AS KWINDOW
KWINDOW.CAPTION = "HELLO WORLD!"
KWINDOW.HEIGHT = 800
KWINDOW.WIDTH = 800
KWINDOW.ALIGN = CENTER
END CREATE
Components I need to create:
- GUI modules
- Screensaver modules
- sockets
- windows
- menus
- rich edit boxes
- open dialogs
- save dialogs
- edit boxes
- checkboxes
- radio buttons
- gauge
- combo boxes
- list boxes
- group boxes
- labels
- strings
- timers
- fonts
- files
- bitmaps
- icons
- cursors
- brushes
- pens
- multitasking abiliities
I however don't know a good resource to help me create these types of items.
Does anyone know how I can get started or examples of some of these that I can base off of?
It wouldn't be written in Visual BASIC but if it was written in Visual BASIC I could easily port it to my language..they're similar in a way.
~Jared
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|