News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Notepad style text editor.

Started by hutch--, March 22, 2017, 08:37:28 PM

Previous topic - Next topic

hutch--

Neat minimum interface for folks who like austerity in software.

TWell

ThatGetWindowText Editgt,ByVal pstr,64
ucnt = atol(ByVal pstr)         ' MSVCRT atol fuction
could replaced with ?ucnt = GetDlgItemInt(hDlg,100,0,0)

hutch--

Tim,

I have barely seen the guts of this app for about 8 years but from memory it was among other things showing ways to use MSVCRT in BASIC rather than dependency on the PB conversions, mainly as a code size reduction technique. Your suggestion looks like a good idea.