2,383 Posted Topics
Re: Hi Welcome to Daniweb Friend :) you can post your question on [URL="http://www.daniweb.com/forums/forum8.html"]c++ forums[/URL] | |
Re: Hi Sello...Welcome to Daniweb Friend :) Post your thread on current forum. you will get best helps from many people there :) | |
Re: your date serial parameter is wrong [QUOTE]DateSerial(Day, Month, Year)[/QUOTE] DateSerial(Year, Month, Day) Ex : [code]DateSerial(1973, 3, 70) = 5/9/1973[/code] -> 70 days from 1 march 1973 [code]DateSerial(Year(now.date),Month(now.date), now.day + 100)[/code] -> 100 days from now (today) | |
Hi all... I m working for my graduated project. and my method in using is Genetic K-means Algorithm. i m using vb.net 2003 and sql server 2000. Does Anyone know a sample code for this?or a website / link for this topic??? please help me... any reply really appreciated... Thx.Best … | |
Re: show us your effort friend :) and we'll helps you | |
Re: Funny movies... i heard sometimes people drink to keep their body still warm (in winter). this reason can be accepted or not? | |
Re: show use your code and effort. we will help u :) | |
Re: hi Welcome to Daniweb Friend :) | |
Re: use End. in any event [code]End[/code] | |
Re: use manifest file. see this thread... find an attachment on this thread (post #9) [URL="http://www.daniweb.com/forums/thread109621.html"]http://www.daniweb.com/forums/thread109621.html[/URL] | |
Re: you cannot connected process with other process directly. process just get information from database and actor will connected one process with other process. In dfd you have two actor?member and suppliers.. so who will input the data into data strore?? | |
Re: Hi welcome to Daniweb friend :) | |
Re: Playing Basketball swimming read books Guitar & keyboard watching Movies (korean movies) Eat :D | |
Re: use DateSerial(). DateSerial(Year,Month,day+120) --> this function will count 120 days from an inputed day. for more clearly see this link : [URL="http://msdn2.microsoft.com/en-us/library/1we4t8hy.aspx"]http://msdn2.microsoft.com/en-us/library/1we4t8hy.aspx[/URL] | |
Re: use packaging and deployment in visual studio tools. | |
Re: you cannot do it without delete related data. | |
Re: it is solved? if solved please post the answer. so we can learn together. :) | |
Re: this code i posting to you in your previous thread. delete all variable declared in your code. you don't have to declare cause you have it as label name. [QUOTE]Dim txtInput1 As Double Dim txtInput2 As Integer Dim txtInput As Integer Dim Sum As Integer Dim Average As Integer Dim … | |
Re: [QUOTE]can i save or set that username and password in ADO control so that i can edit that database in my vb project without opening that database in ms-access?...[/QUOTE] yes, you can.. you just do some update with your program. are u already to save or edit data?? show us … | |
Re: try this following code : [CODE=pascal]program Reverse_String; uses crt; const Elemen = 255; {* Max character *} type S255 = string[Elemen]; Stack = record Input : S255; Tops : 0..Elemen end; var T : Stack; I : integer; StringInput : S255; procedure AWALAN (var T : Stack); begin T.Tops := … | |
Re: see this [URL="http://www.skmmenu.com/menu/Examples/"]LINK[/URL] |
The End.