20,284 Topics

Member Avatar for
Member Avatar for zedef

Hi all, i am fairly new to ASP.NET. I am designing a web application that should allow users to directly access it once they logon to Windows Operating system. There's no Login screen on this application. Once the user is in the domain via Windows, the Internet Explorer should read …

Member Avatar for vbsqluser
0
113
Member Avatar for petro

Hi, I have this project that i have made, although i have been trying to figure out how to make it so that the user can only enter integers in the input box and no letters (if they do the program crashes) Can anyone help us out/guide me in the …

Member Avatar for nyashaC
0
188
Member Avatar for mahvish

plzzzzzzzz any one suggest me few sites from where i can download detailed notes on .net framework . thank u

Member Avatar for waynespangler
0
68
Member Avatar for xiyann

hi there, i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in [url]http://www.xml-rpc.net/[/url] but i dun reli understand how xmlrpc.net works (i'm a noob in programming :) ) i'm given this xmlrpc server code in python and i wish to connect it …

0
98
Member Avatar for karthikn

Hai! I am using [B][COLOR="Red"].net 2003 [/COLOR][/B]version. i want to import [B][COLOR="Red"]system.io.ports[/COLOR][/B]. But io.ports not available in .net framework 1.0 whats the solution for this?? plz anybody help me...

Member Avatar for QVeen72
0
88
Member Avatar for choudhuryshouvi

Can anybody tell me how to incorporate an windows application using vb.net and oracle 9i database as back-end? plz give me step by step instructions on this. It will be very helpful if I've got some links to websites offering such articles,tutorials and resources. I'm using VS 2005. Thanks in …

Member Avatar for QVeen72
0
77
Member Avatar for ahmed elweshahy

hey every one please i want to know how can i search about name i use vb.net & SQL server 2000

Member Avatar for QVeen72
0
61
Member Avatar for preetham.saroja
0
65
Member Avatar for Kshiteesh

I have inserted searching through passing parameter likewise. In search form there is only one textbox to pass the value. But there are three field names which are associated with that text box. For example: I have searched by passing phone number But there three field name tel1, tel2 and …

Member Avatar for preetham.saroja
0
119
Member Avatar for bajanpoet

I want to stop users from being able to save a duplicate record in my Access database. I thought of using RecordsAffected, but I can't figure out how to get it to work. [code] SelectSearchString = "SELECT * FROM Breakdown WHERE BFrom = " & txtFrom.Text ' & " AND …

Member Avatar for bajanpoet
0
157
Member Avatar for anurag2134

1.I have a listview on the form and have three text boxes.If i select the row from the list view and click on the button the records are coming in the text boxes.But I want that if i enter the values in the text boxes,it will come in the listview …

Member Avatar for QVeen72
0
68
Member Avatar for Kshiteesh

HI all ..... I am beginner of VB. net. I m developing a vb.net application program to store, update and search contact information and address. I have completed the data. I have used ms access as my backend. I enter data like wise; [code=vb.net] Dim con As New ADODB.Connection Dim …

Member Avatar for arjunsasidharan
0
169
Member Avatar for blondie.simon

Hello I have been learning to program using Visual Studio Express as it is free and wanted to ensure I could do everything I wanted to do before spending money on software. Now the project that I'm working on is going ahead it's time I spent some money on the …

Member Avatar for TaoistTotty
0
94
Member Avatar for geo039

I am using a textbox with a gridview to display data. I have a new requirement to display one textbox gridview based on what a user selects from another. I am at a loss how I could accomplish this. I've tried things I found online but I still can't get …

Member Avatar for QVeen72
0
90
Member Avatar for TaoistTotty

