20,278 Topics

Member Avatar for
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
96
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
209
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
108
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
64
Member Avatar for anandknd
Member Avatar for DangerDev
0
60
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
86
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
175
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
245
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
158
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
144
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
66
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
97
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
121
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
393
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
174
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
133
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
209
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
118
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
201
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
40
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
95
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
218
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
144
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
160
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
107
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
164
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
93
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
119
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
70

The End.