Has anyone got new doc of Microsoft Power Apps? - documentation

I'm searching for a new documentation / guide of Microsoft Power apps because some function won't work and I had a lot of error using old syntax..so Can someone has got any Guide of Power apps 2023.
Thanks Very much
I tried functions and Patches using old synthax but It won't work.
I need a 2023 guide for Power Apps

This is the official Microsoft "Learn" page for Power Apps - for ClearCollect:
Collect, Clear, and ClearCollect functions in Power Apps

This link always has the latest version of PowerApps - https://learn.microsoft.com/en-us/power-apps/

Related

I want to use Yandex api translate but

I saw the terms, It's not clear for me if It's for business(ads) or not.
I want if someone can confirm my doubts for me.
If It's not for business can anyone show me other free apis...
Use Microsoft Text Translate API
Microsoft Translator Text API
It has free 2m character translation/month on its free tier
See Pricing Details here
And if you are developing your application in android. Might as well help me debug this since I'm trying to create an MS Translator on android. :)
MS Translator for Android

outlook addin: how to I develop my own one?

I am afraid this is an untypical "unspecific" question...
I have a lot of code in Outlook, and this should also be used by other users. Up to now I am exporting the modules and forms from my Outlook, and import them on the other machines. But this of course is quite a hassle on every change.
So I thought about turning them into an adding - easy to do for example for Excel...
I have done some Research now and the following questions are left:
is it right that the only software really useful is Visual Studio?
i did download the Trial Version of Visual Studio, and digged into it... but it seems I can not copy/paste the existing code, but there are a lot of changes necessary in the code - is that right? Is there a Kind of "translation" for the most common things?
Thanks for your answers,
Max
Not sure if by trial version you mean Visual Studio Express which you can find here:
http://www.microsoft.com/visualstudio/eng/downloads#d-2013-express
In any case this should allow you to copy/paste your code. Also if you are a student/academic you can download the full version for free (https://www.dreamspark.com).
If you don't want to use VS, you could try SharpDevelop and NetOffice as an alternative.
I wrote a series on my blog about how to create an add-in for Outlook. There are quite specific instructions on how to get started, pitfalls I encountered along the way and tips/tricks to help you.
Here is where the series starts: http://www.midniteblog.com/?p=6. You can see all the links for the series here: http://www.midniteblog.com/?s=outlook.
Hope this is helpful for you!
P.S. You definitely want to use Visual Studio for a project like this because of the nature of Microsoft product integration.

How to get all processes running in .net cf

I want to get a list of all running application in my windows mobile 6.5 from my application.
Can anyone tell me how to do this for CF??
You have to P/Invoke the toolhelp APIs. There used to be an MSDN article that covered this (it's a bit long to put it all into a post here, though maybe that's a better idea?). The gist of it can also be found in the SDF source code over on Github.

Is there something similar to Source Code Outliner Power Toy for VS2010?

I absolutely love the Source Code Ouliner power toy that I use in VS2005 but am upgrading to 2010 and it seems they haven't yet released a new version. Is there anything similar that shows you a basic outline of the file you are currently navigating?
ReSharper, amongst many other features, has a File Structure window which does the same as Source Outliner.
For a free one, try the Solution Navigator in the Microsoft Productivity Power Tools.
Like you, I found this a totally great plug in that saved on the order of minutes per day. No more searching for functions! Luckily Source Outliner has been re-created for VS2010 and is still free. However, sbohlen updated it and it now runs on the (free) DXCore environment. I have been using it ever since I upgraded to VS2010.
You can read along as I got this set up, downloaded all the parts and got it running.
http://unhandled-exceptions.com/blog/index.php/2010/05/23/plugins-for-dxcorecoderushxpresscoderushrefactor-pro-201014-rtm-available/
The download is here:
http://code.google.com/p/dxsourceoutliner/downloads/list
You will also need the DXCore community installer from http://www.devexpress.com
But as a ReSharper user for years now, I will use the File Structure - same sort of view and already built in to R#.

Sample application for Microsoft PixelSense?

Do you guys came across any sample application (i need source code of the app) for Microsoft PixelSense in web?
Guys after googling lot i have collected few useful links to start coding on surface environtment.
http://channel9.msdn.com/pdc2008/PC17/#Page
http://ctlabs.blogspot.com/search/label/Surface
http://robertbunn.wordpress.com/2009/04/18/converting-wpf-apps-to-surface-apps-part-1/
http://www.aboutmicrosoftsurface.com/features-of-microsoft-surface.php
if you guys come across any useful post for surface please post your answers.
You will need the Surface SDK 1.0 which is not available thru an official source.
You can now download the Surface SDK with sample applications from the Surface Partner site. If you have access to the Surface Community site there are more advanced applications without source there.