I am currently working on a project and need to allow the user to create tabs. This I have managed to do although the solution (to copy from another hidden tab). The problem I have is that I need the tabs being displayed to change between records (something that does …

Member Avatar for TaoistTotty
0
417
Member Avatar for djemba-djemba

hi all, I am a VB.net beginner, I am developing a VB.net project now. I would like to ask a few questions. Thanks. I am using VB studio 2003 to develop the project. It automatically generated the codes for establishing some connections to the server. But there were some problems …

Member Avatar for djemba-djemba
0
111
Member Avatar for harry_hitechpoi

hi, i want to send and recieve sms using gsm modem that is connected to my pc with serial port.i already build a application in vb.net but i am facing a problem with reading and deleting message. i do that with following code- Dim comSerial As New System.IO.Ports.SerialPort Dim strPhone_Number …

0
52
Member Avatar for kishorJagtap

Dim conn As New SqlConnection(connstr1) Dim sql As String sql = "Select * from address1" 'Dim da As SqlDataAdapter Dim cmd As New SqlCommand(sql, conn) conn.Open() Dim ds As New DataSet() da = New SqlDataAdapter(sql, conn) da.Fill(ds, "Address1") maxrows = ds.Tables("Address1").Rows.Count inc = -1 conn.Close() 'If next_record <= maxrows - …

Member Avatar for manal
0
169
Member Avatar for narendra_jntu

Actually iam developing a project(tool) which is installed in server system.using this tool we access the a system which is connected to the server. I can access services,drivers and processes running on a particular system through this tool. for this i used servicecontroller,process classes. by entering system or ipaddress in …

0
90
Member Avatar for narendra_jntu

How can i get the access to a particular client's control panel(options avialable in contrtol panel) from the server.(That client is connected to the server). What are the classes and methods used for that in vb.net. plz help

Member Avatar for arjunsasidharan
0
89
Member Avatar for ptaylor965

Hi, Does anyone know how to draw a line and other shapes (rectangles, squares, circles) at design time? I know how to do it at run time (in code) but would prefer to do it at design time on the Windows Form Thanks Peter

Member Avatar for waynespangler
0
68
Member Avatar for kishorJagtap

Dim conn As New SqlConnection(connstr1) Dim sql As String sql = "Select * from address1" 'Dim da As SqlDataAdapter Dim cmd As New SqlCommand(sql, conn) conn.Open() Dim ds As New DataSet() da = New SqlDataAdapter(sql, conn) da.Fill(ds, "Address1") maxrows = ds.Tables("Address1").Rows.Count inc = -1 conn.Close() 'If next_record <= maxrows - …

Member Avatar for arjunsasidharan
0
148
Member Avatar for naglayas

please help me on how to search using vb 2005 to sql server 2005 and how to load and save an image to the database tnx.

Member Avatar for Baskar_engg
0
85
Member Avatar for narendra_jntu

Is it possible to access the control panel of the remote system. what are the classes and methods used for doing that. If possible sample code.

Member Avatar for arjunsasidharan
0
92
Member Avatar for mahvish

can any one plz suggest me a site for downloading FAQS for vs.net2005

Member Avatar for QVeen72
0
69
Member Avatar for Jupiter247

Hi Guys, I am struggling with a small problem and was wondering if anyone would be kind enough to help... I have to write a program showing (up to 30) of the first Fibonacci numbers in sequence. Unfortunately, my programming skills are fairly poor - and I am having trouble …

Member Avatar for Shahnaz Sheikh
0
837
Member Avatar for mahvish

hiiiiii everyone can anyone suggest me how can i download MSDN for vs.net 2005

Member Avatar for Hamrick
0
88
Member Avatar for preetham.saroja

hi all, i know this seems to be silly 4u guyz-but im finding it very hard(to figure out,what might b the result)....can anyone plz help m out...(for .net(1.0),vs.net(2003),vb.net) 1)can anyone tell m -how to make a copy of an exisitng webproject... 2)if i download project from website& i want to …

Member Avatar for QVeen72
0
84
Member Avatar for blondie.simon

I have written software that creates a text file, the text file contains colums of data. When I view and print the text file using notepad all the colums line up correctly. I am now trying to print the text file using a button on my form but every time …

Member Avatar for blondie.simon
0
80
Member Avatar for Damon999

Can anyone help me out on how to find the length of a wav file. I found the following [url]http://cuinl.tripod.com/Tips/media-2.htm[/url] but I can't seem to get it to work. I've only really done basic stuff in vb.net, so if anyone knows the answer I'd be very grateful. Thanks :)

Member Avatar for Damon999
0
105

The End.