Hey,
I finished my first application in Pure Basic and wanted to give it some friends of mine, but my problem is the installer. I tried PureInstall, but my program needs to function properly sqlite.dll, which has to be copied in the windows system directory, if I'm not wrong. Further I wanted to ...
Search found 4 matches
- Sun Jan 11, 2004 3:21 pm
- Forum: Coding Questions
- Topic: Installer for Project
- Replies: 4
- Views: 1688
- Tue Jan 06, 2004 1:12 pm
- Forum: Coding Questions
- Topic: How to maximize my program's window at start ?
- Replies: 5
- Views: 3316
Thanks for the quick reply
I think this api call should be also on the FAQ, which I checked out before writing my request here.
- Tue Jan 06, 2004 12:59 pm
- Forum: Coding Questions
- Topic: How to maximize my program's window at start ?
- Replies: 5
- Views: 3316
How to maximize my program's window at start ?
Hey Guys,
I know how to get the clientarea of the screen and my program automatically uses that information when opened, but it still isn't the same when I press afterwards maximise.
How can I get my window to automatically maximise at startup ? without having to press the button in the right top ...
I know how to get the clientarea of the screen and my program automatically uses that information when opened, but it still isn't the same when I press afterwards maximise.
How can I get my window to automatically maximise at startup ? without having to press the button in the right top ...
- Thu Nov 13, 2003 11:39 am
- Forum: Coding Questions
- Topic: SQLite Errormessage "library routine called out of sequ
- Replies: 3
- Views: 1419
SQLite Errormessage "library routine called out of sequ
Here a short programme code like the one in my programme:
#DB=0
InitSQLite()
DBHandle=SQLiteOpen(#DB,"test1.db")
Query$="create table status(name text);"
result=SQLiteExec(Query$)
Debug SQLiteError(result)
SQLiteClose(#DB)
DBHandle=SQLiteOpen(#DB,"test2.db")
Query$="create table status(name text ...
#DB=0
InitSQLite()
DBHandle=SQLiteOpen(#DB,"test1.db")
Query$="create table status(name text);"
result=SQLiteExec(Query$)
Debug SQLiteError(result)
SQLiteClose(#DB)
DBHandle=SQLiteOpen(#DB,"test2.db")
Query$="create table status(name text ...