20,285 Topics
![]() | |
Please I'm trying to help myself know vb.net very well so that i can use it in my final year project. what i want is to search for a field in the database (Access) in case you want to search for all the male records, female records, same name i.e. … | |
How to Covert a long name to short name??? for example: How to convert Visual Basic name into VB | |
Hi all, I am not sure about method to publish my program. But basically when I publish it no errors at all... I have database name usurfdb.mdb. I have set it build action to content and copy to outputdirectory = copy if newer. Should I amend anything on my usurfdbdataset1.xsd … | |
hi everyone, i dont no much about vb.net ....i am php developer i have just developed a mini application in vb.net i wanted to know how to hide our application from appearing in task manager....help me guys with some code | |
hi guyz , i have an error in my path, all i want is to make app.path correct heres is my code [CODE] Dim cryRpt As New ReportDocument cryRpt.Load(Application.StartupPath & "\ProductList.rpt") CrystalReportViewer1.ReportSource = cryRpt CrystalReportViewer1.Refresh()[/CODE] i dont know what the error? | |
Dear reader i have one problem,that is how to store the images in access data base from by using web cam ? | |
hi just wondering how do i transfer table's records to another table?? i'm wondering where do i put the queries, or am i gonna put it in my stored proc? any help will help thanks | |
Hi, For the benefit of newbies here is a list of all the topics you need to know to program a connection using VB to a SQL Server database and develop a database software. 1. Network Operating system. 2. SQL Server 2000 Installation on a Client / Server Network. 3. … | |
hello guys, this is my first post asking for a help. Actually i am a PHP/Mysql developer. i am newbie to vb.net and i am trying to develop a application which asks for a password when the user tries to open any.exe file for example: [CODE]Private Sub Form1_Load(ByVal sender As … | |
Hi, I am a newbie (retired social worker) using Visual Basic 2010 Express edition and need some help with an animation for an eLearning lesson. The animation illustrates a type of white noise (like TV static) called dynamic visual noise. I've got much of the code worked out (with a … | |
Hi all, I have been playing around with trying to create an english to pig latin translator. I am not really sure where to start, so right now I am just focusing on splitting a string and search for "A", if the word has "A" add "way" to the end … | |
Hopefully I have come to the right place to ask this question as it has had me stuck for some time now. The complexity of my problem makes it difficult to ask but I will do my best to state my problem as best I can with a few questions … | |
anybody know how to sort item in combobox and listview in alphabert or numeric | |
hi anyone here knows how to display autogenerated id on textbox in a form? for example if i have 2 textboxes 1st txtbox is for CustomerID and the other is CustomerName when im gonna add a new record the customerId is already filled with CUS00002 and im actually gonna input … | |
I was able to insert a single row from datagrid but when i try to select 2 or more rows its just inserting the first row. How will I save multiple rows in the sql table, could somebody help me. Here's my code... For ex. 3 products in one OR … | |
I am trying to use a VB.NET AJAX Timer control within a Repeater. I cannot figure out how to get this to work. The timer needs to constantly check the server to see what time it is and then display a live countdown clock based on a given time. I … | |
hi pls help me i have error to my code in shortest job next [code]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cc As Integer Dim tt As Integer Dim wt As Integer Dim ryan As Integer = TextBox1.Text For escal As Integer = 1 … | |
Hey guys, Tried doing a search on this, and couldn't figure out if anyone had posted it before. Basically, my question is this. I have a large python pipeline that outputs data to be compared in an ordered fashion where comparable entries are to overlay one another. For example: Entry … | |
hi guys i wanna ask how to make warning messages when a user clicks the search button and found no record with what he input. here is my stored proc [CODE]ALTER PROCEDURE dbo.Searchbylastname /* ( @parameter1 int = 5, @parameter2 datatype OUTPUT ) */ ( @value1 varchar(50) ) AS /* … | |
the path is correct, and there is no error, but still, my database is empty... Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim myConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Along\Documents\Visual Studio 2008\Projects\LCRS\LCRS\Lcrsd.mdb;") Dim myCommand As OleDbCommand Dim mySQLString As String Try myConnection.Open() mySQLString = "INSERT INTO REKOD_PELAJAR … | |
Can someone help...this used to be so easy in C++ and VB6 :) I am dynamically creating multiple instances of a fairly simple class, tracking them via the Collections class in vb.net. I loop through the collection if I need to get to a particular instance to set some property, … | |
Hello All, I am writing my self a simple little address book application and I seem to be having some trouble with updating the dataset. I have written the code and I cant see for any reason why it shouldnt work, but during run time, when I delete an entry … | |
How to list all files in a folder including subfolder files. | |
Hello, I'll be as clear as I can in this one. OK, here is what is going on: I'm kind of trying to create a programming language of some sort using a Console application. I have got most commands to work, but what I haven't got is the ability to … | |
How do I insert commas to numbers so I can convert 1000 to 1,000 or 1000000 to 1,000,000. [CODE] FileSize = GetSize(MyFile).ToString & " KB" [/CODE] the output would be "6652 KB" i m trying to get output 6,652 KB Plz try to modify this code only. | |
need guidance in developing a VB.net application that takes input from user and generates a curve in a graph..... like someone to help out with some sample coding if u cn... my whole project is stuck due to this issue..... | |
hey guys, i need some help here. I have a items in my database named as product number | product name | dosage | description | price | remaining box(es) 0023 amoxicillin 50mg none 50 50 i am having problem in my buy button. how can i manipulate the value … | |
Is there any possible way to change the language of a form with a button or checkbox. I have found and tried [CODE]ChangeLanguage("de")[/CODE] But that no work. Any Ideas ? :) Thanks | |
Guys, need help in autofill in my textbox, and the data is coming from the database, please tell me how will i do it. need help pleasee. thank you in advance. | |
how to print selected item in listview using crystal report | |
ok. i am woking on a web browser for a friend of mine. everything works except for the favourites / history code, which is giving me an Unhandlded access violation. i have tryed using [CODE]Try[/CODE] but then it gives me a file not found error when attempting to append the … | |
Is it possible to check locale format on form_load and change it to en-us via registry if any other is preset? | |
hi guyz, can i ask is it possible if ireport or jasperreport can be used as Reports in vb.net?? need some advice here? | |
anyone know how to do the backspace coding? example. textbox1.text with abc i click a button it remove "c" i click again it remove "b" i click again it remove "a" something like this? | |
hi.. i'm having problem w/ my [COLOR="Red"]UPDATE SYNTAX [/COLOR] .. I CAN'T FIGURE OUT WHAT'S WRONG WITH MY SYNTAX.. PLEASE HELP ME.. I REALLY NEED TO FINISH THIS FOR MY DTR SYSTEM THESIS.. i can't move on to my other codes.. please... --the error that i get is.. UPDATE SYNTAX … | |
Hi, I am trying to copy/paste a structure to the clipboard the copy appears to work but the paste errors with "COMException crossed a native/managed boundary ErrorCode = -2147467259". The error occurs on the highlighted code line below. Is it possible to put a structure on the clipboard? If so … | |
hey i want to prepare bill,i have used crystal reports n i have made format also . iam stuck in between how to prepare a individual record bill | |
on Microsoft Access database i create tables named John , Philip and William. on Form1, i have datagridview1 which show those tables on database. when i click one of them,i pass it into a textbox1 on Form2. for example i pass John into textbox1 and here is my code (i … | |
Hi, I m working on a windows application using VB.NET. Using borderless forms. Can anybody tell me how to minimize / restore that application by clicking from taskbar. (I already added minimize button into the form) but also want the functionality from taskbar. Thanks in advance. | |
Hi im trying to write a program to automate a process but i cant get my program to click on this website's button Here's the website's button code: [CODE]<input type="button" class="w10pt" style="width:136px;display:block;font-weight:700;" value="Login" onclick="location.href='/start/login.htm?arg1=1'">[/CODE] i tried: [CODE] theElementCollection = WebBrowser1.Document.GetElementsByTagName("input") For Each curElement As HtmlElement In theElementCollection If curElement.GetAttribute("value").Equals("Login") Then … | |
how do i open a menu to exit the application when i right click on notifyicon in the systemtray? thanks. | |
Please help me how to add all items that are checked into listview... thank you :D | |
[CODE] IsConnected("Select count(ID) from transaction", False) If myDR.Read = True Then Me.TextBox1.Text = myDR.GetValue(0) + 1 Else Me.TextBox1.Text = 1 End If TextBox1.Focus() End If[/CODE] im going to ask how can i make my autonumber like these "10001" instead of "1" can anyone help me to fix my code?? | |
I want to capture a still picture in any format like .png,.jpg,.bmp etc. using a webcam. And want to save that in directory. Please help me. | |
i have this code and it kinda works but not properly. i need it to look at the coloum in a datagrid and make the back colour red if over 1.6(in sql this field is saved as Varchar(10)) but at the min, i have a value of 1.5 and it … | |
Hello, I have a class (Class.vb) that has a variable dimmed (newOption) as a String. I've created a Form with 3 radio button options and OK/Cancel buttons. The form code has Subs for each option as follows: Friend Class dialogArraySelection Public Event notifycomplete() Public bgaSelection As String Public Sub radFullArray_CheckedChanged(ByVal … | |
Hi, I'm trying to create an excel 2003 workbook from my vb.net project I referenced the code from this website [url]http://www.dotnetspider.com/resources/20382-To-create-Excel-file-vb-net.aspx[/url] However i'm getting error on this line "objSheets = objBook.Worksheets" Can any please tell me what's wrong? [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click … | |
Hello guys, Please i have a problem and i need help.Please I have two table called 1.Register product table 2.Sell product table Register product table consist of (Product Id (txtProdId.text) and Product Name(txtProdName.text)) NB. All are textboxes Sell product table consist of (Product Name(cboProdName.text) and ProdPrice (txtProdCost.text)). NB. ProductName over … | |
I have a data grid view populated by a query, how would I go about getting the mode from a column of values in the data grid view (from the queried data) Thanks in advance. | |
please I need a sql command similar to decode in oracle becuase am getting an error when i verified as an sql command. below is my code which, please help by correting the problem [CODE=SQL]SELECT dbo.Trans_Head.Doc_Date, dbo.Trans_Head.Document_No, dbo.Trans_Head.Account_Type, dbo.NewAccount.Surname + '' + dbo.NewAccount.First_Name AS Account_Holder, dbo.Trans_Details.Account_Name,SUM(NVL(DECODE(dbo.Trans_Details.Trans_type, 'DR', dbo.Trans_Details.Amount), 0)) Payemnt, … |
The End.