20,278 Topics

Member Avatar for
Member Avatar for George_E

Hey guys I am creating a till system (EPOS system) in vb.net I have a textbox and a datagrid and I am using SQL Server 2005 as a DBMS. I have already managed to retrieve data into the datagrid by typing in an item number into the textbox, hitting a …

Member Avatar for George_E
0
276
Member Avatar for laghaterohan

Let me first explain my program : I have a text box in which i will be entering name and then i have a button find details when i click on dis button that name which i will enter will be searched in the database and then if the name …

0
44
Member Avatar for laghaterohan

I am really at my wits end now....i am unable to find ne proper code for autonumber generation...if i do find its not working. plz i want it ..i am using sql server 2000 and vb.net 2005. just tell me can we make use of max function ? ie. first …

Member Avatar for laghaterohan
0
239
Member Avatar for dillen

Hi, I would like to start a sub in 5 seconds from now. The sub will need to perform only once. Should I use the timer event or there better way ? Thank Dillen

Member Avatar for Jx_Man
0
99
Member Avatar for kithkanan

Hi Everyone, I have Web Form with VB .Net as code behind. This form contains a radio buttons for time interval (e.g every 15 mins) and a submit button. I have a function in VB called "runScript". What I want is that when the user selects an option on time …

0
63
Member Avatar for shailesh_007

Hi All, I am new in vb.net. I am using Visual Studio 2003 and sql 2000. I want to use configuration manager to retrive the connection from app.config But I am getting error " Name 'ConfigurationManager' is not declared" the code, I written, is as follows: Imports System.Data.SqlClient Imports System.Configuration …

Member Avatar for shailesh_007
0
923
Member Avatar for laghaterohan

Can ne one of u plz tell me how to search a particular record in the database ? my prob is that when i enter say an ID / Name it should search into database for the same and accordingly if the record is found my cmdbutton will be enabled …

Member Avatar for laghaterohan
0
105
Member Avatar for bajanpoet

Hi guys! Long time no see! I'm trying to get a datagrid to work, but although when I run it there is no error, nothing appears on the datagrid. Yet, there seems nothing wrong with my code: [code=VB.NET] SQL = "select * from upload " & _ "where field003 like …

Member Avatar for bajanpoet
0
198
Member Avatar for EkoX

Hi all... i new to this language. so i m sorry if my question is very basically. I have two forms in my project. in first form i have a button. i want when i click this button form2 can be opened. Please help... Thank you

Member Avatar for nileshsarode
0
172
Member Avatar for chrismitchel

I am using Visual Web Developer to come up with a VB.NET application. when i try to add a new item to my project, the closest i find to a WinForm is a web form. can some one please help me figure out how i can add a blank WinForm …

Member Avatar for nileshsarode
0
41
Member Avatar for laghaterohan

Let me first explain my program : I have a text box in which i will be entering name and then i have a button find details when i click on dis button that name which i will enter will be searched in the database and then if the name …

0
48
Member Avatar for mairtin.obrian

Im using regular expressions to identify currency characters from a html string I cant identify the £ symbol from a number of sites including amazon So Im looking for the syntax to identify that symbol <oRegEx = New RegEx("£[0-9]") > is not working and what is the syntax to identify …

Member Avatar for learnerbm
0
99
Member Avatar for laghaterohan

Can ne 1 tell me where i can find a Professional Design templates / professionally designs of forms in vb.net so dat accordingly i can use them to design my forms . 'coz i dont want my application to look like developed by fresher ...it should have a professional touch …

Member Avatar for laghaterohan
-1
78
Member Avatar for elankumaran

i have got the cell value of a row in a grid i have to display the values in another page can any one give me the code to display the row details in a new page. thanks, elan

0
47
Member Avatar for prasannapower

I m using LAN Connection,My system used as remot , When i going to run , my system become HANG!!! i m doing VB.Net Programs , using sql2000 backend What shoud i do ??? Can u help me......??????????

Member Avatar for prasannapower
0
125
Member Avatar for Grimslaw

Hi All Thanks in advance for any advice. In the data centric application that I am currently working on, I have a requirement to create a database on the client machine. I understand the whole process of creating the database (tables, sprocs etc), but what I cant seem to figure …

