20,285 Topics

Member Avatar for
Member Avatar for cesdomsoft

i am cesar and i want to know on how to query records from ms access to the vb.net....any reply will be appreciated! thank you!

Member Avatar for cesdomsoft
0
89
Member Avatar for fellowa

I want to dynamically update and display Label captions using hidden texbox which read from certain SOL DB table column. Am using label1.caption = text1.text Very New to Vb.net 2005

Member Avatar for Minolwen
0
64
Member Avatar for asif786

i am coding a program in vb.NET, it will be used for people to vot for their favourite food. I have let the users input the name of favoutie foods into an inputbox and tehn store the name of each favoutie food into an array called foodarray. Then the array …

Member Avatar for rapture
0
104
Member Avatar for bajanpoet

I'm trying to use VB.NET to insert the data in the current row of my datagrid into a table. I wrote the following code: [CODE] Dim vCustomer, vBulkQty, vItem, vBaseUnit, vEachQty, vEachUnit As String vCustomer = dgCustomers.CurrentRow.Cells(0).Value vItem = dgItems.CurrentRow.Cells(0).Value vBulkQty = dgItems.CurrentRow.Cells(3).Value vBaseUnit = dgItems.CurrentRow.Cells(4).Value vEachQty = dgItems.CurrentRow.Cells(5).Value vEachUnit …

Member Avatar for bajanpoet
1
224
Member Avatar for Eyo

Hello Everybody, If you plz am fresh graduate and now am asked to do project and to use barcode..... really I dont know anything about barcodes, I've searched the internet , i knew that there are fonts... (code39,...) If i have a barcode field saved in db, if i read …

Member Avatar for Minolwen
0
91
Member Avatar for muhammad ismail

Hi Every body I need help in how to cast a single datagrid cell to a textbox in vb.net. Actullay i want to validate datagrid cells.

Member Avatar for Minolwen
0
74
Member Avatar for Datanizze

Hi! I'm having a problem with vb 2008 thinking my code is obsolete: [code=vb.net]listener = New TcpListener(listenport) [/code] So it wants an IP-address before the port: 'Public Sub New(port As Integer)' is obsolete: 'This method has been deprecated. Please use TcpListener(IPAddress localaddr, int port) instead. http://go.microsoft.com/fwlink/?linkid=14202'. [code=vb.net]listener = New TcpListener(LocalAddr, …

0
40
Member Avatar for asameh99

when I'm starting a new project then ASP.NET Web application won't open, It displays this message "Visual Studio.NET cannot create or open the application because no Web server was detected at this URL:'http://localhost/WebApplication1'. Make sure the Web server is installed and running. btw how to install IIS w/o a win …

Member Avatar for Comatose
0
64
Member Avatar for srikanth595

i want project in data mining using apriori algorithm by using VB.NET so plz send me with source code to this id plz <EMAIL SNIPPED>

Member Avatar for Minolwen
-3
38
Member Avatar for infernojmd

so im making the project and there is two pictures one that shows a light bulb on and the other is off. ur suppose to be able to type ur name in a text box and it will display turn on the light, what u type and turn off the …

Member Avatar for Teme64
0
1K
Member Avatar for tropix

Hi all. My problem is probably ignorance as to how the DGV works, anyway, the problem. I have a bound datagridview which is used to collect user input. Data for 3 of the 7 fields is entered by looping through the rows and progmatically entering common data anfter a 'Save' …

Member Avatar for tropix
0
86
Member Avatar for anandknd
Member Avatar for silambharasan
0
85
Member Avatar for vincent david

can you just tell how to play a sound files(.mp3,wav,mp4)using directX but not using any player controls like media player

0
41
Member Avatar for Trekker182

Hello everyone! I had a quick question on how to use pictures in a VB program. What I'm trying to do is when someone selects an item in a listbox, to show the corresponding jpg file. I selected the relevant jpgs from the desktop, copied them to the clipboard and …

Member Avatar for Trekker182
0
120
Member Avatar for novadose

I'm making a shortcut tool for vista and know how to make my program load Yahoo! or MSN, But the question i have is if the person has not saved Yahoo! or MSN to there C drive this wont work [code] Dim oPro As New Process With oPro .StartInfo.UseShellExecute = …

Member Avatar for Celdecea
0
121
Member Avatar for kerek2

Hi Guys, for this time, i need to display blob from oracle database into my picturebox...the connection to oracle database already done, i can display the userid and username in textbox but the image still cannot display in picturebox...how to do my friend?...plz help me...

Member Avatar for kerek2
0
214
Member Avatar for tol

Hi All: I am a rookie visual basic.net programmer I am trying to develop a bible software using VB2005.Net (as my end of the term project whic i am supposed to submit in April) but i am a bit stucked as to how to start. so far i have designed …

Member Avatar for Minolwen
0
112
Member Avatar for farooq82

