2,383 Posted Topics
| |
Re: it cause if textbox1 or textbox2 empty and it's empty string. value1 and value2 is double, so you cannot assign value directly. you can change your assignment with this code : [CODE=VB]value1 = Val(TextBox1.Text)[/CODE] | |
Re: SELECT * FROM Customers where EmailAddress like '%" @ "%'" | |
Re: Really, Really Lucky man... i can imagine if it blowing (not just burning) right on his face. | |
Re: hi slate2006... so what the problem friend? which part of your program that you want us to help. | |
Re: hi, using crystal report or what? i guest u using CR. set the printer setup through crystal report | |
Re: see this link... [URL="http://www.codeproject.com/KB/graphics/ean_13_barcodes.aspx"]http://www.codeproject.com/KB/graphics/ean_13_barcodes.aspx[/URL] | |
Re: so what you want it like? you want to show both of data in one combo box or each column for one combo box... maybe you can give the result what you it like to be... | |
Re: yes u can, use manifest file to make your program like your os skin. so if the program on xp the skin like xp or if the program on the vista os its like vista skin. but you can use ocx file. | |
Re: actually i never tried make a program with oracle before, but i already do this with sqlserver with vb.net: maybe you can see the code and take the logic : [CODE] Private Sub StudentDataReader() Dim i As Integer Dim cmdStudent As New SqlCommand Dim daStudent As New SqlDataAdapter Dim dsStudent … | |
Re: see this link [URL="http://www.vbdotnetheaven.com/UploadFile/mgold/WordDocument04182005081441AM/WordDocument.aspx"]http://www.vbdotnetheaven.com/UploadFile/mgold/WordDocument04182005081441AM/WordDocument.aspx[/URL] | |
Re: to play u must use shockwave flash.. find it on component. | |
Hi dani, please give a explain for this question... i confused. this value add by one if someone give me a good one? right or not? now my Community Reputation Points = 40. i have this points (40) a few day ago and some people give me a good reputation … | |
Re: hmm, cyberwizmj already answer the question. the easiest way is put the program in startup. just give the feedback. | |
Re: look for length properties of text box, you can change the length of character. so user just input character through the length of text box properties. | |
Re: your question is not complete?you want store or just take a picture? | |
Hi masters..., anyone know this method ("Genetic K-means Algorithm / GKA") ?. this method used for clustering data. so, i need some article or tutorial about this or similar with this method... i have been looking for this article from internet but i didn't get the good one. maybe i … | |
Re: [URL="http://www.exforsys.com/tutorials/asp.net-2.0/installing-visual-studio.net-2005.html"]http://www.exforsys.com/tutorials/asp.net-2.0/installing-visual-studio.net-2005.html[/URL] | |
Re: specify the table that you want to show. ex : category -> idCate,CategoryName | |
Re: [URL="http://www.daniweb.com/forums/thread105015.html"]see this thread for more information[/URL] | |
Re: oh no i wasn't even born, but i want to see my brother born... | |
Re: try this following code : [CODE]Public Function MakeNumRand() As String Dim NumRand As New Random Dim temp As String temp = NumRand.Next(1, 20) Return temp End Function Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click TextBox1.Text = MakeNumRand() End Sub [/CODE] code above generate with pressing … | |
Re: that code using api to manage logoff,shutdown,restart and forceshutdown in windows xp | |
Re: hi bredes you post a same thread again. cek your own post ([URL="http://www.daniweb.com/forums/thread105511.html"]TransParant Control[/URL]) try this thread, its a similiar thread like your post [URL="http://www.daniweb.com/forums/thread104127.html"] Control Transparant Form[/URL] Ok. all for the best | |
Re: [URL="http://www.devcity.net/Articles/18/msaccess_sp.aspx"]http://www.devcity.net/Articles/18/msaccess_sp.aspx[/URL] Chek Google for more article | |
Re: i vote for sports but actually i play others game too. i m really like to played winning eleven (i just like to play football game)... i play medal of honor, crysis, tenchu, etc ... | |
Re: u mean that value from the numericupdown will read in next from? i suggest to use public shared variable to accomodate the value from numericupdown.then u can call the variable in other form. | |
Re: this following code to connect asp.net with sqlserver [CODE]Imports System.Data Imports System.Data.SqlClient Module ConnectionDB Public conn As New SqlConnection("Server = j3rry;" & "initial Catalog = PP60;" & " Trusted_Connection=yes") End Module[/CODE] | |
hi all, my computer have a trouble now. when i played the game my computer get hang for a few times but this problem never happen before. after hang then i close the game, i got 800 x 600 screen resolution on my computer. sometimes it make me must to … | |
Re: your code is true but did a little more. make the procedure or function to generate auto number only. so you can call this procedure or function after you add,edit,delete or clear form. | |
Re: use timer and label. try this following code : [CODE]Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick lbl1.Text = Microsoft.VisualBasic.Right _ (lbl1.Text, 1) & Microsoft.VisualBasic.Left _ (lbl1.Text, Len(lbl1.Text) - 1) End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Timer1.Enabled = … | |
Re: the easiest way is save the full path on sqlserver. if you want to show the image you can call the path which it stored and show it. but if you use this way, you must have a folder for the image and don't moved the image from the folder … | |
Re: make a function or procedure to do autonumber. every you finish add,edit,delete or clear form call that procedure or function the easiest logic of autonumber is select the last value of RecordID and add it by 1. | |
Re: [URL="http://www.garybeene.com/vb/tut-api.htm"]http://www.garybeene.com/vb/tut-api.htm[/URL] [URL="http://www.developer.com/net/vb/article.php/1537091"]http://www.developer.com/net/vb/article.php/1537091[/URL] yes, you can add flash file (.swf) on vb and play it. if u have a problem with api, post the thread and all of people here will help u much.. Ok. all for the best | |
Re: check the state. show cursor (1) to set cursor reappeared. | |
Re: use between clause or smaller (<=) to get value from 1-10 | |
Re: as estella said click the pms or list message to show all message and looking the blue bold title. actually you post the thread on wrong forums, you should post on Dani Community Feedback... But its ok.. So...welcome Lucy... | |
Re: try this following code, i used InStr() function to search the .xls string in file title of file. [CODE]Private Sub btnOpen_Click() With CommonDialog1 .Filter = "All Files|*.*|Excel|*.xls" .FilterIndex = 4 End With CommonDialog1.ShowOpen txtPath.Text = CommonDialog1.FileName If (InStr(1, CommonDialog1.FileTitle, ".xls", vbBinaryCompare) = 0) Then MsgBox "This is not Excel File" … | |
| |
Re: check this prog if i didn't wrong to understand your question : [ATTACH]4809[/ATTACH] OK. Hope this helps.. |
The End.