20,899 Topics

Member Avatar for
Member Avatar for RAjushendre

i want to do back up for my project.............. and to copy the database from d:\ drive which uses it as default .... to other location

Member Avatar for TomW
0
109
Member Avatar for shubhamshah

Hey Guys, Im not so good at VB.NET , and ive been learning for about 3 months. I would really appreciate it if you guys would help me tackle this problem down. Well , im helping a school run a Spelling Bee aimed at children in year 7. And to …

Member Avatar for kvprajapati
0
267
Member Avatar for manal

Salam... I need to get value that has been selected from combobox .. the values in combobox is taken from column's contents of one of tabel in database..so once i write if x=combobox.selectedvalue..i got error that i Additional information: Operator is not valid for type 'DataRowView' and string

Member Avatar for kvprajapati
0
8K
Member Avatar for ma.ali786

hi, to all will you provide some real good example on backgroundworker control in vb.net for doing some process in background for ex a reading a doc file in textbox by using backgroundworker in vb.net

Member Avatar for TomW
0
124
Member Avatar for gingank

Hi All, I'm a newbie to VB.net can anyone have any tips or guide or tutorial to learn the VB.net?? Please guide or help me. Thank in advance

Member Avatar for TomW
0
91
Member Avatar for iman_shani

Hej i am trying to create a simple game as homework from my school. now i just stuck on one stage. see the picture on this link how it looks like. [URL="http://jobbalert.se/"]http://jobbalert.se/[/URL] i have created a module here is the code for module file [CODE] Module Module1 Public Sub bknapper() …

Member Avatar for iman_shani
0
326
Member Avatar for vbcoder123456

Hi all, I have a requirement as follows, I have to display a list of datas in to a list box in button click functionality. When i click the button, values should be fetched from database table and loaded in to the list box. for example: the database table has …

Member Avatar for Jx_Man
0
759
Member Avatar for gianrocks

hey everyone i have a problem with attaching sql server database to an installer file. i dont know how to do it. i tried searching the internet but i cant understand anything please help me im a noob hahaha anyway tnx in advance

Member Avatar for kvprajapati
0
78
Member Avatar for dinilkarun

Can somebody help me with the code to read file names from a folder? curretnly i'm using the below code. Dim files() As String files = System.IO.Directory.GetFiles("c:\myfolder") this is not working please help me.

Member Avatar for kvprajapati
0
116
Member Avatar for AWLWales

I use VB .NET 2002 (academic version) I have created an MS Access database to be populated with vaules extracted from dBase files. Some numerical values can be null - ie where no data was recorded in the dBase file. Relevant field properties in MS Access mdb table are set …

Member Avatar for AWLWales
0
971
Member Avatar for eyein

i've created a program which will compare 2 richtextboxes;where will highlight the line error in both richtexbox.the programme can be run;but the last line doesnt being highlight...e.g: there are 6 errors,but only 5 errors being highlighted,and the sixth line cannot be highlighted.does someone know where my mistakes are?below is my …

0
44
Member Avatar for jmjones55

Using VB.NET write a program that can calculate the grade of a student based on his or her marks in five subjects as input according to the following rules: •Grade A: For average between 100 and 80 (inclusive) •Grade B: For average between 79 and 65 (inclusive) •Grade C: For …

Member Avatar for Vineeth K
0
215
Member Avatar for realback

Sir, I am using 3 textbox and one listbox. I am successfully retrieve the data into listbox i want that item selected in a listbox enter the data by textbox once the value input into through text box that the selected item of a listbox will change the back color …

Member Avatar for realback
0
232
Member Avatar for xfrolox

I have a folder inside there will be my program. and a .ini file in other folder. Example New Folder/My .EXE HERE New Folder/Lol1/Lol2/Test.ini How i make the program to get the current directory? i have this [code] Dim sPath As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for xfrolox
0
134
Member Avatar for Themanhunt

Lets say that you are working on a program such like Notepad, for instance. You want to make a Ctrl+S key event to save your work. This is the ONLY way I have found out that does not cause any conflictions at all. In the KeyUp Sub of, leys say, …

Member Avatar for Themanhunt
2
856
Member Avatar for brennanp13

Hello All, I am currently developing an application in VB.net that opens up a web document via Web Browser Control, parses the HTML, and sends back the data I need. This is not a problem. However, one of the sites requires basic authorization to access. I know the following code …

0
45
Member Avatar for cmouli

