20,284 Topics

Member Avatar for
Member Avatar for Kartikey

hello , i want to add new record ino database ,but getting some problem pl help me front end :- VB.net2003 back end :- SQL Server 2000 my efforts : Imports System.Data.SqlClient Imports System.Data Dim conn As SqlConnection = _ New SqlConnection("server=;database=tempdb;uid=;pwd=") Dim ds As New DataSet Dim da As …

Member Avatar for ericstenson
0
83
Member Avatar for Kosmatik

Lets say we have frmOne and frmTwo. frmOne loads up and when in the main menu the user clicks something frmTwo opens. frmTwo has a bunch of check boxes, ok and cancel buttons. User checks/unchecks the check boxes and clicks ok. frmOne now needs to know what check boxes were …

Member Avatar for Kosmatik
0
232
Member Avatar for Bobby_999

Hi, Any one please help me working with forms. I have created two forms frist one form1 then i have created a login in form. Now when i debug form1 is comming but i need the login form to come first the if i click on ok then the form1 …

Member Avatar for ericstenson
0
78
Member Avatar for bcm

Hi freinds I want to send an email using [COLOR="Red"]VB.NET2005[/COLOR]. Can any one help me in it any :icon_redface: code??????

Member Avatar for emurf
0
823
Member Avatar for rhinocort23

i just reacently had a thread, and it helped for the question i asked and i was looking through other thread and was wondering, where do you guys learn all of this about vb? i was taking a class(was because it ended yesterday) and it was a quarter class, im …

Member Avatar for rhinocort23
0
120
Member Avatar for juniorprogramme

Hi, I need help in coding a splash screen in VB.NET, it contains two traingles the first one varies the color green from 255 to 0, and the other varies the color blue 0 to 255, I tried different ideas but it didn't work, I'v been stuck with this for …

Member Avatar for ericstenson
0
112
Member Avatar for Ole Raptor

I have been working on a program. When I have stumbled across a problem I post it here and get the problem solved. I appreciate all the help I have received. Now I am needing to find a decent reporting add on. Something decent but won't make me place another …

Member Avatar for Ole Raptor
0
102
Member Avatar for Kartikey

hi i am facing problem with insertion of data into database front end:- vb.net2003 backend:- SQL Server2000 please tell me code with which i can insert data in database

Member Avatar for jagruthi
-1
374
Member Avatar for guest11

hi all, I m new in vb.net but i know vb very well. Can anybody tell me what is the main difference between vb and vb.net except the difference that vb.net is object oriented language i know this difference. But i want to know what is the main difference between …

Member Avatar for Infarction
0
183
Member Avatar for jagruthi

