20,284 Topics
| |
Hi All, Hope everyone is well, it has been a while since I last posted. I am creating a Yahtzee game, the first thing I want my game to do when it loads is ask for the player/players name/names, so that there scores can be saved to a high scores … | |
hi all.. do anyone know how to add a new column in gridview using vb.net syntax? the column that i want to add is not bind to any database unlike the other column in the same gridview. i try to use GridView1.Columns.Add("Percentage") but it turn out to be error. the … | |
Hi all, I'm making an application that reads RSS Feeds from several sites. Now I want it to put it in a ListView but I can't put it in the different columns. All the data goes to the first column and I don't want that, I want it to also … | |
Hi, im using visual studio 2010, and for my recent assignment i am having difficulty when closing a text file. My program is to read in the data from a text file and then do some calculations and then output the result. My text file Measurements.txt looks like this: 5 … | |
Hello folks, I am new to VB 2008 and right now I have been struggling a lot for updating access 2003 database from a VB 2008 desktop application. My problem is that I am unable to update the 'Status of the USER' to 'ACTIVE'. The problem is in the "setUsersOnline() … | |
I have a stand alone application [COLOR="Red"]"test.exe"[/COLOR] on a Windows 7 operating system. I have an application [COLOR="Red"]"test.exe"[/COLOR] made in Visual basic 8.0. I have an [COLOR="red"]"Auto Update"[/COLOR] function . Call this function [COLOR="Green"]from "test.exe". [/COLOR]In the first line in [COLOR="red"]"test.exe"[/COLOR] This function does the following: 1. This checks whether … | |
I have a continious Form which opens and shows records of people with whatever criteria the user had chosen the screen before. When the form opens it checks which button was pressed and then changes the recordsource of the continious form. When I try to edit the records it says … | |
i want to compare between the cell value with the value(parameter) in database. as example, if my cellvalue value is 3 and my paramater(a) in my database is 5 it will be like this if cellvalue<a then (some code) end if the problem is i don't know the exact data … | |
i split a string and store at listbox.The problem that i face now is how to add 4 new column at existing table("customer") and put the listbox data into these 4 new column. Can any1 teach me or show me the code? thanks.... | |
am developing an inventory management system. have two listview controls. one for ITEM and another for details pertaining date, quantity, cost, issued to and so on. i want a vb.net code that if a given item in listview A is clicked, listview B details are cleared and then the details … | |
my reportviewer displays message "Report Being generated". i want to change it to names like "Please......wait".how do i go about it ? | |
i want to create an system that can trigger alert which, the alert box will change to a red color depending on its value. my problem is, the value that i used to compare is dynamic and based on what user key in in the paramater table while the data … | |
[code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frm1 As New Form1 Dim n As String = Label4.Text Dim ConStr As String = "provider=microsoft.jet.oledb.4.0;" & _ "data source= " & Application.StartupPath & "\" & "Mydata.mdb;" Dim connection As New OleDb.OleDbConnection(ConStr) Dim savinto As New … | |
Hello friends i am trying to add cursor(.cur) file in vb.net 2008 i don't know how to add i am trying to add. so plz help me. | |
Hi I am trying to print the contents of a cell in a table. I am using ITestDataTable to get the contents of the cell. How to print the contents of the cell? When I use Msgbox, I am getting an error : I am using the below code for … | |
I'm using a access database to store my data. I want to export the data in the access database to a excel 2007 file using VB.Net. Can someone post a code to do the above task. thank you | |
How to make clients on sql server i mean when i will install my application on clients how i will connect it with sql server? | |
hi, I have problems to print the records which is saved in text file. It prints whatever in between the textfile but does not print whatever contents in the textfile. Can anyone guide me what goes wrong in the code. [CODE]Public Class Form1 Private Sub pd_PrintPage(ByVal sender As Object, ByVal … | |
I am having a problem trying to save records in a parent / child data relation. I have to tables tblContacts & tblMember. There is a fk relation on the ContactID field. The tblContacts table is the master record. I am using a set up bound windows forms controls to … | |
how to make the timer automatic execute a code weekly? The timer will automatic generate a report for every monday(8am),how 2 do it? Thanks.... Hope any1 can answer my question.... Thanks very much... | |
Hello, I've been working on this for three days now and I can't seem to get my listbox to populate...please help. I'm connecting to an sql database. Where am I going wrong? [code] Dim cmd As New SqlCommand("SELECT DISTINCT natureport FROM rates ORDER BY natureport", conn) Dim da As SqlDataReader … | |
hi guys i have login form that the users will enter their username and password i saved the login information in access table called login, but when i try to login my system using correct username and password the system crashes and visual basic 2005 display a message that say … | |
hi all, I am filling a datatable in my windows appln.The data table looks like this date product aug 2010 ABC-1 aug 2010 XYZ-1 aug 2010 MNO-2 aug 2010 WOR-4 sep 2010 XYZ-2 sep 2010 RES-3 sep 2010 WOR-4 .......... ............ I want to display a message box in this … | |
HELP!!! I'd like to know how to filter the content that my reportviewer control is displaying. Example, from all the records of employees, I only want to print those whose surname starts with letter 's'. Can anyone help me here? I desperately need it in my thesis! Salamat...Thank you in … | |
How do you store data in the access database and also to retrieve it? and also a search engine for the database? | |
I am developing a Windows application using VB.NET. I have a datagrid control bound to a dataset which is populated from an Access database. When a user using my application clicks on a row in the grid, a triangle appears in a column on the left of the grid indicating … | |
Dear All, I have a folder on my server(windows 2003) that I would like to copy to all computers running Windows XP on a particular subnet. Any one with a script to held me achieve this will be helpful. Regards, | |
Hi, I am using vb.net 2008 with MySQL for my project. I have a datagridview on my form which displays records from Mysql table on form load. i want to delete the selected row in datagrid from table on 'row header mouse click' event. The 2 different codes that i … | |
Hi, Can anyone help on my code. i'm not sure whether i'm code in right way or not. I would like to do 1) read total value from a particular table in 2 database (MyAccount & DealerAccount)from the most recent transaction 2) read grandtotal from another database from the most … | |
I'm getting GDI+ error when saving picturebox image to the database. My database is sql server with image datatype. Ideally when I browse image file to the picturebox then save using following code [CODE=vb.net] MemoryStream ms = new MemoryStream(); picMenu.Image.Save(ms, picMenu.Image.RawFormat); Dim arrImage() As Byte = ms.GetBuffer ms.Close(); [/CODE] then … |
The End.