June 17, 2024, 02:05:56 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Recent posts

Pages 1 ... 3 4 5 6 7 ... 10
41
General Questions / GDI Help - sorry, I posted the...
Last post by Brian - March 20, 2024, 10:24:17 AM
I'm trying to replace the "mushroom.gif" part of this GDI call with a variable:
   result=GdipLoadImageFromFile(L"mushroom.gif",pImage)

Like so:
   result=GdipLoadImageFromFile(LvariableName,pImage)

but it doesn't like it all. Any ideas?

Out of interest, I am putting together a GDI image viewer, and this is my only stumbling-block at the moment. There will be others, no doubt, but this is the main one

Brian
42
GUI Central / Re: Preview Images from dialog
Last post by LarryMc - March 16, 2024, 10:47:30 AM
Nice work Brian
43
GUI Central / Re: Preview Images from dialog
Last post by Brian - March 16, 2024, 09:11:06 AM
I managed to get it working properly!

Brian
44
User Offerings / Re: Tablets Database
Last post by Brian - March 02, 2024, 04:34:28 AM
Updated Tablets.iwb uploaded in the previous post

Brian
45
Console Corner / Getting Elapsed Days
Last post by Brian - February 28, 2024, 05:33:41 AM
Hi,

As part of one of my current programs, I needed to calculate the number of days between certain dates. I have set up a program derived from another called Date_Routines.iwb (attached) and called it Elapsed.iwb, also attached

Put your own DoB in to see how many days you have lived at Line 31

Brian
46
Music and Sound / Harmonica Tablature
Last post by Brian - February 21, 2024, 09:34:38 AM
Hi,

Just converted one of GWS' programs from CBA to IWB. Seems to have converted okay, but don't ask me how it works, I only sing in the bath!

Brian
47
User Offerings / Re: Tablets Database
Last post by Brian - February 19, 2024, 07:45:18 AM
Well, you never know how a program is going to behave until you start using it . . .

After having a couple of Repeat Prescriptions to enter, I realised that the In Stock value was just going up and up. This version now updates the In Stock total, and then calculates how many tablets/pills have been taken from the Started Course date and the day you entered the Repeat amount, and deducts that from the In Stock total. It then resets the Started Course to your Repeat entry date

I have also set up a Repeat Prescription Form in the style that our GPs require. Okay for me, but could require some fiddling from your end. Just Ctrl-click the items that you want to order, and press Ctrl+F

The font I used to simulate handwriting is Nanum Pen, and can be downloaded freely from:
https://fonts.google.com/specimen/Nanum+Pen+Script?query=nanum

You will have to alter your Name to suit in the PrintForm() sub-routine, at Line 1299, and also the three address lines at Lines 1312, 1315 and 1317. And don't forget your Date of Birth at Line 1339 - and then re-compile

For my signature, I used a blue Biro, and scanned it in, and saved as a 24-bit bitmap with a size of 400 x 192. Saving as 8-bit would have meant a smaller file size, but 24-bit gave a more realistic colour

Removed all the previous uploads

Brian

Edit: Just realised you will need my updated ddoc.inc

Edit 1/3/2024: Important small update to Tablets.iwb
48
General Questions / Re: Any fix soon for IWB file ...
Last post by billhsln - February 12, 2024, 12:20:55 PM
I actually have 2 instances of IWB installed.  One for a large multi program setup as a project and the other one to do all the other simpler programs.  Both work fine and I have no problems, but like I said, I run win 10 pro, so maybe there is a difference between pro and home.

Bill
49
General Questions / Re: Any fix soon for IWB file ...
Last post by ckoehn - February 12, 2024, 06:08:44 AM
I'm running Win10 Pro with IWBASIC ver 3.05 and haven't had any problems.  I haven't uninstalled and reinstalled IWBASIC either.  The programs that it produces seem to run fine on other Windows computers too.  At least my customers haven't said anything about them not workinging.

I do check in once in awhile here.  I haven't made another program for awhile so I haven't needed to reference this site as much.

Later,
Clint
50
General Questions / Accessing hidden directories
Last post by billhsln - February 08, 2024, 02:42:17 PM
I am using a modified version of the IWB Cleaner program to scan thru the subdirectories in a hidden directory and telling it to scan all the subdirectories looking for large files.  I was going to delete them and the subdirectories they are in.  However, IWB does not seem to allow it to go thru the subdirectories, there is an error, no idea what it is.

I am initially searching for PDF and MP4 files, since they are the biggest files, I get normally.  After the initial PDF/MP4 files, I will then add logic to just pull files greater than 2 Meg.

MailBird.ini =

1
C:\Users\Bill\AppData\Local\Mailbird\Store\A

The program is not complete, since I can't seem to get it to scan the subdirectories.

Thanks for any help,
Bill
Pages 1 ... 3 4 5 6 7 ... 10