Silverlight workflow designer(grapholite) - silverlight

i wanna make a workflow designer with the help of the silverlight. i already got a demo on this site. which is splendid and has almost everything i want. it is said that this site is open source, but i have not found it.all i get is just the dll.
Does anybody here know this site and have the source or know the way how to get the source?
Please share, thanks.

Related

Create and integrate a Help File for WPF vb.net

I would like to implement a F1 help/user guide for my WPF MVVM vb.net project but I can't seem to even create a project for it.
So I've done some searching and a lot of answers to this question on here are over 5 years old and most of the links are broken so I'd like to get a more up-to-date answer.
I also found this msdn page, which talks all about a HTML help project (.hhp) in visual studio, yet I cannot seem to find it.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms524279(v=vs.85).aspx
My life is also made that bit harder by the fact that the PC I write code on isn't connected to the internet.
Any help appreciated
There is an alternate way to do this. When you press F1 key on the keyboard , an addition window with a tree structure comes of. That is totally written in HTML and CSS.
Have a look at Microsoft HTML Help Workshop.

Retrieve SharePoint Online File Directory

I have a web application that needs to dynamically load a document library from SharePoint Online and I can't find a way to do that. I've tried looking into the Microsoft.SharePoint library and I thought that was the direction I needed to go, but I can't get that .dll to work in my Project. Does anyone else have a solution? I can't seem to find anyone else having this problem and its getting very frustrating.
Is there a NuGet package I'm missing or a different API that needs to be used?
If someone could point me in the right direction, that would be great
Microsoft.SharePoint only works on a SharePoint Web Front End. Use Microsoft.SharePoint.Client, also known as CSOM, to connect remotely.
https://msdn.microsoft.com/en-us/library/ff798388.aspx

Creating an updating GUI, IE Video or Blog service in VB.net Winforms

First of all I would like to thank everyone on this forum, as you have made some of my friends greatest projects successful and I was hoping one of these projects can be done without them.
Now I want to expand to other services. I want to make an app in WinForms or WPF (But im still learning XAML so if you can it would help to answer for winforms) that constantly updates data and displays pictures or video in a row/rows. Like almost Moviebox for iPhone or Showbox for android. How movies are updated constantly without updating the app. (Im not promting piracy, its just the best example I could think of). And when you click on the movie(Which is a picture) it gives a description and picture and even a youtube video.
It kinda would work like a blog reader.... I think?
I think I will need a server and I will probably need a database. But sadly , i'm still a beginner, but willing to learn. Thanks and if you need any more info, please just ask. :)
http://msdn.microsoft.com/en-us/library/windows/apps/br211380.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2 The answer! I think? Any helpers?
http://msdn.microsoft.com/en-us/library/windows/apps/br211380.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2 This MSDN example explained everything I needed in full!

NTLDR error message and the WPF

I am building an application using the WPF. This application is for presentation purposes, the user can draw shapes, write text play audio and video ...etc. but I have an error message about the NTLDR when I am running the application on the Windows XP and actually I do not have any clue of where I can find the problem.
I would appreciate if anyone has any hints regarding where I can search in the code to find the problem or any suggestions.
Thanks
That NTLDR is nothing to do with your WPF application, that is a boot loader problem, it sounds like the boot sector is kaput and could not find the boot loader file called NTLDR which is 'NT LoaDeR' responsible for bringing up the system. You may be well advised to read the contents about NTLDR on wikipedia as there at the bottom of the page, a useful link to how to fix up the 'NTLDR is missing' error message.
This link is replicated here for your convenience on how to troubleshoot this problem. Also is this link that explains how/why it happens.
Hope this helps,
Best regards,
Tom.
Thanks a lot Tom for your reply, actually I found where is the problem, it was from the NSIS installer. I use the NSIS istaller instead of MSI to install the application on the client's PCs, and after many searches I found that people who use the NSIS installer face the same problem and that the NSIS remove the NTLDR from the root folder during the setup process (I do not know why) :)
Thanks again for your help, Hamzeh.

Deploying a WPF application using ClickOnce and Team Build

I have a WPF application that builds fine, I can even publish it (localhost) using ClickOnce - no problem.
I want to create a Team build that will update the ClickOnce site, but can't find anyone that has done this or knows how.
Any ideas?
I was able to use this code here to get what I wanted out of this:
http://www.imaginaryrealities.com/post/2009/03/29/Updating-a-ClickOnce-manifest-using-MSBuild.aspx
This was a little too much for me (we aren't signing our manifests, for example), but it'll definitely get you most of the way there.
The only thing missing is copying the files to your webserver once they are all packaged, but if you know anything about MSBuild, you ought to be fine there.
Also, be sure and use "MSBuild" when doing searches for this kind of thing... "Team Build" will generally only get you marketing material.
Good luck!

Resources