20,284 Topics
| |
| Hi all I am trying to insert a record into MS-Access database using VS2008 as front end and this is my code i am using to connect to the database. login.mdb has two tables(login,schedules) [CODE] Dim con As New OleDb.OleDbConnection Dim cmd As OleDbCommand Dim myquery As String Dim count … |
I'm trying to write out animals from a database. All the samples I see for creating View pages have hard-coded "nodes" in the URLs, but since I'm reading my data from a database, I don't know all the "nodes". I can get my first view to work but my second … | |
Hello Sir, I am using a web application . I need to be able to access the clipboard data using javascript . I have completed implementing this in internet explorer but haivng an issue implemnting this feature in mozilla . code in internet explorer: document.getElementById('ClipboardContent').value = window.clipboardData.getData('Text'); Regards, vamsi. | |
Hi, I am looking at functions that convert standard date to Julian data and vice versa. I tried to search the forum, but found nothing. Thanks, G | |
hi guys . i need your help to start vb so please tell me how to start learning vb and where can i get free resorces and support | |
i have one datetime picker want to show selected date into textbox please help | |
[I]<<split from [URL="http://www.daniweb.com/forums/thread289067.html"]here[/URL]>>[/I] As tha same i 2 had tried but t is coming error like [B]Default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, [COLOR="Red"]error: 40 [/COLOR]- Could not open a connection to SQL Server)).[/B] | |
In the employee module i want to pick and add a picture from web camera.. On the "add picture" button i need to open a web camera screen.. Can it be possible..Please help | |
Dear All Precious programmer, I have a problem in trying to get a list of a date including days in a table start from first day of the month to the last day of the month. This date should not include the satuday and sunday. and I should be able … | |
I have two doubts.. 1..I am trying to make a toolbox(As Like in the Visual studio screen at the left hand side ) in my project .when i put my mouse in the toolbox it should expand and when i put my mouse back then it should compressed. 2..In our … | |
How to display data from an MS Access table by selecting the a corresponding fileld from another table using VB .NET 2005? | |
Hello! It may sound silly but I really need help. I am just a beginner in vb .net. I am now developing a window-based software. This is the problem: 1. After the user log-in, the system must show the parent form and automatically show the main transaction form base on … | |
| hey, I was looking for a method I have a datagridview and a contentmenustrip if a click on a row I want to be able to retrieve information form the row to the contentmenustrip |
Which is the best Database design book/tutorial for beginner to learn about database design and master on it. | |
hi im new in vb.net i need to make a form like this [url]http://img138.imageshack.us/img138/8861/randome.png[/url] [url]http://img153.imageshack.us/img153/7952/random2o.png[/url] [color=#FF0000]For Firstname and Lastname[/color]: When you click to random Button it will auto pick random Firstname from [b]Firstname.txt[/b] and random Lastname from [b]Lastname.txt[/b] [color=#FF0000]For Username:[/color] when you click to random Username Button it will auto … | |
hi there, this question have posted before also, but i ahave some more questions as well. when i try to validate the datagridview cell which evet should i use in the datagrid view. i and using the dgvActions_CellValidating event,but the thing is i want to validate the cell after the … | |
Can somoene please help me I want to Know how to Drag and Drop to cut files/folders and it opens a folderdialog for the destination:( | |
I have two form the parent form with the menu list and the child form. I want to show the two form simultaneously or the main menu first and then the child form.Is it possible? Any idea? | |
We are converting a Visual Basic 6.0 application to vb.net 2008 and are having an issue, while executing the code under “form activated event”. There is a difference in behavior between form.activate in Visual Basic 6.0 and form.activated in vb.net. In Visual Basic 6.0, the Activate event was raised only … | |
Hello! I want to underline a word in a sentence in vb .net. Any idea? | |
[TEX]hi can someone help me about creating an autonumber in vb.net... can i make an autonumber with out using data base? can someone give a sample code TY[/TEX] | |
Dear All Precious programmer, I have a problem in trying to get a list of a date including days in a table start from first day of the month to the last day of the month. This date should not include the satuday and sunday. and I should be able … | |
Hey! I have a program that searches for a word in a .txt file. When it finds the word I want to print the following 5 lines under that word. So for example: I search for "juice", and my label grabs this out of the textfile: juice apple grape orange … | |
i need string matching windows app. program. | |
In my form, there is 1 Button and 1 Label. There is no text in Label1 right now. I have coded the button: [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Label1.Text = "1" End Sub End Class[/CODE] Now when i run the project, i click … | |
Hi Guys I've been for the last 8 months studying and creating a project and finished - at least as long as I could :) - Now I have a BIG problem,I want to make the Executable "Package". for installation and ultimate test of what I've build Is there someone … | |
somebody help me how to open connection postgresql with vb.net .. | |
I have the following on an RDLC report: =Sum(Cdec(Fields!ServiceCost.Value) - (Cdec(Fields!ServiceCost.value and Fields!Confirmed.value = False))) The problem is that it takes the false and add's any .00 to the total. So if it's supposed to be 241.00 and a false evaluates with $31.25 I end up with something like 241.25 … | |
I'm writing a small search tool that searches a SQL Server database using Full Text Indexing. I have two text boxes with four radio buttons between (NEAR, OR, AND, AND NOT) Ex. CONTAINSTABLE(jobs, *, ‘computer NEAR California’) This works fine but if I start adding more text boxes\radio buttons (As … | |
hello there... acctually i m creating a desktop application in vb.net so on the data insertaton page i had got an error that is "the ConnectionString property not initilized".. so i m posting all my code here... kindly help me.. [code] Public Class Registration Private Sub Button1_Click(ByVal sender As System.Object, … |
The End.