vb.net

  1. T

    Windows Server 2008 setting for application

    Hello fellas, i'm new to windows server i've made a simple inventory control app using vb. net and sql server 2005 as dbms so far it's working fine but i want to run it on more than 1 pc i know that i need 1 more pc installed with windows server i've installed windows server 2008 on server pc...
  2. News

    Introducing the UWP Community Toolkit

    Recently, we released the Windows Anniversary Update and a new Windows Software Developer Kit (SDK) for Windows 10 containing tools, app templates, platform controls, Windows Runtime APIs, emulators and much more, to help create innovative and compelling Universal Windows apps. Today, we are...
  3. News

    UWP - getting started with win2d | Creating a Universal App in VB

    Fast accelerated graphics! with an clean easy API! That's the promise of Microsoft's Win2d library. In this video I walk through, from scratch, how to create a simple animated graphics application for UWP using .NET. There are full notes (and links to source code) on my blog: Link Removed...
  4. News

    GesturePak v2

    Kinect MVP Carl Franklin has done it again. He's not only released his Link Removed, but he's also released the source for it too. As you can see, Carl is a Friend of the Gallery; GesturePak v2.0 Public Beta GesturePak 2.0 Alpha for the Kinect for Windows v2 KinectTools v2 with BodyViewer...
  5. Z

    Windows 7 How do I become a successful professional programmer ?

    hi My name is Zaid I am 22 Yrs University student Specialist software development and programming (software engineer) Frankly I'm trying with all my energy to be a professional programmer and successful programming considered my inspiration and my Goal But I still feel I am a newbie and weak...
  6. G

    Windows 8 Metro Menu

    Made for Windows 8, in VB.NET, Metro Menu is designed to function in a non-invasive means. While it does mean you do have to do a small amount to get it to work, you can easily play around with it without fear of playing around with Windows. Link Removed It's quite simple. You download the...
  7. AceInfinity

    Windows 7 [VB.NET] - Form Fade Switcher Module

    Here's a cool module I created a while ago. I got the idea with some cool fading effects... Maybe you'll find use for this too :) If you want something fancy, try this Module I came up with: Imports System.Threading Module FormSwitcher <System.Runtime.CompilerServices.Extension()> _...
  8. L

    Help in programming

    Hello Everyone, I am a computer engineer student who is also learning C lately. I want to start developing an own application. While I was doing a research on the Internet found a site (Ozeki C# VoIP SDK - A SIP SDK for software developers) that has lots of sample programs. As I have seen...
  9. News

    Windows 7 PEX4FUN WP7: A Mobile Game for Programmers

    Link Removed is a Windows Phone 7 game for programmers and even folks who are casually interested in learning how to program - on a mobile phone. This game includes "Intellisense" (automatic code completion as you type), support for C# and VB.NET, many thought-provoking puzzles that programmers...
  10. News

    Windows 7 Rx Update: Async support, IAsyncEnumerable and more with Jeff and Wes

    At Link Removed, you were introduced to Link Removed (new async and await language keywords), a new language feature in C# and VB.NET. At the same time, the Rx team shipped the Link Removed of their software, which adds the following capabilities to the library: Support for the new C# await...
  11. News

    Windows 7 Visual Studio Async: Meet the team

    Meet some of the key folks behind the Link Removed, which contains a preview version of C# and VB.NET that contain two new modifiers, async and await (and iterators for VB.NET!), that will make it much easier to compose asynchronous code for .NET. Great work, C#, VB and Parallel Platform teams...
  12. News

    Windows 7 Lucian Wischik: Inside VB.NET Async

    Lucian Wischik digs into the new VB functions and iterators being developed for asynchronous development. You can get an early look at these new features, available as the Link Removed, today! Give VB.NETAsync a try. Link Removed Link Removed
  13. News

    Windows 7 Stephen Toub: Task-Based Asynchrony with Async

    Stephen Toub goes deep into the design and architecture of the new Async features in C# and VB.NET, which rely heavily on .NET’s Task Parallel Library. You can get an early look at this new async programming model, available as the Link Removed, today! Link Removed Link Removed
  14. News

    Windows 7 Anders Hejlsberg: Introducing Async – Simplifying asynchronous programming

    Microsoft Technical Fellow and C# creator Anders Hejlsberg explains the new C# and VB.NET asynchronous programming model, available as Link Removed now, which makes async programming much easier for .NET developers. Link Removed Link Removed
  15. R

    Windows 7 VB.NET and SetIconOverlay?

    how would i draw a semi-transparent rectangle with code for use with Microsoft.WindowsAPICodePack.Taskbar.TaskbarManager.Instance.SetOverlayIcon? thanks
  16. Josephur

    Windows 7 .NET Impersonate? RunAs? Running application on another users desktop from an underprivileged users

    I'm a programmer and I'm trying to create an app or shortcut that runs a user as an already logged on user (switch users), but also leaves the application running on the privileged users desktop? I cannot use a service, it's out of the question as this is a 3rd party app, and no I don't want to...
  17. J

    Windows 7 storage of code on WHS

    I'm using Visual Basic Express and trying to store code, templates etc on a folder on Windows Home Server. It appears that a "//server/...." URL is 'not trusted' by vb.net. I don't seem to be able to access any of the quoted .NET Access/Security tools from Windows 7 beta. Any ideas?
  18. F

    Windows Vista How to make a simple add, edit, delete, in asp.net

    hi! everyone i'm new in using asp.net and vb.net, if there someone who can help me how to make a simple program of add, edit, delete and also include search in asp.net. thanks and more blessings...!!!
Back
Top