0
43
Member Avatar for mcarol44

Hi all, I need to create a website that integrates with a map program such as google maps. The criteria will be to add in a few different addresses and then show the shortest route. Has anyone ever done this before. Please let me know. I would like to do …

Member Avatar for brianmaddox
0
97
Member Avatar for destino

Greetings. I've hunted around quite a bit on this one. There seem to be as many potential solutions as there are folks who have asked the question. I'm rewriting a vb6 app in .net and rather than use the conversion process i felt that the app could do with a …

Member Avatar for asnider
0
134
Member Avatar for mistyfy_t

i'm creatin a form layout with a menu item. but suddently the menu item dissapear from the form, then i check with the .designer.vb, it show the coding below : [ICODE]Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(892, 24) Me.MenuStrip1.TabIndex = 1 Me.MenuStrip1.Text = "MenuStrip1" ' …

Member Avatar for ohyeah
0
135
Member Avatar for scrypt3r

I know how to search files, but what i dont know is how to get VB.net to Read the first line of a text file then search pc for it Read the second line of a text file then search pc for it and keep going till it reaches the …

Member Avatar for scrypt3r
0
95
Member Avatar for prasannapower

I m useing this below Cods, But its not working ..... Private Sub btnadd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnadd.Click Dim con As System.Data.SqlClient.SqlConnection Dim cmd As New System.Data.SqlClient.SqlCommand Dim cmdd As New System.Data.SqlClient.SqlCommand Dim da As New System.Data.SqlClient.SqlDataAdapter Dim ds As New DataSet Dim dt As …

0
68
Member Avatar for tusharvichare

Hi, Anyone have idea about how to handle CCTalk protocol through the VB.Net. I am trying to develop Coin & Cash Acceptor. While communication i am using CCTalk protocol. If anyoone have idea, sources code then plx forward me. Thank you.

0
60
Member Avatar for deegroove

Hello, I've got a piece of code to create a Windows server 2008 Active Directory OU tree and activate in every OU the "Protection Against Accidental Organizational Unit Deletion". It works well done: the ACEs are there, the "Protection Against Accidental Organizational Unit Deletion" checkbox don't remains activated; but, if …

0
41
Member Avatar for dani123webb

Hello, Sorry if this has already ben posted elsewhere, ive tried looking for it but no luck. I have done a project in VB 6 and got an exe from it. Im trying to put the exe in a web page, and make it run permanently from there. I cant …

Member Avatar for santy555
0
328
Member Avatar for nerden

i've written a program and i want to start it minimised using a switch like myexe.exe -minimized and i cant seem to find anything that works, im using VB.net 2008 btw

Member Avatar for nerden
0
99
Member Avatar for prasannapower

We are using 4 systems ..... system1 is only having SQL Server , in my system i m having setup for SQl , How can i register my system?????? i did the following things... Start >>> Programs >>> Microsoft Sql Server >>> Enterprise Maneger Then Sql Enterprise Maneger Page opened …

0
59
Member Avatar for laghaterohan

Hello, i am a novice programer in vb.net. currently am developing an application in vb.net 2005 n sql server 2000 ..the project name is Information Management System....d application/project looks common as it includes all admn, enquiry , fees, faculty etc...screen n accordingly their databases..... however , i want to try …

0
52
Member Avatar for prasannapower

Hi I m new to Vb.net. i need to Know anout the ConnectionString Details,. For eg. First Name Last Name PH Number Use this 3 datas to save Sql. plz give me the Coding for this ...

Member Avatar for prasannapower
0
98
Member Avatar for johnnykenshien

hello to all, Im trying to load xml file to sql server but I dont have enough knowledge how to create schema xml, as of now im using vbscript program to upload my xml, here is my vbscript codings, Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad") objBL.ConnectionString = "provider=SQLOLEDB.1;data source=codevelopment;database=Johnny;uid=restorer;pwd=" objBL.ErrorLogFile = "c:\error.log" …

Member Avatar for johnnykenshien
0
174
Member Avatar for scrypt3r

The End.