2,383 Posted Topics

Member Avatar for chocl8drop

Hi chocl8drop... Welcome to Daniweb... Fell Free to post your question :)

Member Avatar for Michael_Knight
0
30
Member Avatar for a496761
Member Avatar for Jx_Man
0
58
Member Avatar for toko

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]

Member Avatar for toko
0
70
Member Avatar for la1
Member Avatar for seanp17
Member Avatar for Jx_Man
0
118
Member Avatar for Stagemgrrob
Member Avatar for Jx_Man
0
134
Member Avatar for The Dude

Really, Really Lucky man... i can imagine if it blowing (not just burning) right on his face.

Member Avatar for twomers
0
112
Member Avatar for Slate2006

hi slate2006... so what the problem friend? which part of your program that you want us to help.

Member Avatar for Slate2006
0
70
Member Avatar for hawisme000

hi, using crystal report or what? i guest u using CR. set the printer setup through crystal report

Member Avatar for hawisme000
0
103
Member Avatar for dc_24l

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]

Member Avatar for blacklocist
0
102
Member Avatar for Ancient Dragon
Member Avatar for 11ta

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...

Member Avatar for Jx_Man
0
298
Member Avatar for jaasaria

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.

Member Avatar for Jx_Man
0
112
Member Avatar for bsmathew

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 …

Member Avatar for bsmathew
0
122
Member Avatar for prakashj

see this link [URL="http://www.vbdotnetheaven.com/UploadFile/mgold/WordDocument04182005081441AM/WordDocument.aspx"]http://www.vbdotnetheaven.com/UploadFile/mgold/WordDocument04182005081441AM/WordDocument.aspx[/URL]

Member Avatar for Sawamura
0
103
Member Avatar for Derice
Member Avatar for Jx_Man
0
162
Member Avatar for Jx_Man

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 …

Member Avatar for Ancient Dragon
0
350
Member Avatar for technogeek_42

hmm, cyberwizmj already answer the question. the easiest way is put the program in startup. just give the feedback.

Member Avatar for Jx_Man
0
225
Member Avatar for majestic0110
Member Avatar for dezymut
Member Avatar for nowitzk
Member Avatar for lerkei

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.

Member Avatar for lerkei
0
90
Member Avatar for jaasaria
Member Avatar for Jx_Man

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 …

Member Avatar for Jx_Man
1
142
Member Avatar for shiny123

[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]

Member Avatar for Jx_Man
0
144
Member Avatar for dier02
Member Avatar for Jx_Man
0
80
Member Avatar for lerkei

[URL="http://www.daniweb.com/forums/thread105015.html"]see this thread for more information[/URL]

Member Avatar for Jx_Man
0
104
Member Avatar for The Dude
Member Avatar for Dell XPS

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 …

Member Avatar for Dell XPS
0
102
Member Avatar for technogeek_42

that code using api to manage logoff,shutdown,restart and forceshutdown in windows xp

Member Avatar for bushman_222
0
116
Member Avatar for bredes

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

Member Avatar for binoj_daniel
0
106
Member Avatar for ITech

[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

Member Avatar for Jx_Man
0
91
Member Avatar for Serunson

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 ...

Member Avatar for maravich12
0
139
Member Avatar for jimmer12

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.

Member Avatar for bector
0
107
Member Avatar for snifer

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]

Member Avatar for Paladine
0
107
Member Avatar for Jx_Man

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 …

Member Avatar for Jx_Man
0
149
Member Avatar for bharathi_n_r

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.

Member Avatar for Jx_Man
0
342
Member Avatar for jagdish.ind

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 = …

Member Avatar for bector
0
116
Member Avatar for shiny123

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 …

Member Avatar for bector
0
150
Member Avatar for bushy1985

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.

Member Avatar for bector
0
181
Member Avatar for teasemano
Member Avatar for Derice

[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

Member Avatar for Jx_Man
0
107
Member Avatar for zawpai
Member Avatar for zawpai
0
225
Member Avatar for hawisme000
Member Avatar for LUCY KAMATHI

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...

Member Avatar for Jx_Man
0
55
Member Avatar for saurabh.verma
Member Avatar for mariegomez84

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" …

Member Avatar for Jx_Man
0
115
Member Avatar for invisal
Member Avatar for Xsimulator.net
Member Avatar for zawpai

check this prog if i didn't wrong to understand your question : [ATTACH]4809[/ATTACH] OK. Hope this helps..

Member Avatar for Jx_Man
0
149

The End.