User Profile

Collapse

Profile Sidebar

Collapse
MATTXtwo
MATTXtwo
Last Activity: Dec 23 '11, 02:09 PM
Joined: Sep 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MATTXtwo
    started a topic Object required after popup

    Object required after popup

    i creating an iframe and open up a new window
    then close the popup
    on the parent iframe, i use standard getElementById
    but failed on both IE and mozilla.
    it seems to me that it can find an element on the same iframe page
    See more | Go to post

  • MATTXtwo
    started a topic multiple control with single event handler

    multiple control with single event handler

    i try to create dynamic control and have a single event handler to ease the fireevent
    how do i do it?
    also can i declare a single event handler to parent control
    and be use by child control of the same type
    in example:
    creating htmlanchor name aa
    aa.Control.Add( any anchor)
    after adding the control
    declare the event handler
    See more | Go to post

  • how about directly save xml in server with web service?
    See more | Go to post

    Leave a comment:


  • Web Service with input xml filepath and display it

    Hi guys,
    I've tried google up the answer and found none..
    I just want to load an xml file from anywhere to my webservice and display it..
    I just know this method:
    Copy xml file sctructure,
    Loadxml
    Return as XmlDocument
    See more | Go to post

  • MATTXtwo
    started a topic WOSA passbook printer

    WOSA passbook printer

    Hi guys,
    I developing some system to print directly to passbook printer using VB.NET-WOSA,
    I tried google up the answer and found none to solve my problem
    The question is,can VB.NET communicate to passbook printer directly?
    I just need the concept using VB.NET and sample code to make it happens
    See more | Go to post

  • MATTXtwo
    started a topic Exe call class in .vb file

    Exe call class in .vb file

    Hi guys i'm trying to call an external .vb file class function
    is it like dim a as ClassName=new ClassName()?
    so how do you do with this kind of..
    I try to search for return value from .vbs to project that i will compiled, but none got the answer..

    #The reason why i'm doing this is for feature maintenance..
    no need to compile again for changes
    See more | Go to post

  • MATTXtwo
    started a topic Visual Basic 2005 Installed Component Missing
    in .NET

    Visual Basic 2005 Installed Component Missing

    I just got this problem,
    twice already
    First during the unsuccessful installation of VS 2008
    Second time during the heavy load running process before blackout.
    During the problem,
    I can't start a project using Visual Basic Project Template.
    I just add back the missing component by add/remove program back with the installation CD.
    See more | Go to post

  • MATTXtwo
    replied to how to reverse byte() to string
    Answered

    Actually i got the solution from here:
    so now i'm proceeding the next step..
    >Encrypt using 3des
    >Decrypt 3des
    >Reverse MD5 hashing
    So wish me luck
    See more | Go to post

    Leave a comment:


  • MATTXtwo
    started a topic how to reverse byte() to string

    how to reverse byte() to string

    i got byte() value as
    '11111111111111 11AAAAAAAAAAAAA AAA111111111111 1111'
    i want it to reverse back to string,
    i don't know how to input back this string into byte() as it is
    See more | Go to post

  • Disk Full for running application


    i have the same problem..but
    i can access the other application at the same server without getting error message?
    so how this happen?
    is it something that makes it the error like that...
    See more | Go to post

    Leave a comment:


  • MATTXtwo
    started a topic Image Processing Problem

    Image Processing Problem

    guys I have this problem related to image editor..
    I 'm developing a project that can resize,add text,move rectangle for crop an image also scroll for bigger image..
    the problem is I don't know how to make it display perfectly
    this is the code that i've use for all function above
    Code:
    graphic=image.CreateGraphic
    graphic.DrawImage(sourceImage,rectangle,x,y,width,height,graphicunitpixel)
    but when ever it switch...
    See more | Go to post
    Last edited by MATTXtwo; Jul 15 '09, 11:12 AM. Reason: not fully code

  • MATTXtwo
    started a topic Change Image Report VB.Net

    Change Image Report VB.Net

    I got some probs here..
    I got this project upload image
    i have already upload that image...
    and i need to make the image path pass the value to crystal report
    and display it
    how to do that?
    how to create parameter for picturebox source file on crystal report
    See more | Go to post

  • MATTXtwo
    started a topic Print One Table iFrame per Page+Javascript

    Print One Table iFrame per Page+Javascript

    I have some problem that need to solve..
    let say i got a list of personel number
    and i want to print the detail of each personel number automatically from that list
    how i do that
    coz window.print only print one page..
    i need to print one detail per page
    See more | Go to post

  • actually this error was cause by the data on table which make the record is not selected ....
    tblPeribadi column that using inner join got the data of null or not match with column on other table for inner join...
    anyway i want to share all my experience of getting error and debug it to all
    Hopefully there's solution for everyone...
    See more | Go to post

    Leave a comment:


  • MATTXtwo
    replied to link define and submit by javascript
    thanks that rights..
    Code:
    onclick="javascript: ConfimForm();return false;"
    but must typein this on the button if not the form will submit to the link that define on form tag...sure we don't want that...
    See more | Go to post

    Leave a comment:


  • MATTXtwo
    started a topic link define and submit by javascript

    link define and submit by javascript

    i have a code like this
    Code:
    var total=document.getElementById("pagelimit").value;
    	var choice=confirm("Adakah anda pasti untuk set semula password bagi "+total+" rekod\!\nAre you sure to reset password for "+total+" record\!");
    	if (choice)
    	{	
    	str="http:\\somethingurl";
    
    	}else{
    	str="http:\\somethingurl";	
    	}
    so i want to make javascript...
    See more | Go to post

  • MATTXtwo
    replied to how to update set some added string
    Thanks CK and i did it with LEFT...
    See more | Go to post

    Leave a comment:


  • MATTXtwo
    replied to one IP one user login
    could you explain it in more detail....
    that request.serverv ariables? to check IP?so do i need to store the ip detail in some cookie?or session?or in database?or etc?...
    See more | Go to post

    Leave a comment:


  • MATTXtwo
    started a topic Experience the error of rs.BOF or rs.EOF

    Experience the error of rs.BOF or rs.EOF

    i have some experience on that thing...some logical error maybe..
    coz it works perfectly on different login id that i always use..
    i use store procedure and maybe it got some error in it..
    please let me know if it have some
    here the select for record that make me got error either bof or eof true or either record has been deleted...like that
    Code:
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ...
    See more | Go to post

  • MATTXtwo
    started a topic one IP one user login

    one IP one user login

    This is the heavier code...
    I have to make sure no one can log on system more than one login on same ip or at the same time there are two people log on system in different ip but same login id..
    Please help...and some explaination coz i'm almost dummies now
    See more | Go to post
No activity results to display
Show More
Working...