Click here to Skip to main content
15,894,405 members
Everything / Productivity Apps and Services / Team Communication Tools / Zoom

Zoom

Zoom

Great Reads

by JL Doty
App to monitor a system's sensors, with added features
by Christian Specht
Once a year, I need to create a printable map with markers.. The map is for Sindorf trödelt, a website which I built for an annual garage sale in my hometown.. Users can register with their addresses, and I use Google Maps to show them on this map on the website..

Latest Articles

by Christian Specht
Once a year, I need to create a printable map with markers.. The map is for Sindorf trödelt, a website which I built for an annual garage sale in my hometown.. Users can register with their addresses, and I use Google Maps to show them on this map on the website..
by JL Doty
App to monitor a system's sensors, with added features

All Articles

Sort by Score

Zoom 

20 Feb 2019 by JL Doty
App to monitor a system's sensors, with added features
18 Aug 2023 by Richard MacCutchan
Try the following changes in your header file: public: // make these virtual methods virtual void onMixedAudioRawDataReceived(AudioRawData* data_); virtual void onOneWayAudioRawDataReceived(AudioRawData* data_, uint32_t node_id); };
6 Apr 2019 by hamid18
I am drawing a grid on canvas background. On this canvas, I am labeling the vertical lines of the grid which is drawn on canvas background. Then in the same canvas I have ItemsSource whose Panel is another Canvas and on that canvas I am drawing Line object using Points. Initially the the program...
6 Apr 2019 by Gerry Schmitz
Zoombox · xceedsoftware/wpftoolkit Wiki · GitHub[^]
29 Aug 2019 by Christian Specht
Once a year, I need to create a printable map with markers.. The map is for Sindorf trödelt, a website which I built for an annual garage sale in my hometown.. Users can register with their addresses, and I use Google Maps to show them on this map on the website..
23 Jun 2020 by Duong Dieu Phap
Hi, I'm using ScrollViewer UWP control to zoom an image, I manage to set ZoomMode="Enabled" to enable the zooming function. But the problem is, it only works by holding Ctrl key and mouse wheel! Is there any way to just using mouse wheel? Or...
4 Aug 2020 by boyson14
We have a website written in ASP.Net and is often used on mobile phones or tablets. Before upgrading from .Net 2.0 to .Net 4.0, mobile users were able to zoom in, click a button, and the page would refresh to the exact same position and zoom...
28 Dec 2020 by KarstenK
That is clearly a bug you must fix. I guess it is some overflow in your math. So check the code for overflows and fix them correctly. My first candidate would be CalCurveInt. tip: use some test data like input code or specail sample file to...
26 Sep 2022 by Dvdscot
Hello, I am trying to implement Zoom on this example: How to create a line chart using D3[^] I found several examples of zoom, with axes and without. Generally you need to select an area, call zoom there and this zoom is a d3.zoom which then...
18 Aug 2023 by OriginalGriff
Check your makefile: if RawAudioDelegate.cpp isn't compiled in there, and the resulting object / library file included in the linker list it can't be found - which is what the error is telling you.
14 Sep 2023 by MANIKANTA R 2023
I'm working on a project that involves integrating the Zoom SDK into my application. As part of this integration, I'm trying to implement a custom class named RawAudioDelegate to handle raw audio data. However, I'm encountering linker errors...
15 Sep 2023 by RedDk
Well, starting at a point where I can help you find the reason for the LINK2001, add /VERBOSE to the linker COMMAND LINE; this will make the link attempt OUTPUT lengthy. What you want to see there is what exactly the LINKER is doing when it is...
28 Dec 2020 by Member 11271608
Hello, I'm trying to implement spline Catmull-Rom for image zooming using C++ and OpenCV. I performed two tests, the first is image zooming (X2), and the second image reconstruction (zooming image decimated). What I have tried: I'm trying to...
17 Feb 2023 by John 8
I recently started learning Python. I decided to take on a small project that will be useful to me. The main idea of the project is that when the number of participants in the conference zoom reaches the specified value, Zoom closes. What I have...