20,285 Topics
![]() | |
Hello everyone ,im a new guy to vb.net ,i've installed .net2003 in my system , i have a problem with it ,when i click new projects in the file menu , it quits out to the desktop ,i really need ur help ..... .............. karthik | |
Dear all, as always I am back with yet again a simple question. I have developed an application in vb.net which has VB interface as front end and access 2003 as backend. The application path which I setup initially is : [CODE] Dim MyConn As ADODB.Connection MyConn = New ADODB.Connection … | |
Hi, my name is Sivakumar working in a Company at Bangalore as senior software engineer. I'd like to work some freelancing software works related to (Dotnet/ASP Projects) from home.Please suggest any firm that provides projects(software Development) to work from home or any site that i can get freelancing work to … | |
i'm new to vb.net and i cant figure out how to solve this problem any help would be greatly appreciated how can i show data into list view if the data is located in different tables. here few of my code, Public strConn As String = "C:\*********.mdb" Public cn As … | |
Hi, I was wondering (if possible) how to change the server address, port number, username and password of a dataset connection form within a form using textboxes. Thank you for your help | |
I am making a Black jack game and i am trying to make it so that when my label which shows my current randomized valued which is "2,11" if this label = 10 then i would like it to randomize so that my picture box displays one of 3 randomized … | |
Hi people, I was hoping someone out there could help me out as Ive been going mad with this problem of trying to filter data and show the 2nd row in the datagrid data in textboxes (I have it partially working). Well basically I can highlight the first row and … | |
Please Check the code and reply what is wrong in the update code Try block is executed successfully........but it is not being updated. Public Class Form3 Dim cn As New Odbc.OdbcConnection("Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=attend_ap; User=root;Password=;") Dim cmd, cmd2 As Odbc.OdbcCommand Dim adp, adp2 As Odbc.OdbcDataAdapter Dim ds, ds2 As New … | |
Hai All I am developing a windows application, For which my client given an web service URL,a WSDL file and username,password, and they were expecting we need to pass some data with username and password. here i am not undersatnding how to procede i have done invoking the url and … | |
Hi, Anyone know how to pass XML string to WSDL Webservice using SOAP with VB.Net. I have student records Webservice at client side so i want to pass XML string to client side feedback to this they will give Acknowldgement or response. If any one have idea how to do … | |
I've a project with which I wants to maintain a log file that if later after release of the product, any issue arise, I can debug the faced issue from this log file. I've one of the solution to write my own text file with writing line at identified positions … | |
Hi i have a listview which is populated with a number of 'Appointments' and when selected this fills a number of lables with information. now on the first click it works fine and everything gets populated but when a different row is selected i get an error. the code im … | |
Hi guys.. currently. i'm using SQL Server 2000 and Visual Studio 2003. i've already make some researches about System.Data>SqlClient. I've already followed the guideline which is right click on the project name>Add Reference and then click on System.Data.SqlClient. but under .NET tab, not included the System.Data.SqlClient. Where should i find … | |
how to remove selected item from combobox we tried this code but some error in this statement cbocode.Items.RemoveAt(cbocode.SelectedText) | |
hi , i've designed a form with a progress bar but it seems to be very fast, i've tried a lot , but i cant get the correct one , tell me how to design a progressbar | |
When we click on a combo box, there is a small triangle on the upper right of the combo box. When we click on the triangle, the Combo Box task box appears. How do we change the default name of the Display Member and the Value Member? The names of … | |
Morning All, I would like to set a limit to a text box so that end user only can enter numbers from 1-32 and not more. I have setup a validation on keypress to make it only work with numbers i.e digits and nothing else however I am not sure … | |
Hi guys, I am using VB 2008 Express. I have created a form which has traditional "OK" and "Cancel" buttons on it. After I execute the program I point the mouse over the OK button or Cancel button (doesn't matter) to press but for some reason sand watch icon appears … | |
Dear Friend, i m using VB.NET 2005 and SQL server 2000 as Back end. please someone tell me how to attach files of any type(or Jpg or BMP files) in windows apllication. Thanking you, | |
when i debug a program on my pc it works just fine. When i install my program on another pc i get exceptions during runtime like... "Cannot convert string ##100## to type decimal" when i try to input some data from a .txt file What is wrong with it? | |
im using putty and when im opening the index.asp this is the error and also in the logout page... the asp file is ok but i think linux(putty) cant recognize the vbscript file... what should i do? plzz help! thx in advance! | |
hey, frnds I have two forms Forn1 & form2,On Form2 I have three Texyboxes & on form1 i have listview with three Columns. I m sending the text from textboxes to listview. I want that Multiple Rows should be added. Suppose i write the value in three textboxes,with my code … | |
Hello: Yesterday I purchased MS Visual Studio Standard 2008, installed it on my Windows XP Pro SP2 system after removing VB 2008 Express. I opened a solution that I had created with VB 2008 Express and proceeded to layout my one and only Windows Form. The Application is a VB.Net … | |
I have a 'users' table in which the password is stored using MD5 encryption. (Drupal created this table) I have my Windows Application in which I have a login window. What I want to do is take the password from that table. So, in the textfield that asks for password, … | |
Hello everyone! I am new to vb. I have a macro at excel but i want to get it out as a vb file. When the file runs it should run the fuction I already have written. So all i want is t connect to a spesified exxcecl file and … | |
Hello all, I'm looking for a good VB.NET book. I know a little about c++ and am looking for something along the lines of a text book. Anyone have any good suggestions? | |
Hi guys ... today i am in the step of client side installation of my project. i need some information for that. what should be installed on client machine to run a vb.net 1.0 application smoothly and what should not be installed on client machine to run a vb.net 1.0 … | |
i have a form that allows the user to add 0 to 4 contact numbers. [I] Dim ccontact As New Contact Dim contactId As String = ccontact.getContactid(hcode) phone1 = cbxPhone1.SelectedItem phone2 = cbxPhone2.SelectedItem phone3 = cbxPhone3.SelectedItem phone4 = cbxPhone4.SelectedItem tphone1 = txtPhone1.Text tphone2 = txtPhone2.Text tphone3 = txtPhone3.Text tphone4 = … | |
How do I create a tree view based on data from 2 different combo boxes and a textbox? The first combo box is the 'Level' combo box. It displays the different levels in a tree. The second combo box displays all the parent code for each level. The textbox is … | |
hi to all Does any body could help me how to blink the text of my button or even blick the background color. Thanks in advance |
The End.