Search found 15 matches

  • 1
  • 2
by Run8stud
04 Nov 2021, 23:38
Forum: General Discussion
Replies: 7
Views: 4951

Re: Noesis DLL (C#)

Ok, we found the problem; somehow, this one particular guy needed to download and install "VC_redist.x64.exe" from Microsoft and that solved his problem. All of my other testers must somehow already have those dependencies as part of their system. So we're good.
by Run8stud
04 Nov 2021, 17:21
Forum: General Discussion
Replies: 7
Views: 4951

Re: Noesis DLL (C#)

Small mistake: it's Noesis.GUI.dll, not Noesis.dll; the successful tester had to set an Exclusion in Windows Defender for Noesis.GUI.dll and then he was able to run everything just fine. The unsuccessful tester is likely setting the wrong exclusion and I'll probably know later today if he succeeds o...
by Run8stud
03 Nov 2021, 22:39
Forum: General Discussion
Replies: 7
Views: 4951

Re: Noesis DLL (C#)

I commented-out SetCallBack(), and the crash simply moved to Noesis.GUI.Init() with the same results, can't call the DLL: System.DllNotFoundException: Unable to load DLL 'Noesis': The specified module could not be found. (Exception from HRESULT: 0x8007007E) Other info: - C# using Visual Studio 2017 ...
by Run8stud
03 Nov 2021, 22:21
Forum: General Discussion
Replies: 7
Views: 4951

Re: Noesis DLL (C#)

Sorry for my delay in responding... I will find out which rule he set and post it for you. As for removing SetLogCallback, I'll have to recompile it and have the guy try it out. It seems to be whichever happens to be the first call to the DLL, so I don't think it's specifically SetCallback().
by Run8stud
29 Oct 2021, 00:54
Forum: General Discussion
Replies: 7
Views: 4951

Noesis DLL (C#)

FATAL - System.DllNotFoundException: Unable to load DLL 'Noesis': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at Noesis.Log.Noesis_RegisterLogCallback(NativeLogCallback callback) Two of my beta-testers have run into this problem when our program starts up; one of th...
by Run8stud
27 Jul 2018, 22:11
Forum: General Discussion
Replies: 2
Views: 827

Re: Listbox KeyDown event question

My apologies, it never fails... I spend two hours trying to figure out what I did wrong, finally ask a question, and then find my error. Please delete my question above.
by Run8stud
27 Jul 2018, 21:26
Forum: General Discussion
Replies: 2
Views: 827

Listbox KeyDown event question

I have a ListBox and I'm trying to use Extended selection mode. Single and Multiple modes both work perfectly normally, but Extended is not. This same listbox has a KeyDown event where I use a switch-case block to handle a couple other keys, and these work fine. I noticed while troubleshooting via a...
by Run8stud
11 Jul 2018, 12:57
Forum: General Discussion
Replies: 1
Views: 658

Tooltips Enable\Disable

I've searched around and can't seem to find an answer...

I'd like to give our users a menu option to Enable or Disable seeing the Tooltips on the various controls. Is this possible in NoesisGUI?

Something like UserControl.DisableTooltips = true
by Run8stud
03 Jul 2018, 12:16
Forum: General Discussion
Replies: 10
Views: 2666

Re: Noesis Questions

Thank you thank you!!! Yes I had totally forgotten to call that part. Works beautifully! That also tied in with another problem I was having with text-boxes, but once I realized how to properly send the keyboard input to the control, all was fine. Muchas Gracias!
by Run8stud
28 Jun 2018, 09:36
Forum: General Discussion
Replies: 10
Views: 2666

Re: Noesis Questions

Regarding the MouseWheel event, as far as I know I'm handling it correctly based on how other events are connected and handled. My only change is I tried a TextBox instead of a TextBlock, but same results either way. From NumericUpDown.xaml: <TextBox Name="TextBox" MouseWheel="MouseWh...
  • 1
  • 2