Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Any
Platform
License
Any
you can find some good resources at http://www.ahra.ir
Check this out.
http://www.microsoft.com/multipoint/mouse-sdk/developer.aspx
Check this out.
http://www.microsoft.com/multipoint/mouse-sdk/developer.aspx
Right on, write on about whatever you feel best.Kids Dress
We have combobox column in datagrid. I want to access combobox in CellEnter event of datagrid, based on colindex and rowindex I can get cell but how can I access combobox in that particular cell in...
Hi all.. I am new to this forum. I want to learn vb.net very well. I did work on vb.net for an year but I am sitting at home doing nothing now. So really want to get started with vb.net all over...
Hi
I have a couple of textboxes and I can't seem to update my database, I keep getting a data type mismatch in criteria expression. What does it mean and how do I make it work?
Thank you
vb.net 2010 can not open 2007 access db
I am working on a vb.net application and I am having difficulty opening
an Access Database. The access database is a 2007 db format that has been...
Can anyone tell me if it's possible to send an email from a VS2008 Visual Basic smart device applications. If it is possible, can you tell me how to accomplish this. If it's not possible in VS2008,...
Hey, I don't exactly know where to go with this question. I've search numerous hours, but I haven't been able to find the appropriate solution. What I want to do: Get the html of a certain webpage...
Hi everyone.. I'm glad if anyone could help me in my problem. I'm still a student and I'm not too familiar in creating online applications. Anyway here is the scenario.
I've already created my...
hello friends,
I am using vs2008. i have datagridview with four textbox in form (Form1), i need when i press enter key at first textbox a new form (Form2) should be open and i will select...
hello friends
i have bound datatable to combo box which is within datagridview(column 1) . Now combo box contain 1000 records. i want to sort data i.e when i type A combox must show...
Hi Duck, first off, there are a few spelling and syntax errors in there so keep an eye out for that. You don't need to involve chars so heavily, the below codes will do what you're looking for. HTH,...
Because you are trying to change values in different columns, based on the values in other various columns, you may find the way you have now is the simplest, however you can use some case statements...
Hi,
You might want to try this peace of code I came across. It'll find the object by string/name and return the object which you can iterate through if you need.
Private Function...
Hi all. I am using VB.NET with a MySQL database. I want to update this code to do it all in ONE SQL instead of THREE. Anyone know how?
Here's the code I'm using, works fine but too slow with...
Try changing it to double.
D
------------------------------------------
Do or do not, there is no try. |
------------------------------------------
This is what I have so far and it is not doing the calculations as I want it to do. Any advice, direction, help is much appreciated!
Public Class ImageShopForm
' Declare Constants....
I tried the int and it kept giving me error, what am I doing wrong?
Thanks-Young