-
i am interested in this lib , but any full example will be good.
-
_**Saludos.**_
### **_¿Alguien me puede Ayudar?_**
### Alguien a consumido el **API REST desde Visual FoxPro**?
**### Ya hice la prueba desde el PostMan y hace la prueba perfectamente.**
T…
-
Similar to https://github.com/AkbarTheGreat/cszb-scoreboard/issues/6, but for Giphy. I don't know if wxDC supports animated gifs by default, so this may require implementing an animated gif animator.
-
```
hey, for those who are still interested in Simple, have a look at my program,
which makes Simple simple!
http://code.google.com/p/vb4android/
```
Original issue reported on code.google.com by `…
-
As per a conversation in [the antlr-discussions Google group](https://groups.google.com/g/antlr-discussion/c/-g5CF0MuUBk), there is confusion as to use of the grammars in this Github repo that are mis…
-
### VB.Net input code
Requires a reference to "Microsoft Outlook 16.0 Object Library".
```vbnet
Imports Microsoft.Office.Interop.Outlook
Module Module1
Sub Main()
End Sub
Su…
-
This fails:
```VBA
Module MyModule
Sub TestLongByRef()
Dim i As Long, j As Long
j = 4
EditLongByRef i, j
Debug.Assert i = 6
End Sub
Private Sub Edi…
-
As of v0.14.1, you can now create real Windows Forms with twinBASIC. We're currently limited to the following controls:
- Label
- TextBox
- CommandButton
- OptionButton
- CheckBox
- ComboBox
…
-
i. There are a number of series listed in the DataDict table that do not have values stored in the IFsHistSeries. Are these series necessary/what is their purpose/should we pull data for these series?…
-
**Describe the solution you'd like**
A useful syntactical sugar to have would be to mark a parameter as `Out`. twinBASIC allows a parameter to be passed `ByVal` or `ByRef`. However, I've often found …