I am working on datagrid I have two datagrid I have to copy some value from one datagrid to another using drag and drop. I have write the following code my Drag and Drop event is't firing. Can anyone help me in this regard. [CODE] Private Sub DataGridViewCashBook_MouseDown(ByVal sender As …

0
56
Member Avatar for anithasalavadi

can someone help me with the follwing i can able display the ms access table in datagridview control of vb 2005 now i want to update the table values from vb.im using ms access 2007. and by using oledb connection statements i hv connected the access database do u have …

Member Avatar for Ramy Mahrous
0
100
Member Avatar for Celdecea

I was commenting some VB.NET 2003 code when on a whim I tried this: [code=vb] ' Note the variable is "theta" or keypad alt+233 Dim Θ As Double = 3.14159 / 4.0 MsgBox(Θ) [/code] It compiled and ran fine. Without going into ethical debates, is this sort of thing really …

Member Avatar for DangerDev
0
215
Member Avatar for shyam_gadge

hello everyone, i am working on digital media convertor in vb.net. number of file formats we are going to convert in to any media format using proper compressors. So if want to add new file format to my program, or want a previous format delete. How can i add this …

Member Avatar for Celdecea
0
110
Member Avatar for lerkei

can anyone help me to have a restriction for logging in, every 3 trials the user enters wrong username and password, the application closes. pls help.. thanks in advance.

Member Avatar for DangerDev
0
66
Member Avatar for anandknd
Member Avatar for DangerDev
0
63
Member Avatar for jamesrobb

Hi, If I Select a row and issue the "for update wait 5" option, does it lock the row for 5 seconds until I've done an update on the row I've selected, or do I have to issue a commit to release the record to be updated by me? Thanks.

Member Avatar for Ramy Mahrous
0
88
Member Avatar for Chyke o

I am a beginner in Visual Basic and currently writing gymnasium software that seeks to do the following • Collects data from users and recommends various exercises to be done. It calculates the Body Mass Index ( BMI ) of the person and gives the user various advice based on …

Member Avatar for Ramy Mahrous
0
260
Member Avatar for tom.anson

Hi, I am new to this site. I am in a pinch here and need to get this figured out quickly for a customer of mine. I am designing a simple site that will include a custom sign-up box for a Constant Contact newsletter. This requires that I use their …

Member Avatar for Ramy Mahrous
0
249
Member Avatar for nubs

Hello newbie here! I'm a student working on a small project with Visual Basic Express. I'm about finishing my project and been trying to publish it to a CD. This project contains labels which read data from text files stored in the bin directory and a login database. But I …

Member Avatar for Comatose
0
160
Member Avatar for farooq82

Is anyone have idea of how we add new row in datagrid I want to add DR and CR Column in datagrid view DataGrid View have 4 column Sr#, Discription, DR, CR [CODE] Dim DR As Decimal Dim CR As Decimal DR = DataGridViewCashBook.Rows(index).Cells(4).Value.ToString() CR = DataGridViewCashBook.Rows(index).Cells(5).Value.ToString() DataGridViewBankStatment.Rows.Add() [/CODE]

Member Avatar for 4advanced
0
157
Member Avatar for farooq82

Hi everyone, Below is code snippet to load excel file in datagrid. When my excel file is load is show unnecessary column with blank data. I did not want to show these columns. Can any help me how I will remove this column. I don't know how much blank column …

0
69
Member Avatar for sriviji

Hi.. my query is.. i have combobox in that i have to load the particular column from db.. for that i used ... ...... da.fill(ds,"user") dt=ds.tables("user") for i= o to dt.rows.count -1 combobox1.items.add(dt.rows.count(i).item(0)) next my doubt is... i have lots of columns in my table(db)... if i load combobox one …

Member Avatar for sriviji
0
101
Member Avatar for nokomoli

hello guy, Recently i faced a problem that i have 2 sqldatasource where connect to different server. But the problem is how to combine 2 sqlcommand into one datagrid. eg: [ICODE]1) sql1 = Select ID, Name from Table1 sqldatasource1.selectcommand = sql1 datagrid1.datasource = sqldatasource1 datagrid1.databind[/ICODE] [ICODE]2) sql2 = Select ID, …

Member Avatar for Ramy Mahrous
0
125
Member Avatar for Hussain27syed

Hi. I am working on reading data from a XML file and upload to sql server 2005. The XML file has many rows of data stored. Each data row node has many subnodes. I have to validate the XML against the schema. The problem is if a particular data row …

Member Avatar for Hussain27syed
0
404
Member Avatar for sonia sardana

I want to know how to insert image into ListView Subitem. I know how to insert image into ListView first Subitem means. To insert an image into first item [code] dim lvitem as ListViewItem set lvitem=ListView1.Items.add("Sonia",me.ImageList1.Images.count-1) [/code] Can somebody tell me how to insert an image without text into subitem.

