Can Download A Comprehensive Tutorials For Learning
Jun 30, 2010I am a beginners in programming. Please, where can i download a comprehensive tutorials for learning.
View 4 RepliesI am a beginners in programming. Please, where can i download a comprehensive tutorials for learning.
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 want to download video tutorials of vb.net 2005, can i anyone tel me that from where do i download this freely?
View 1 RepliesI want 2 learn VB.NET,I want ur suggestions on a very comprehensive VB.NET text.
View 4 RepliesThere's lots of code samples around to get a list of webcams (or other video capture devices) in VB.NET:
Declare Function capGetDriverDescriptionA Lib "avicap32.dll" (ByVal wDriver As Short, ByVal lpszName As String, ByVal cbName As Integer, ByVal lpszVer As String, ByVal cbVer As Integer) As Boolean
[Code]....
I have two webcams installed on my PC but I only get one entry: "Microsoft WDM Image Capture (Win32)".
If I run Skype > Tools > Options > Video Settings I see "Logitech HD Webcam C270" and "Microsoft LifeCam VX-2000". I can click on each camera and it's output is correctly shown in the preview window.
how to get this full description of each camera device? Having done that, I will need to be able to select that device as the source for my image grabbing routine. Perhaps each entry can provide a GUID?
I'm an experienced VB.NET developer, who wants to start with C#. I'm searching for a web based comparison between both languages syntax as quick reference.I found myself arranging VB.NET syntax templates such as...
Public MustInherit Class BaseClass
Public MustOverride Sub PublicMustOverrideSub(ByVal byValParam As Integer, ByRef byRefParam As String)
Protected MustOverride Function ProtectedMustOverrideFunc() As Double
[code].....
...and consuming the results.
Where to begin trying to research building a program that can inventory a program and then build a spreadsheet where I can name tabs based on directory names and then color them according to their level in the directory tree. The number of directories and/or total number of files shouldn't be a limiting factor if possible. I would also like all subdirectories to be after the tab for their parent directory.
[1] [1a] [1b] [1b1] [1b2] [1c] [2] [3] [4]
I'm working on a Win 7, Office 2010, and VB 2010 Express machine. The purpose of this is to assist with our data retention policy at my company. I want to split up directories on the tabs to make it easier to search and then employee's can go into certain directories to make files they used for a project so those can get archived and the unused files can be deleted.
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 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 RepliesFor a few years I developed websites in PHP, but couldn't get a job doing this nearly two years ago. I spent a year teaching (and if your thinking of teaching, my advice is don't! In the UK anyway), but kept handing my CV out to different web development companies. One of these offered me a job, but the downside (or upside, depending on your views) that they only developed websites in ASP.NET. I made the decision for a career change and accepted the job.
In ASP.NET, you can develop in either C# or VB.NET. The guys I work with are using VB.NET, and I have to say I'm struggling with it. I can understand the basics but it just seems weird, especially as I've come from PHP. C# on the other hand, looks similar to PHP. I'm contemplating learning C# instead of VB, but I'd like to know what other peoples opinions are about doing this?
What are some good resources for learning ASP.NET MVC 2.0 (if I don't already know ASP.NET MVC 1.0)?
View 5 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 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 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 RepliesThe only programming language I know is C++, and I would like to learn some others, specifically Visual Basic. So — what are some good beginners tutorials for VB, and what others languages would you suggest are good ideas to learn?
View 5 RepliesI have worked in Windows Forms for years, and still do. I'm not acquainted at all with the ASP.NET technology and no other Web related technology. I have worked with:
Oracle Form Builder;
Visual dBase 7.5;
Delphi 2.0, 3.0 and 7.0;
Sybase Power Builder 10.5;
Visual Basic 6;
Visual Basic 2003/2005/2008;
And ultimately, Visual C# 2005/2008.
I'm mostly a C# programmer with a growing experience in VB.NET for the current year. What would be the way to go to learn WPF the best possible way while taking into account my experience? And I'd like to know, will learning WPF improve my skills in ASP.NET and the like?
i'm new to database programming and am currently learning vb.net and ms sql. I was working on a simple add-edit-delete program and somehow i managed to make the Add button work, with this code:
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
Try
con.Open()
Dim sqlAddProduct As String
[Code]....
I have some very rusty C++ and lots of C experience, but have done little OO design or coding.I've started learning C++.NET as that seemed to be the best starting point.I've hit restrictions in Microsoft's provision with multiple inheritance and extensions, neither work in C++.Would I be better off starting again with C#, or am I better off using a mixed language approach. eg. extensions in C#, rest in C++?I'm still struggling with this->method or that.property and theother::staticthingy or whatever, and this probably is not an issue in C#. You'll see what I mean as that probably isn't the right way to desribe the difference between '->' '.' and '::'I'm getting to achieve what I want, but it's taking me 10 times longer than I think it should.
View 7 RepliesI realize that VB.NET and ASP.NET are the successors of their seemingly obsolete classic counterparts, but I have noticed that some job descriptions still list VB6 and classic ASP as requirements. This may be because they want people who can convert code from classic to .NET, but I'm not really sure.
View 8 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 Replies