Hi friends Plz help Me this is fist time that i sending the post if any mistake plz live it I send My form with manage attachment with the name of untitle my qurey was how to add column to datagrid which we select the item in dropdownlist([B]example[/B] in dropdown …

0
54
Member Avatar for brightmohan

Hi, Please have a look at my attachments... I wanted to know how this can be acheieved.... I want to bind some colums of my database table with various controls (ex. TextBoxes) and then some of the other colums to a LISTBOX or COMBOBOX..... I know that I can bind …

Member Avatar for brightmohan
0
116
Member Avatar for ritika_khanna

i am working on online railway reservation project in vb.net. i want to know after entering reservation details by user in a table where user can made only 6 person's reservation e.g train_no,source,destination,name,class,berth,age, senior citizen then how to calculate ticket price when button is clicked.please send me this code urgently.

Member Avatar for marjie222
0
101
Member Avatar for poonams

hi all thanks for previous reply. I have another qurey.I serched lot for this ,but did't get proper solution. Actully in my application m using vb.net2003 and access.On one form I have used tabcontrol with 2 tabpages.On 1st tabpage there is list view.I wt i want is ,when i click …

0
71
Member Avatar for bcm

I have written a [COLOR="Red"]console application [/COLOR]in [COLOR="Red"]VB.NET2005[/COLOR] which will read a text file and its contents. But now I want to sort its data on the basis of its contents i.e the text file has following contents::: CMGL: 1,"REC READ","7=4;;1413818891>53:1",,"07/12/30,12:18:43+22" 0B05040B840B840003CB0201570601AE02056A0045C60C033230322E3133382E3130302E36302F73 6875726C3F643D3536000AC3072007122913381010C3072008010813381001033130206C616B6820 434153482C203435204E6F6B696120363330302070686F6E65732026206C6F616473206F66207461 6C6B74696D652120546F2077696E2C20616E7377 Here I want to sort …

Member Avatar for iamthwee
0
90
Member Avatar for Baskar_engg
Member Avatar for Ponchs
0
111
Member Avatar for r_pantoja

iam creating a web page the will display information on a product and i am working with vb 2008 and access 2007 i have a text box where the user inputs the data and a drop down box to specify what they are entering serialnum,type,capacity etc i have linked my …

0
55
Member Avatar for ruudboy

Im using: [CODE]OpenFileDialog1.Title = "Select your image" OpenFileDialog1.InitialDirectory = "C:" If OpenFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then PictureBox1.Image = New System.Drawing.Bitmap(OpenFileDialog1.FileName) End If[/CODE] for browsing an image but i want to create a filetype so i have to use OpenFileDialog1.Filter but it wont work. I've used: [CODE]OpenFileDialog1.Filter = "Foto's (*.jpg,*.bmp,*.jpeg,*.png,*.wmf,*.gif)|*.jpg|*.bmp|*.jpeg|*.png|*.wmf|*.gif"[/CODE] How can …

Member Avatar for ruudboy
0
88
Member Avatar for rhinocort23

ok, i have been working on a prodject for class and hit a big dead end, so i am just going to start over completly(would be easiest) and was hoping to get help from all of you guys, we had to draw numbers out of a hat to get our …

Member Avatar for ithelp
0
96
Member Avatar for bhawna
Member Avatar for Byaptia
0
325
Member Avatar for blackknight469

hello ! im new here and to VB. and i need some help on input validation for text boxes that are linked to radio buttons... at the moment im using If..Then, if i should do something different let me know.. i have 24 text boxes linked to 8 radio buttons …

Member Avatar for poonams
0
111
Member Avatar for rcadble

Hello, I am trying to have a sub repeat an action every so often (happens to be a random timing) and my program freezes when I try to sleep the thread. Below is a general structure of the sub the thread is executing. Any possible solutions? I do NOT want …

Member Avatar for rcadble
0
299
Member Avatar for md.najam

hello to all, as we all know that we cant edit a crystal report at runtime and there is no control which enables us to do so. I thought of creating an designer in my project which opens the report in edit mode. please help in this its urgent

0
51
Member Avatar for Byron P

I posted a question last week: "Detect Data change in datagrid". I may be so green at VB.net that I may not have even asked my question correctly and plain enough that someone could propose a solution, so here goes again: I am creating a Windows Form and I need …

Member Avatar for Byron P
0
108
Member Avatar for Ole Raptor

i am attempting to retrieve a registry setting and set this in a global variable. I have tried to research this problem but havent found much. this is the code: [code] Module Info Friend m_Server As String Public Sub getserver() Dim sRegKey As RegistryKey = Registry.LocalMachine sRegKey = sRegKey.OpenSubKey("software\\Normans Professor …

Member Avatar for Ole Raptor
0
265
Member Avatar for bcm
Member Avatar for waynespangler
0
70
Member Avatar for RonR

has anybody used the clickonce to update their projects?? I am trying to get clickonce setup to update my project on a regular basis but I am not able to get it to work. all I need is to get program updates working. installation will be done on a local …

Member Avatar for waynespangler
0
112
Member Avatar for Ole Raptor

Hello, I am having an issue trying to add a checkbox field to my DataGrid. I have the following Code but it does not display my checkbox. Any help is greatly appreciated. [CODE=VB.NET] Dim myconnection1 As New SqlConnection(myconn) Dim dtcCheck As New DataColumn("Select") dtcCheck.DataType = System.Type.GetType("System.Boolean") dtcCheck.DefaultValue = False Dim …

Member Avatar for ptaylor965
0
138
Member Avatar for Cecilia_notes

I have a very interesting question here. DataGridView1 is for data input and display, I set its editmode to onkeystroke. When the current cell is NOT in edit mode, click mouse right button will bring up a contextmenustrip. If the menu shows up and you don't choose any menu item, …

Member Avatar for Cecilia_notes
0
116
Member Avatar for vijayrajulapati

I need to have a header column in a datagridview, under which I can call the subcolumns from the database. I'll explain in detail.A header with studentdetails should be displayed when an event is raised the details of the student should be retrieved from the database under the studentdetails header.If …

0
50
Member Avatar for AaronASterling

Hi, I am new to VB. I am trying to parse an html file. I would like not to use a [code=VB.NET] WebBrowser [/code] control because it seems like overkill. The [code=VB.NET] HtmlDocument [/code] class appears not to work outside of a [code=VB.NET] WebBrowser [/code] control. If there is not …

Member Avatar for AaronASterling
0
132

The End.