Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb friend

Jx_Man 987 Nearly a Senior Poster Featured Poster

what movie? flash, mpg?

Jx_Man 987 Nearly a Senior Poster Featured Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster

you mean just show date in label?
try this code :

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
   Label1.Text = System.DateTime.Today.ToLongDateString
End Sub
Jx_Man 987 Nearly a Senior Poster Featured Poster

Data clustering with clustering method (k-mean,etc)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome to Daniweb Tom... :)

Jx_Man 987 Nearly a Senior Poster Featured Poster
ITKnight commented: thanks for the links +1
Estella commented: Helpfull links +1
dnk commented: wow +1
Sawamura commented: thanks... +1
Jx_Man 987 Nearly a Senior Poster Featured Poster

try this

Clock-Cal.zip

Jx_Man 987 Nearly a Senior Poster Featured Poster

nice to hear if this post was helps you friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Neji... Welcome friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

hi M. Sigaard... welcome to daniweb friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

hi jadalton.. welcome to daniweb :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

for my futere

Jx_Man 987 Nearly a Senior Poster Featured Poster

piles

Jx_Man 987 Nearly a Senior Poster Featured Poster

motor
way
war

remotely

Jx_Man 987 Nearly a Senior Poster Featured Poster

hi Sravan welcome to daniweb, please post your thread in current forum, this forum for introducing new member only.

Jx_Man 987 Nearly a Senior Poster Featured Poster

hmmm.... this forum for introducing your self. please post your thread in current forum.

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Rob :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Gary :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

thx too nige ridd :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

hi match.80, so do you want to make clock program in vb?

Jx_Man 987 Nearly a Senior Poster Featured Poster

you can use shell() function.

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Celeareth... Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster

-VBA is a subset of VB which runs inside one of the office applications. As a result VBA inherits the current Office object library and application instance by default and any references that are included. However in VB you have to create the application instances if you need to manipulate one or more of the Office application objects.

-There is not much difference between VBA and VB as such. VBA may be thought of cut down version of VB and is primarily used for programming in Office Application such as Word, Excel, Outlook etc. However, VB has wide scope for programming.

Syntax wise also there is not much difference, You may try to take this code in VB directly and try to run that. That might work?

-Visual Basic and Visual Basic for Applications both stem from the same language - Basic. In that way they have at least a fundamental similarity. You will also find that the extensions to Basic that were included to allow Visual Basic to interact with Windows are also very much the same in Visual Basic for Applications. In fact they both have a very similar level of Object Orientation. The way you address objects, collections of objects and other such things, the way you respond to events, call methods and set properties is the same across both languages. In some cases there are slight variations in the specific names of events or properties but in general they are almost the same. …

Jx_Man 987 Nearly a Senior Poster Featured Poster

actually you didn't give much information for your problem.what database that you've using?
see this link :
http://www.codeproject.com/KB/database/relationaladonet.aspx

Jhermzb_22 commented: pls let me know how to add different records in database using dataset +0
Vega_Knight commented: help as always +2
Jx_Man 987 Nearly a Senior Poster Featured Poster
<%@ Page CompilerOptions='/R:"C:\Program Files\Microsoft.NET\OracleClient.Net\System.Data.OracleClient.dll"' Language="vb" %>
<%@ import Namespace="System.Data.OracleClient" %>
<%@ Import Namespace="System.Data" %>
<%@ import Namespace="System.XML" %>
<script runat="server">

    Sub Page_Load(Sender As Object, E As EventArgs)

        Dim oOracleConn As OracleConnection = New OracleConnection()
        Dim oraODR as System.Data.OracleClient.OracleDataReader
            Dim oraConn As System.Data.OracleClient.OracleConnection
            Dim oraCMD as System.Data.OracleClient.OracleCommand
        Try
            oOracleConn.ConnectionString = "User ID=a; Data Source=b; Password=c;"
            oOracleConn.Open()
            Response.write("Connected to Oracle.")
            oraCMD = New System.Data.OracleClient.OracleCommand()
                oraCMD.Connection = oOracleConn
                oraCMD.CommandText = "SELECT tid, descrption FROM TSTAT;"
                oraODR = oraCMD.ExecuteReader()
        Catch
        Finally
        End Try
   End Sub
 </script>
Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi jsp, Welcome To Daniweb...
you should to post your thread in JSP Forum (Web Development)
http://www.daniweb.com/forums/forum24.html

Jx_Man 987 Nearly a Senior Poster Featured Poster
Button2.Visible = false; // to hide button
textBox1.Visible = false; // to hide textbox

Button2.Visible = true; // to show button
textBox1.Visible = false; // to show textbox
Jx_Man 987 Nearly a Senior Poster Featured Poster

post in ASP.NET Forum will give u help much better.

Jx_Man 987 Nearly a Senior Poster Featured Poster

actually you didn't show your code so far.
Try this following code :

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim Conn As SqlConnection
        Dim myReader As SqlDataReader
        Dim myReader2 As SqlDataReader
        Dim myUser As String

        Conn = GetConnect()
        Conn.Open()
        Dim sql As String = "SELECT * From Users where Id_User='" & txtUserId.Text & "'"
        Dim command As SqlCommand = New SqlCommand(sql, Conn)
        myReader = command.ExecuteReader


        If myReader.HasRows Then
            While myReader.Read
                myUser = myReader.Item("Id_User")
            End While
            myReader.Close()
        End If

        If txtUserId.Text = myUser Then
            MsgBox(myUser)
        Else
            MsgBox("User Id Not Available")
        End If
        Conn.Close()
    End Sub
Jx_Man 987 Nearly a Senior Poster Featured Poster

you're very .... :ooh:

i'll post the files again. if you can see that files it's not my problem.
look for the attachment below :

Get Startup.zip

OK.

Jx_Man 987 Nearly a Senior Poster Featured Poster

you're welcome friend

Jx_Man 987 Nearly a Senior Poster Featured Poster

google will helps you much

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Uliseshz... Welcome To Daniweb friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

actually i never tried to run it on other pc.
you can find the dll file in :
C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE -> mscorlib.dll

Jx_Man 987 Nearly a Senior Poster Featured Poster

your code just less single quote sign.

select TBIn.NoTbin,TBIn.IdBrg, Barang.NameBrg,TBIn.SupCode,Supplier.SupName from TBIn,Barang,Supplier
where TBIn.SupCode=Supplier.SupCode and
TBIn.IdBrg=Barang.IdBrg and
TBIn.IdBrg = [B]'B002'[/B]
ITKnight commented: Thanks to recovering my code +1
Jade_me commented: yes +1
november_pooh commented: Nice +3
Jx_Man 987 Nearly a Senior Poster Featured Poster

See sound program in this attachment and compare with your own prog

WindowsApplication1.zip

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Richard.. Welcmoe To Daniweb :)
i like your introduction.

Jx_Man 987 Nearly a Senior Poster Featured Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster

can
age
hang

lounge

Jx_Man 987 Nearly a Senior Poster Featured Poster

4348

Jx_Man 987 Nearly a Senior Poster Featured Poster

a new movement

Jx_Man 987 Nearly a Senior Poster Featured Poster

49 = 110001

Jx_Man 987 Nearly a Senior Poster Featured Poster

fallen

Jx_Man 987 Nearly a Senior Poster Featured Poster

float

Jx_Man 987 Nearly a Senior Poster Featured Poster

-589

Jx_Man 987 Nearly a Senior Poster Featured Poster

nail

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Dee Coppola :)