About this tag
The example tag on WindowsForum.com covers a variety of topics related to code examples, tutorials, and implementation guides. Discussions include software design patterns like master-detail, programming techniques such as level order traversal and string find in Python, and scripting for file organization or application launch on reboot. Other threads explore COM server and OLE document support for the Desktop Bridge, Unity assets for Kinect v2 with MS-SDK, and bringing Marmalade SDK-based apps to Windows 10. The tag serves as a resource for developers seeking practical examples and step-by-step guidance across different platforms and technologies.
  1. Rishab7

    Windows 7 Difference between architecture and infrastructure in software?

    Hello, I've been working on implementing level order traversal in my project and encountered some challenges. I followed the guidelines for level order tree traversal. While the content was helpful, I'm currently facing specific issues in applying the concepts. Here are the challenges I'm...
  2. M

    Android Python string find() examples

    I'm looking for examples, but I'm not finding any. Are there any examples on the internet? I'd like to know what it returns when it can't find something, as well as how to specify the starting and ending points, which I assume will be 0, -1. >>> x = "Hello World" >>> x.find('World') 6 >>>...
  3. C

    Windows 10 Script that separates files according to destination folder name

    Greetings, I need a Script that separates files According to destination folder name. Example if in the destination folder there is a folder named Paulo, it searches in the source folder where the files are located to separate files that have the name Paulo. Origin Paulo24567.mp4 Destiny...
  4. W

    Windows Server Launching Application on reboot

    I have an application that needs to be launched automatically upon reboot. The application has login and password, so I need to have a script to pass out the login info. Please let me know if we can do it with .bat script and if you have an example. Appreciate it!
  5. ussnorway

    Windows 8 Example of the snap screen is windows 8

    Some times it helps to see something working.