Questions tagged [wisej]
5 questions
1
vote
0 answers
WiseJ Implementation of FullCalendar IO
WiseJ implements an extension of Fullcalendar but the enum listing of its ViewTypes does not appear to include the free feature/view named "TimeGrid".
In contrast the premium "Timeline" is in the enum list and invokable when I reference their Non…

ChristianProgrammer
- 285
- 3
- 14
1
vote
1 answer
Add Window Handle to FileSavePicker Sub Running in Sub-Domain
I'm trying to integrate the functionality of the Windows.Graphics.Printing3D API into a WiseJ VB.Net app to create .3mf files.
The Printing3D methods depend on UWP, so I created a sub-domain that allows the methods to function. All is well until it…

GAL43
- 11
- 2
0
votes
0 answers
Images in DatagridView - Path Source - c#/forms
I Want add images to my dataGridView columns, but i cant find the way to reference my image, or .ico inside of my project.
how i do this reference to inside the project, the path. I want generate my dll with my images.
Example:
private void…
0
votes
1 answer
MouseEnter, MouseLeave, etc, Event Handlers on a second PictureBox Fail to Fire
I have a large WiseJ vb.net program which has multiple Picturebox controls. An image is loaded into the control on one event, the cursor changes on another etc. Each picturebox use four different events for my functionality. The first picturebox…

GAL43
- 11
- 2
0
votes
1 answer
How to have a split button show context menu only when the split part is clicked?
I have found many question concerning split buttons, but I need clarification.
I am using a Wisej split button. The following code will show a context menu to the bottom left of the button part(left-side of the split button which has button text) of…

James N
- 84
- 2
- 11