Can't Find The Sample Programs
Oct 25, 2011I was wondering is there any sample programs to load & run within Visual Basic?
I've just installed VB 2010, & now I find no sample programs at all
I was wondering is there any sample programs to load & run within Visual Basic?
I've just installed VB 2010, & now I find no sample programs at all
find a DataGridView CRUD Sample.I need to find the events of the DataGridView, because I can't do this, special when I need to change from column 1 to column 2 and from column 2 to column 3.The only that I need is the link.
View 13 RepliesThis may seem like a silly question, but where do you find the icons that you use for your programs? I know there are tons of resources online that can be used but it seems that most are hardly "professional".
View 1 RepliesI have build an application in Visual Studio en publisched it so dat people can install the program. Now I would like to access the installation on the client computer from an other application so that the user can start the application from a menu item within an other application. But in what folder is the application installed of how can I refer to the exe?
View 4 RepliesIn all the sendmessage examples its always to Notepad using the class "edit" how would i find out other classes/control handles for different programs?
[Code]...
In all the sendmessage examples its always to Notepad using the class "edit" how would i find out other classes/control handles for different programs? [code]I'm just testing this on mozilla firefox for now, but it doesnt send over the Virtual Key because i cant find the Hwnd.
View 2 RepliesI know this probably doesn't belong here, but on my computer, most of my stuff is on a user that is not my name. I got the computer from my friend named John and the user I have all of my stuff on is john. If I change the username is it possible that things coulds get messed up? Like could it make programs not be able to find certain files?
View 5 Replieswhere to find sample system with complete flow, database structure and data flow.. just for reference purpose.. system like inventory, payroll, accounting, billing and etc..
View 10 RepliesI would like to find all the "About" files of all programs stored on my hard drive. If you open a program, click on help and select "About". It provides the name, version and date written etc. I would like to extract and store in DB. The store in DB part, I have no issues.
View 1 RepliesI am sure this can be done, as Visual Studio is basically built this way. What I want to do is simply make a class that my other workmates can use. But rather than have it in a code form, I want to build it (partially), and then my workmate can add it into their programs (sort of, like the add reference for the .NET stuff).
View 4 RepliesI started with VB 6.0 back when i was 14, I was mostly into coding programs that interacted with other programs. Recently I installed VB.net 2005 pro i got from school, and i grabbed few source codes that teach show interaction, I feel so dumb, i dont remember anything lol. It be great if you guys can share some source codes and other stuff in this field. also other day i was in dream spark and i am able to get copy of VS.net 2010 ultimate edition, are there a lot of major changes, cause i got 2 thick book for VB.net 2005..
View 1 RepliesWhen you've finished a program and you're trying to distribute it to the mass public. How is the best way to go about doing this? What sites would you post your program on and getting the word out that there is a new program on the block and it does xyz. This is directed to freeware so there wouldn't be any advertising.
Sorry for not explaining it very well the first time.
I created a sample ASP .NET app. I set the location to File System. When I tried to debug it I get an error message: "Internet Explorer cannot display this webpage". I was meant to understand that I can test this app. without Internet Connection. Why is it telling that?Only performance counts!
View 3 RepliesThis is the sample in C#
using System.Web.Script.Serialization;
var jss = new JavaScriptSerializer();
var dict = jss.Deserialize<Dictionary<string,string>>(jsonText);
Console.WriteLine(dict["some_number"]); //outputs 108.541
For I keep getting errors when I try to use an online converter to convert it to vb.net. Does anyone know how to rewrite this in vb.net?
The error I get from [URL] is: line 3 col 1: EOF expected
Is it possible to generate the sample xml(Used as Request xml for web service)from the xsd using vbscript code?
View 4 RepliesAnybody can tell em where can i get a com+ code sample (if it s ntier, better)?
View 5 RepliesI have found this code in the internet and I try it but it has an error. Here is the code that I get from the internet:
[code...]
i just trying to develop Dashboard application in vb.net but can't find any good example[not even in C#.net]..[either VB.NET or C#.NET and Doesn't using any third party control like VisiFire or etc] for dashboard style application.
View 1 RepliesI am a beginner VB.NET programmer, and I was hoping that there is a post that has a application that adds, edits, and deletes records from a Access database. Nothing fancy, just a simple interface to get me started.
View 1 RepliesConvert this solution from C# to vb.net? I'm not familiar to C#; It's a sample project that use DShow.net to capture video from webcam.[url]...
View 5 RepliesI'd like to sample the data from the Arduino @ roughly 200Hz. Is there a more efficient way to do this than using a timer (which is what I am currently using)? Currently I am using[code]....
View 3 Replieswhere can I get vb.net sample master froms please?
View 1 RepliesI need to take a colour sample off of a window. So, given a window handle, and a coordinate, return the rgb color.
Can that be done via System.Drawing, or is that a straight API kind of task?
The sample program for the Chart Control is written in C#. It provides VB snippets but there appears to be a key piece of information missing or at least hidden. Can anyone explain to me what is needed to get the Chart Control working in VB.NET VS2008 Pro?Using the Chart Controls sample, I tried to create a RangeBar. The only thing showing is a big red X across the chart. Here's the code almost exactly as taken from the VB sample:
Private Sub ChartSample()
' Populate series data
chrtTCP.Series.Add("Tasks")
[code]....
As I am to VB.NET, I would like someone to help me on SearchButton code. I am using MS Access database. I would like to get the result of search commond into ListView.
View 3 RepliesI can retrieve the contents of a webpage into a variable like:x = objIE.Document.body.outerHTMLBut during development (data parse), Ikeep pulling up a live site and instead just want to store some sample html in a format that can be placed in a variable. The issue is that trying to directly place a raw html sample into a variable creates errors and would require going through and escaping quotes etc.
View 1 RepliesI downloaded some VB 2008 sample project from the net.Initially they seemed to run fine. But then they stopped running. They fall over when an attempt is made to connect to the northwind database. The error messge says something like "the sql or sql express and the northwind database has to be installed ". Which of course they are .
One possible reason that the code stopped working is that I tried to move the SQL on my Pc from one drive to another ( I moved it to another hard drive using cut and paste ). When I realise the Vb code had stopped working I simply reversed the above procedure, i.e cut and pasted back to the original drive.I think I should also add that there any different versions of sql on my PC, and I think the one that I cut and pasted is not the one used by the sample project.
We are moving from VSS to TFS2010 and I need to convert a program that does the checkout and update of items. Does anyone know of a good example of how to use the TFS2010 API to find and item and check it out and then check in the new version?
View 2 RepliesI use VB 2008 and MS Access DB..i have a combobox there that should have the list from the database.I'm having problem with this code.[code]And by the way, can you post a link or a site where can i download sample POS Program.
View 4 Repliesi convert some code from c# sample from internet and i try to convert it to vb.net. I had some difficulties to resolve some error after conversion.
Here's the code ;
CODE: