WPF And XAML Free Tutorials
Oct 7, 2009I am new to WPF and XAML. I want to learn these for use in VB express 2008.Please guide me for some tutorials to start and progress in WPF and XAML.
View 3 RepliesI am new to WPF and XAML. I want to learn these for use in VB express 2008.Please guide me for some tutorials to start and progress in WPF and XAML.
View 3 RepliesI need to use the xaml writer to convert in string some controls. What I get is a string like this for example
[code]...
I am new to visual basic programming, how do i get in-depth tutorials on properties, methods etc of individual controls. For instance, i need to use the serial port control and i am great difficulties.
View 7 RepliesHow can I get free Materials on VB.NET that explain the basic functions used during programming?.
View 1 RepliesI have Visual Studio 2008 because I'm going to college for computer science and I need to learn how to program. Also the price was right seeing as Microsoft gives copies away for free to college students through their DreamSpark program. My question is do you guys have any advice for the best or most comprehensive tutorials out there for my to start learning how to program?
View 2 RepliesDoes anyone have any good .NET Tutorials? What are some good websites for .NET Tutorials? Sorry if this is in the wrong section. I don't know enough about .NET to ask in the right section.
View 3 Repliesanyone know any good tutorials for screen scrapping? what im trying to do is make an application where i enter in keywords ...
View 2 RepliesI am a beginners in programming. Please, where can i download a comprehensive tutorials for learning.
View 4 RepliesI need VB.NET tutorials and simple VB.NET examples. I am trying to implement click events like[code]...
View 3 RepliesI need to learn vb.net and WPF concepts. anyone send me Video Tutorials on tat Topic.
Video : - Vb.net coding with WPF application Video Tutorials.
New site for vb.net Smell of tutorials and projects open source.
View 1 RepliesPlease I need Tutorials on how to connect/manipulate sql server with vb.net.
View 1 RepliesI want to download video tutorials of vb.net 2005, can i anyone tel me that from where do i download this freely?
View 1 RepliesIm having a hard time finding tutorials for the HtmlAgilityPack, all of them are for c#, so im having to use c# code and convert it to vb.Here is the my code, im still getting errors with the 3rd line:[code].......
View 4 RepliesI have been watching "absolute video tutorial". In those tutorials when doubled clicked on stuffs like "button" or "textbox", a code page appears named as "mainpage.xaml.cs" but when I use Visual Basics and do the same, on double click a page "mainpage.xaml.vb" appears. In this the coding stuffs are different. And when I write the same codes like in tutorial I get errors.
View 6 RepliesI do not know anything about SharePoint and we will be moving to SharePoint systems in a few months at work.
My manager told me I will be one of the developers developing systems based on SharePoint.
Is there any good video tutorials on SharePoint Development?
Does anyone know of any good tutorials for creating Excel Addins?
View 1 RepliesI am new to VB, trying to create a tic-tac-toe game but none of the tic-tac-toe tutorials use 2 dimensional arrays. Since tic-tac toe is 3x3 I created 9 buttons and want either an X or an O to appear depending on where the user clicks. I want one set of instructions to handle the multiple buttons. I was told to use Case statements.
This is what I have so far. Not sure how much is right but hopefully it gives you an idea of what I am looking for.
[Code]...
Create FLASH tutorials for Vb.Net programming ( or for something else ) with this program.>>
[URL]
I need comprehensive tutorials of VB 2008 for beginner's which give additional support to my studies so that I can learn VB 2008 easily in less time.
View 2 RepliesI'm a Coldfusion Web Developer and I'm finding that in my local area, work for CF Devs has become extremely scarce.There were a handful of companies that were Coldfusion houses a few years ago and it appears most of them have moved away from CF development.I'm looking to expand my skillset to improve my employment outlook, and it appears that many of the web development positions that are available to me now are focused around .NET web development.The last time i took a look at .NET as a web development platform was way back during 2.0; where I found it to be poorly organized and extremely unfocused. Apparently somewhere along the line I missed the boat because that's where about 90% of the web development jobs in my area are now. I've done some searching on google to see if I can find a tutorial, something that's akin to hand-holding, and have come back dissapointed.So I'm turning to the SO community to ask for links and resources that might help better explain how .NET development works in a web development capacity, and for links to these resources so I can begin boning up my knowledge and start writing practice applications.
View 6 RepliesI just installed the Visual Basic 2010 Express and I have no idea how to start! The IDE is so new to me and I need the place or link where I can download or watch video tutorials about the IDE and its features. I also want to learn the VB 2010 Express language from the very basics of it.
View 2 RepliesI'm just trying to figure VB out from a couple tutorials. I thought I was doing this right, but apparently not. Can anone tell me what it is?Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim g As Graphics = Me.CreateGraphics() g.DrawLine(Pens.Black, 0, 0, 50, 50) End Sub End Class
View 4 RepliesAm I the only one missing components? I am using VB 2010 and keep trying certain tutorials on videos while learning, and I have now come across 3 components they show in the tutorial but are not in my list. The 2 I am most needing are
[Code]...
I am still trying to learn as much as possible about using visual basic 2008 to create card games, more precisely, video poker games. I am really looking for either a video tutorial or a book that focuses mainly on the steps needed to begin creating the game and leads me all the way to the end completion. The game can be very basic like a jacks or better game. Does anyone know of any tutorials, videos, or books that can help me? I have a few books that provide a slot machine style game and some other good examples, but really need something more with cards.
View 1 RepliesI am looking for a website similar to W3Schools that teaches the basics for VB.NET 2008.If none exist I would just like some good tutorials to get me started. I did some basic VB.NET a couple of years ago but I need to refresh myself
View 6 RepliesIs there a way to access My.Resources thru Xaml?
Like this
<Image Source="{Binding MyImage,
Source={x:Static my:Resources},
Converter={StaticResource MyBitmapToImageSourceConverter}}" />
[Code]....
I am looking for a simple lesson plan or work sheet or tutorials to help me teach VB to pupils. It will be an introduction to programming for them so it must be easy. Online versions would be best. I am prepared to pay..And they do not like reading so it needs to have more images/videos to follow than words. Online versions would be best. I am prepared to pay.We have MS office at school so it would be good to teach them how to use VB in excel so I do not have to get a separate compiler or smallbasic?All I can find are too high a level tutorials online which are too wordy and do not have instructions/tasks set. I need simple worksheet/ instructions or examples for them to edit.I am sure Microsoft must have this and I am not having to re invent the wheel!
View 4 RepliesI tried out the tutorial on [URL].. that shows how to do a simple report with the Microsoft Report Viewer control. I really like this control.I wish to further my skills on this nice tool but can't find any step by step tutorials on creating many different types of reports even if I do a Google search. I'm hoping to find tutorials on reports such as group break reports, sub-total reports, charts in the reports, drill down reports etc.
Does anyone know where I can find these? If they don't exist yet, would you create them so the community will benefit?
I was just wondering if it's possible to animate the height of a grid using purely XAML? I looked at this tutorial[url]...
View 2 Replies