Member Avatar for samir_ibrahim
0
177
Member Avatar for Bill Purkins

Okay, someone explain this one. I retrieve the environment variable USERNAME and assign it to a string variable. I can even show it in a MSGBOX and it shows "Owner". In my code I want to assign the value to a text box when it gets focus. It does it, …

Member Avatar for Bill Purkins
0
135
Member Avatar for sierrasoft

How to move (or Duplicate) a Microsoft SQL Server Database from One Physical Server to another server (like backup) in vb.net 2.0 ?

Member Avatar for samir_ibrahim
0
213
Member Avatar for lerkei

Pls. tell me what's wrong with this code, I really need a big help..... tnx in advance... [code] Imports System.Data.OleDb Module Module1 Public admin As Boolean 'Use to identify if current user is Administrator End Module Public Class LoginForm1 Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

Member Avatar for Comatose
0
121
Member Avatar for kerek2

hi Alls, I really need your help regarding this method, Actually i need to create one search box using textbox and the result will display on listbox. I have textbox1 as inputbox, button1 as search button , listbox1 to display the value , Database1.mdb as my database. Can u guide …

Member Avatar for Comatose
0
205
Member Avatar for asif786

i have declared an array which i want to populate with names, as they are entered into an input box.It does not seem to work i have tried many other methods with the array but to no success. [code]Dim namearray() As String Dim i As Integer name = InputBox("Enter the …

Member Avatar for samir_ibrahim
0
3K
Member Avatar for j0Hn.rEy_08

Hello! I would like to ask..if its possible to convert the codes form vb6.0 into vb.net web application? If there's a way what is it? Thank You Very Much!

0
43
Member Avatar for Bill Purkins

I have a datetimepicker field with properties format set to time. I can find no reference anywhere on how to set the value of the time. i.e. today at 5 pm. it either defaults to 12:00:00 or I can set it to Now. But anything else? Can't figure out how. …

Member Avatar for Bill Purkins
0
97
Member Avatar for kerek2

Hi Guys, I'm really need help for this item, the situation is i got textbox1 as a input , button1 as searchbutton abd textbox2 to display the item that been enter in textbox1. All the table from .mdb Can guide me plz

Member Avatar for Teme64
0
237
Member Avatar for jaytheguru

Afternoon all, I have taken up a task where end user should be able to enter information via vb interface into microsoft Access database. This then will be displayed onto the Datagrid via VB interface. The program needs to be setup in a way that first entry by end user …

Member Avatar for almcnicoll
0
147
Member Avatar for Sunny28525

i have created add-in for Outlook 2007 . but when i run outlook the commandbar button which should be appear on standard bar , does not appear. i think there is a problem in register of Add-in. the code are as follows : [code] imports Extensibility Imports System.Runtime.InteropServices Imports Microsoft.Office.Core …

Member Avatar for Comatose
0
163
Member Avatar for kritiohri

I have made a project in VB.net in which i have used sql server trial version 2000.I have made the exe but when i run the exe a error message is thrown :-An error has occured while establishing a connection to the server.when connecting to sql 2005 .this may be …

Member Avatar for Ramy Mahrous
0
110
Member Avatar for asif786

I am constructing an array in Vb .NET for a voting simulation program, i want it to store numbers which are being generated these will be unique numbers to each voter and then perform a check to see if the number input by the user matches those stored in the …

Member Avatar for samir_ibrahim
0
167
Member Avatar for taanand

i'm starting to learn this language,it would be of immense help if i could get tips and suggestions on how to go about learning it,request to all.

Member Avatar for 4advanced
0
96
Member Avatar for toko

I am trying to make a program that scans the pixels in the screen for certain colors and if it finds it sets the mouse location to that spot. Now i need your help to see if something like this is possible with vb and if it is possible point …

Member Avatar for toko
0
132
Member Avatar for Mussawar

Hi to all...! I am just new member of the site.I want a little code in Visual Basic. How to play a sound file whenever the key press event is occured? Infect I wnt to develop a program which play a small beep when any key is pressed on the …

Member Avatar for Jx_Man
0
73
Member Avatar for sonia sardana

Can i know hoe to find the CPU Usage of individual Process in %. I found the following code thru the net- But I not getting it. [code] Private m_PerformanceCounter As New System.Diagnostics.PerformanceCounter("Processor", "% Processor Time", "_Total") Dim cupcount As String = CInt(m_PerformanceCounter.NextValue()) & "%" [/code] Here m_PerformanceCounter.NextValue() will gives …

Member Avatar for silambharasan
0
99
Member Avatar for samir_ibrahim

Hi Every one As I am still in the learning curve of vb.net I have 2 Question 1- Before I as start learning vb.net I know vb6 (good) and visual foxpro (Professional). In these 2 languages every thing that cannot be handled with there native command, I use win32 API …

Member Avatar for samir_ibrahim
0
152

The End.