19,728 Topics

Member Avatar for
Member Avatar for cjoyce

hey guys i really can't solve this problem, hope you can help me. the problem is, i use this codes to get the data type of a column from an access database [code] Form12.ListView1.Items(j).SubItems.Add(myData.Rows(i)!DATA_TYPE) [/code] but what displays in my listview are numbers like (130 , 3 so on..). How …

Member Avatar for Teme64
0
99
Member Avatar for simonfoley

Hi there More help required! I have a table being imported into my VB application that has 3 columns. I have written code to import the table, and have written code to display on the first column (country) in a list view. What I want to do now is have …

Member Avatar for Teme64
0
88
Member Avatar for atv161

I was wondering if anyone knows how to get text from a cell in a datagrid into a message box or text box? Thanks in advance.

Member Avatar for mikeybware
0
180
Member Avatar for Riga

i want to make program for a quiz. i create the questions is an array, and i want that questions start at random, and never be shown again. [CODE]dim question() as String = {"OTOMATIS MENURUT KERJA MESIN", "TIDAK MENEPATI JANJI", "YANG UTAMA", "TEMPAT TINGGAL KEPALA NEGARA", "PENGURUS RUMAH SAKIT", "SUDAH …

Member Avatar for codeorder
0
124
Member Avatar for mrbungle

Lets see if I can explain- I have a text box (rich text box) in a form. Inside the box, some data gets put in there- specifically insurance information. Normally, the box doesn't need to change color to alert the user there's a problem with the text that's inside, because …

Member Avatar for mrbungle
0
754
Member Avatar for Mike Bishop

i have been looking for help with this now for days and still not able to get this working. I want to make a function to get each line of my txt file and place it in its relavent var. IE DIM ServerV = (firstline of txt file) dim DatabaseV …

Member Avatar for codeorder
0
143
Member Avatar for discovery-power

Hi All, I have had some reall problems with this. I have a form with a datagridview, now I can add new records and the dataset will update fine, but it wont update when I want to delete a record. Please see below my code. [CODE] Imports System.Data.SqlClient Public Class …

Member Avatar for discovery-power
0
90
Member Avatar for Mike Bishop

Hi All, I have a text document that am pulling infomation out of. i only want to collect the information after the = sysmbol which is on each line. here is the code so far [CODE] Dim FileName As String = "C:\test.txt" Dim TextFromTheFile As String ' Whole text Dim …

Member Avatar for Mike Bishop
0
124
Member Avatar for paulablanca

Hello there. I would like to ask if it is possible for datagridview to have a "drop down calendar" for date inputs and checks when one date is chosen 10 times already. Thanks. If ever this isn't possible, please do tell me some alternatives. Thanks again and God Bless. :D

Member Avatar for paulablanca
0
158
Member Avatar for xNegma

HI everyone, i am currently having problems with Datagridview, for example when i select the first checkbox, second checkbox onwards. I would like to update the textbox on my form to display '2' records selected. But there is one problem i faced is that when i deselect the checkbox, it …

Member Avatar for Luc001
0
111
Member Avatar for shankarmca

[code] Sub modify_inventory(ByVal frm As frminventory) Dim writesqltime As String Dim writesqldate As String Dim msg As String writesqldate = Format(CDate(sqldate), "MM/dd/yyyy") Dim cmd = New SqlClient.SqlCommand If active_frm.Name <> "frminventory" Then Exit Sub Else writesqldate = Format(CDate(sqldate), "MM/dd/yyyy") Dim j As Integer con = connect() con.Open() For j = …

Member Avatar for shankarmca
0
105
Member Avatar for BleepyE

I know that title is kinda miss leading, but i couldnt figure out another way to explain it. I know theres a way, but I dont know how to do it. Ive got a Save code that I have about 5 differnet times in my application. How do I make …

Member Avatar for Unhnd_Exception
0
86
Member Avatar for Keith@LPG

I would like someone to help me bind data with a CheckBox. Please furnish sample code if possible. I am using VB 2008 Net 3.5. I want to use several checkboxes to identify records within a name $ address masterfile. Any given name can be identified in one or mre …

Member Avatar for Keith@LPG
0
95
Member Avatar for crispexops

Hi, I've been having issues with this for the last 4 hours and I don't know what to do. Basically I'm using an MS Access database to store information on a movie collection, however I do NOT want to use the crappy controls microsoft has for populating and navigating databases, …

Member Avatar for ShahanDev
-1
4K
Member Avatar for Baka_Kuma

i trying to make a code to Delete and Update Access 2007 database after remove a selected item from a listbox in VB 2008. [using "Remove" button that i create] pervious i already make a button to View data from database and Remove from listbox. but i don't know how …

Member Avatar for ShahanDev
0
671
Member Avatar for gerk45

Please Help me with my update on vb.net 2008!It's quite a simple code but when it comes to it tells me Syntax error in Update.The problem is where i highlited.Please help [code] Imports System.Data Public Class frmgoods Dim Con As New OleDb.OleDbConnection Dim dbprovider As String Dim dbsource As String …

Member Avatar for ShahanDev
0
110
Member Avatar for simonfoley

Hi there Another noob question from me...one of these days I'll get the hang of this VB! I am importing data from an Access table that has four columns/fields. I have set up the relevant headings etc on the list view control...but I have also set up a 5th column …

Member Avatar for Unhnd_Exception
0
90
Member Avatar for adrianSigamoney

My customer requires text files to be written in the following format: "adrian","sigamoney","01","1","B" No matter what I do I get in file adrian,sigamoney,01,1,B I have tried split, replace, adding extra hyphens to string. Please help urgently.

Member Avatar for ShahanDev
0
69
Member Avatar for devilsden

Hi Guys, I got two issues here Please help me out 1. I get a list of excel files from a dir into a list box and search for number by select each files at once. I want to select multiple files at once and search them one by one. …

Member Avatar for lolafuertes
0
121
Member Avatar for osei opoku

hi! i am trying to developed a translator.the program request an english sentence as input and translate it into my local language(Twi). i have the entire program written . i am getting an error that is driving me crazy. any help will be greatly appreciated . vb is telling me …

Member Avatar for lolafuertes
0
106
Member Avatar for Ala Ayesh

hello all, is it possible to have a delay period of 17nS for an application in vb.net??? please help

Member Avatar for Teme64
0
192
Member Avatar for karthikn.cecri

Hi guys, I have designed a simple form in vb.net with MsAccess as the backend . The form is used to search for a data and diplay it. I need to create an .exe file of it and distribute it to many users without any errors . I have surfed …

Member Avatar for ShahanDev
0
185
Member Avatar for amitganguly2002
Member Avatar for paulablanca

Can someone tell me how to set the minlength of a particular/specific column in datagridview to 7 and maxlength to 11? Thank you very much! God Bless. :D

Member Avatar for kvprajapati
0
77
Member Avatar for simonfoley

Hi there I'm studying Visual Basic (using Visual Studio 2008) as part of an all-round IT foundation degree...I must confess that programming is becoming my weak spot! Unlike the C++ I was taught last year, I'm not finding VB too easy...probably becasue I've never programmed this way before and I've …

Member Avatar for simonfoley
0
299
Member Avatar for like_bilal02

Dear Freinds Is it possible in vb.net that when my mouse focus in button it size increase the button or change like when we click on google images it comes in front

Member Avatar for ShahanDev
0
206
Member Avatar for yasho

I am working with Visual studio 2003. Have data grid , data adapter and dataset and an access data base In access database the one field "time" is defined as date/time and format as medium date. This field stores the time properly i.e. 3.00PM But when i load the datagrid, …

Member Avatar for ShahanDev
0
110
Member Avatar for mrclark

I have made a program consisting of about 15 smaller projects, each with their own .dll/.exe I need to make a custom installer that will prompt the user for different options, which the installer setup built into VS10 does not support. I need to be able to have this run …

Member Avatar for Luc001
0
181
Member Avatar for david56connor

Hi, I have been working on this for quite a few hours now and can't seem to find a solution! My knowledge of VB.Net is quite limited and I'm trying to jump in at the deep end, I'm trying to log in to a website (a game in which I …

Member Avatar for david56connor
0
1K
Member Avatar for maty241

Hi I'm trying to make a form in which you would fill in information and then press a "Build" button and it would build another with the information in it so when you open it, it has all the info. Thank you for your help.

Member Avatar for ShahanDev
0
35

The End.