Javascript is not recognising any of the hidden variables on this web form. It simply reports them to be null. I tried declaring a new variable without "runat=server". No luck. <html> <head> <script language="javascript"> function Print() { alert(document.getElementById('hdnMyHidden')); alert(document.getElementById('hdnMyHidden').value); var strmyCodes = document.getElementById("hdnmyCode").value; var strmyDesc = document.Form1.hdnmyCode.value; alert(strmyCodes); alert(strmyDesc); alert('hello …

Member Avatar for cmouli
0
221
Member Avatar for StuartMillner

I am writing a program for someone that takes a word document and turns it into an xml document. The program works completely, except that when I write all of the information to an xml document only half of the document actually gets written. Then I get the following error: …

0
70
Member Avatar for zinnqu

I have created a encryptor/decryptor that allows you to encrypt/decrypt text in a textbox, or a file. The basis of the system is to allow a user to thoroughly protect data within their system. Is there anyone that would be willing to test the program?

Member Avatar for zinnqu
0
170
Member Avatar for london-G

hello I would like to create a subroutine, so that I don't have to repeat the code. I have different labels on a form in which when the user clicks on them it hides the second form and show the third form for now I have this code for every …

Member Avatar for TomW
0
93
Member Avatar for tj_kingjames

hi there everybody! if you are using a gsm modem use at commands to send and receive message or have a dll that can send and receive messages! if you found some codes please do inform me at <<Email Snipped>>. i have created a program to send and recieve messages …

0
48
Member Avatar for Taariq

Hi there, I’m having some trouble to construct a Master-Details form. When I navigate through each record on the master nothing happens on the details. This is so even if there exit a relation between the two tables in the database and in the dataset between the data table. Can …

Member Avatar for kvprajapati
0
95
Member Avatar for rcook

I have a simple web application with a login page. I am now adding authentication to code that already checks username and password in a database; I use Forms Authentication to write a cookie with an authentication ticket (if that's the right term) to enable a user to access pages …

Member Avatar for rcook
0
287
Member Avatar for bigtreeworld

Hey, I want to get the user's approximate location (down to like a 1km radius) by their IP. Is this possible in VB Express 2008?

Member Avatar for pauldani
0
267
Member Avatar for amit3119
Member Avatar for mtsaad

[CODE]Private Sub DataGrid1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Dim t As DataTable Dim rc As Integer Dim r As DataRow rc = DataGrid1.CurrentRowIndex getemp (rc) End Sub[/CODE] a messagebox appear that show user-defined type not defined i had try another code but it still same error.. i'm using …

Member Avatar for kvprajapati
0
109
Member Avatar for aravindgm_mohan

Hi, I need a delivery report when the sms was send. Which AT Command is used to enable the sms deliver report. Awaiting for your replies.....

Member Avatar for kvprajapati
0
55
Member Avatar for jallan2010

Sir, While I am running the project the cursor is blinking in the first name textbox then i am press the tab button then it is move to middle name textbox and then lastname and company name but when I am press after company name then it will jump to …

Member Avatar for kvprajapati
0
120
Member Avatar for thegreymatter

Hi everyone:cool:, I'm new in this forum. This is my first post. Can you guys give me any idea about adding a grid control into a combobox (Windows Application)? While developing desktop applications with C# I felt many times that it would be preety good and very useful to have …

Member Avatar for kvprajapati
0
175
Member Avatar for scias23

i get an "This SqlTransaction has completed; it is no longer usable." error everytime i run my code: the main code [CODE=vb.net] If DBOpen() = True Then Try 'begin transaction BeginTranscation("Clearance") 'receipt CallSP("InsertReceipt") InsertParam("@ORNo", Trim(txtOR.Text)) InsertParam("@FACode", "***") InsertParam("@Amount", txtAmount.Text) InsertParam("@Nature", "Business Clearance") InsertParam("@PaymentType", "Cash") InsertParam("@DateIssued", dateDocIssue.Text) ExecSP() 'document CallSP("InsertDocument") InsertParam("@PersonID", …

Member Avatar for kvprajapati
0
1K
Member Avatar for scias23

i want to put multiple instances of sqldataadapter into a single transaction. how can i accomplish this?

Member Avatar for kvprajapati
0
527
Member Avatar for anjumparveen

i want to know how to creat a program in vb.net about fibonacci series plzzzzzzzzzzz help me

Member Avatar for kvprajapati
0
39
Member Avatar for tvnaga
Member Avatar for wonko

[b]Thread Split - [url]http://www.daniweb.com/forums/thread48869.html[/url] [/b] Oh balls I posted this on the wrong thread. It should have gone here. If it is considered spam feel free to delete one of these posts (preferably the other one) but when I was looking for a solution I couldn't find one so figure …

0
56
Member Avatar for codedog

Hi, This works every other time. I'm trying to send data to a web page. When I click on button2 nothing happens. click again and the data shows up on the web page. click nothing, click data. What am I doing wrong? The form is a pannel (dock=top) and webrowser …

0
117
Member Avatar for what_5626

hi.. I've created a Point of Sales(POS) system which will link to microsoft access and now I'm trying to create a mobile apps tht will be use in PDA to link to my POS system and access which is my database. Any idea of what type of method i should …

0
66
Member Avatar for mrnobody

Hi.. Can somebody please advice me on how to set a powerpoint presentation as the powerpoint.application.activepresentation? In the program below, when the form is loading, it will open 2 powerpoint files (Test1.ppt and Test2.ppt). After Test2.ppt is opened, it will be the activepresentation because it is opened last. What I …

Member Avatar for mrnobody
0
426
Member Avatar for mrnobody

Hi, I've done a vb.net program. The program basically uses few reference for example system.io etc.. In order for my program to run on another computer, the computer need to have .net framework 2.0 installed.. Instead of installing the whole framework, can I just pack the references I used in …

Member Avatar for mrnobody
0
1K
Member Avatar for comsci2

Hello guys Please help me about this error. When i hit the save button it gives me error "failed to convert parameter value from a string to decimal". Here is my code [CODE] Dim cnSQL As New SqlConnection(con) cnSQL.Open() Dim cmd As SqlCommand = cnSQL.CreateCommand() cmd.CommandType = CommandType.StoredProcedure cmd.CommandText = …

Member Avatar for ChrisPadgham
0
1K
Member Avatar for avinash_545

hi everyone. am new to vb.net codings and all that and i have a project to submit. I would like to know the coding behind incrementing a progress bar using a timer. please help.

Member Avatar for avinash_545
0
484
Member Avatar for tjfitz68

Hello, In this situation, my application can connect to the MSSQL server in one of two ways; via a direct TCP/IP connection (WAN) (IP's filtered using RRAS in 2003 Server) or via a VPN connection. The application will first try to open the connection using the WAN connection string and …

Member Avatar for tjfitz68
0
744
Member Avatar for rotana
Member Avatar for tqmd1

Numbers Only Textbox Dear Programmers I want to make a routine named “NumberOnly” [CODE]Private Sub TextBox4_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox4.KeyPress ‘Here I want to call the function as Numbersonly End sub[/CODE] All textboxes must accept numbers data on which I call this routine Supose I …

Member Avatar for TomW
0
179
Member Avatar for geetajlo
Member Avatar for kvprajapati
0
8K
Member Avatar for vvashishta

I need to use a DropDownList in my application made in VB.Net where I can select multiple values from the List. Please help me out.. thanks

Member Avatar for vvashishta
0
151
Member Avatar for sarithagovind

hai, I want to enter datas in datagridview and wants to move to next cell using enter key. When i reached last column i want to add new row. How can i do this. Please write code in VB.net

Member Avatar for kvprajapati
0
49
Member Avatar for Yamazaki

I have a datagridview thats bounded to a db and bindingNavigator that has Add/Delete/Save buttons. When I select a row and delete it, the row gets deleted from the datagridview, but when I restart the application, it doesn't get physically deleted from the database. Search suggests putting this code inside …

Member Avatar for Yamazaki
0
1K
Member Avatar for InS@NiTy

I'm trying to a open a connection to a local database and no matter what I try it just won't work (I'm pretty new to SQL Server and VB for that matter) I tried using 'sqlconnection' with different connection strings but none of them worked or gave me any useful …

Member Avatar for InS@NiTy
0
825
Member Avatar for ritika_khanna

hi, i am doing on online railway reservation projet in vb.net. I have taken train scheduling in which i have to specify routes of all the stations which are coming in between source and destination.routes are specified in rows and columns.But i do not understand how i specified routes in …

Member Avatar for peter_budo
-2
965
Member Avatar for Peric

I don't have any experiance in this part so I really need someone's help to get start. I have setup for my application in VB.NET...what i need to do (want to do) is next... -create/restore a database that I use for that application (I have database in MSSQL). Maybe I …

Member Avatar for Peric
0
765

The End.