User Profile

Collapse

Profile Sidebar

Collapse
supun24
supun24
Last Activity: Dec 22 '09, 12:22 PM
Joined: Aug 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • supun24
    started a topic Can use CAT6 cable in 10/100 switch?

    Can use CAT6 cable in 10/100 switch?

    Hi.. Is there any way to connect CAT6 cable with 10/100 Switch? I have CAT6 cable wires jacked to 10/100 switches and Linksys WAG160N model linksys wireless routers. Please find the attached diagram.

    Some times network working. sometimes wireless is not working in some floors. max cable length is used 25 meters. When I ping the routers it will timeout.

    I have inserted both IPs in one PC. so.... I can ping both network...
    See more | Go to post

  • Re::

    No.. it is receiving without decimal places. I need number with 2 decimal places.
    Ex:
    If I have 14.142324242424 2 --- It should be 14.15.

    Hope you understand.
    Regards,
    Supun Silva
    See more | Go to post

    Leave a comment:


  • Re::

    Hi.. Thanks for your reply. Please be kindly send me the RoundUp code for VB 2008. not for C++. Please send me full cording. I couldn't understand above coding..

    Regards,
    Supun Silva
    See more | Go to post

    Leave a comment:


  • Re::

    Do you have any idea for this.. Please help me??

    Thank You,
    Supun Silva
    See more | Go to post

    Leave a comment:


  • supun24
    started a topic Get highest value from Math.Round

    Get highest value from Math.Round

    Hi..
    I have tried following coding to get highest value.
    EX: If I type 4.341111111111, It should get the value 4.35.
    If I type 9.132222, It should be 9.14 not 9.13.

    Code:
    MsgBox(Math.Round(Val(TextBox1.Text), 2))
    
    ' This is retrieving min value. Please help me to solve  this issue..
    All Codings are with Vb 2008

    Thank You,
    Regards,
    Supun Silva
    See more | Go to post

  • hii

    Hi.. Thank you buddy!!! Cool.. I really apologize about my knowledge. Could you kindly tell me how to create button in run-time(Dynamicall y) and add handler in vb 2008.

    Thank you,
    Supun Silva
    See more | Go to post

    Leave a comment:


  • Hi..

    No.. I didn't do the program to create button dynamically
    See more | Go to post

    Leave a comment:


  • Didn't get you

    Hi... Please could you kindly send me the coding including my code. I didn't understand your short code. Please forgive me for that..

    Regards,
    Supun Silva
    See more | Go to post

    Leave a comment:


  • Re::

    Please sorry........ I don't know what is the code I should write to get Button Name in msgbox and where put it???
    Please help me...

    Regards,
    Supun Silva
    See more | Go to post

    Leave a comment:


  • supun24
    started a topic Command Array Click Event in VB 2008

    Command Array Click Event in VB 2008

    Hi All, I have created Command Array like follows.
    Code:
    Public Class Form1
        Dim NewButton(25) As Button
        
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim loc As Integer
            loc = 50
            For i = 1 To 25
                NewButton(i) = New Button()
                NewButton(i).Text = "Hello
    ...
    See more | Go to post

  • supun24
    replied to admin login
    in PHP
    PHP Login Page

    Hi.. You can create one login page for every page you visiting. If someone loged in to database. It will create new session. every page is searching for session and if can't find, it will redirect to login page..

    This is login page index.php

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ...
    See more | Go to post
    Last edited by Dormilich; Oct 19 '09, 10:00 AM. Reason: removed URLs

    Leave a comment:

No activity results to display
Show More
Working...