20,897 Topics
![]() | |
hey in vb6 when i search about any name the code was : dim x as string x= inputbox ("Please Enter the name :") rs.findfirst "name = ' " & x & " ' " OK but in vb.net i can't do this search. please can one write the code … ![]() | |
Hi Does anyone know the code to compare file versions from a server share and prompt the user to download the update if the file versiion is newer? Also how would you get this code to work automatically after launching the app? I've tried ClickOnce but did not like the … | |
i have these objects: [ ['John', 27.52], ['Mary', 43.32], ['Paul', 64.85], ['Lulu', 98.23], ['Peter', 23.64] ['Mimi', 53.42], ['Nancy', 23.63] ] and i need to assign them to: var1 = ['John', 27.52] var2 = ['Mary', 43.32] var3 = ['Paul', 64.85] var4 = ['Lulu', 98.23] var5 = ['Peter', 23.64] var6 = ['Mimi', … | |
I have some data in my window forms in dotnet i want to call a html page from that window and display that data too on that html page is this possible ??????? | |
iam new to c# in vb.net i used Give Me the alternate for Vb keywords in c# "Optional" Finalize method Microsoft.VisualBasic.errobject | |
Hai... How to Usercontrols with Shortcut Keys[F1,F2,F3,CTRL+O]... I am creating one windows apllication.. the apllication contain many form.. in one form i am used one usercontrol(parent control).. the many form used in that inherited usercontrol(child control).. in my form i want to use shorcut keys in usercontrol form does not … | |
-------------------------------------------------------------------------------- I'am new 2 programming as well as vb.net so I want any sites from where i can download sample projects. I will be thankful if you or anybody helps me..... Thanking in advance | |
Hello, i need to make a major project in Visual Basic.Net. My project idea was to make a program that tells me the value of a persons assets (and hence how rich you are ), provided you enter in data for such things as cars, house, credit cards etc. The … | |
please anyone give me some intro about vb.net.and suggest me any books regarding it. | |
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 … | |
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 … | |
plzzzzzzzz any one suggest me few sites from where i can download detailed notes on .net framework . thank u | |
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 … | |
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 … | |
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... | |
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 … | |
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 XML and SOAP :) ) i'm given this xmlrpc server code in python and i wish to … | |
hey every one please i want to know how can i search about name i use vb.net & SQL server 2000 | |
can anybody tell m,how to include-dropdownlist in datagrid... | |
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 … | |
Hello everyone, I am Stanley, but you can call me sj. I am happy to be part of this forum. I came across this environment while searching for answers to a vb.net programming problem. I solved my program issues on my own but was intrigued by the discussion threads while … | |
Hi I have been tasked with a task of creating a timesheet That must automatically be diplay for every user per month, their monthly timesheet, setting the weekends to Off and the week days to the default hours of the individual, and it must also be edited and these hour … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 - … | |
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 … | |
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 | |
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 | |
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 - … | |
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. | |
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. | |
can any one plz suggest me a site for downloading FAQS for vs.net2005 | |
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 … | |
hiiiiii everyone can anyone suggest me how can i download MSDN for vs.net 2005 | |
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 … | |
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 … | |
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 :) | |
Hi, I've read a bit in this forum, and it looks like a great resource! Here's a question that someone asked before, but I think my answer may be different: My client uses only Access databases (I know, I know) and I'm getting this error. System.Data.OleDb.OleDbException: Too few parameters. Expected … | |
hi all, actually i want to pass String value in Farmula fields in crystal report X1 Release 2 .but only numeric value can be passed. in crystal report 8 it is possible that u can pass value of any type. any one can help this artical. thanks Irfan Ullah | |
I am using VB.Net 2005 and I have been working on trying to get this project to convert the numbers entered on form1 in TxtBxAmount to words on formcheck in TxtBxAmount3 but I can not figure it out. I have searched the web high and low and can not find … | |
Hey, im doing an assignment that requires to make a vending machine :eek: yeah, its all over here. However can anyone tell me whats wrong with this code? [code] purchase = [COLOR=#0000ff]if[/COLOR] price <= money [COLOR=#0000ff]Then[/COLOR] money = money - price [COLOR=#0000ff]Else[/COLOR] [COLOR=#0000ff]If[/COLOR] price >= money [COLOR=#0000ff]Then[/COLOR] TextBox1.Text = [COLOR=#800000]"Sorry! … | |
Hi I'm using Visual Studio 2005 to develope a piece of software. I have used the publish button to produce the files to install my application onto another pc but it does not automaticaly put a shour cut on the desktop for me. Is there a setting somewhere that I'm … | |
Hi! I am new to ASP.NET. I am using 2.0 and Visual Studio 2005 with Visual Basoc. While I have many years experience in MS Access, it appears to be of little value to me in ASP. My question is this. I've created a formview with several text boxes. I … | |
I can update as necessary if required for code and such. Basically I have a windows service that I created using VB.Net and created an installer for said service which runs just fine. Everything is grand until I try to push the MSI through GPO to all users. The client … |
The End.