User Profile

Collapse

Profile Sidebar

Collapse
moonalamoor
moonalamoor
Last Activity: Mar 23 '08, 08:22 PM
Joined: Feb 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • moonalamoor
    replied to Use many frame in visual studio
    No Answer !!!!

    Did any one understand my Ques.

    or shall i repeat it ???
    See more | Go to post

    Leave a comment:


  • moonalamoor
    started a topic Use many frame in visual studio

    Use many frame in visual studio

    Hi

    i want to use two frame in the same page
    so i can scroll up and down one of them, where the second does't change??

    i tried to use

    <frame>

    but it's undefined in visual studio

    so how can i do it ???


    thank's
    See more | Go to post

  • moonalamoor
    started a topic Drow chart in C#
    in .NET

    Drow chart in C#

    Hi

    can anybody tell me
    How can i Drow a chart for some data ??? in C#

    i don't know

    shall i use ActiveX control
    or there is some thing else ??


    thank's
    See more | Go to post

  • moonalamoor
    replied to RadioButtonList
    Hi

    ummmm

    just want to know

    how can i control the page loading

    coz when the script finish itss jop

    the page will reset automatically (i don't want that) .... !!!!

    i want to go to another event (on server_side) after an event (on_client side) finish successfully .... so how can i do that ???
    See more | Go to post

    Leave a comment:


  • moonalamoor
    replied to RadioButtonList
    i thing that i want to do some thing in page load :S
    i don't know


    this is my script code put i put it before ...

    Code:
    function doCheck() {
    
    var i ,j, ch ;
    
    for (j=1; j<21 ; j++) 
    { 
    ch= -1;
    for (i=0; i<5 && ch==-1 ; i++) 
      {       
      if(document.forms[0].elements['BtnList'+j](i).checked)
      {
        ch=1;
        alert("You
    ...
    See more | Go to post

    Leave a comment:


  • moonalamoor
    replied to RadioButtonList
    OK ....
    i think that i'am using ( asp ) not ( .net ) :S

    i'm doing a web site ... with ( HTML)
    and script with javascript (as you told me) :)


    i used this, coz the first one i didn't understant it

    Code: ( javascript ):

    document.getEle mentById('Label 1').style.color = 'red'

    it works
    but the label ... return to black after one second...
    See more | Go to post

    Leave a comment:


  • moonalamoor
    replied to RadioButtonList
    Hi ...

    I don't understand what you do :S

    but that what i did (as you told me)
    and it works :)


    <script>
    function doCheck() {

    var i , ch= -1 ;
    for (i=0; i<5 && ch==-1 ; i++)
    {
    if(document.for ms[0].elements['BtnList1'](i).checked)
    {
    ch=1;
    alert("You checked "+document.form s[0].elements['BtnList1'](i).value+"...
    See more | Go to post

    Leave a comment:


  • moonalamoor
    replied to RadioButtonList
    Hi
    Thank you all I understand what you said and I try it

    But I want to use RadioButtonList
    Not <input type="radio" name="BtnList1" >

    Because my page will be for evaluation
    Then for every Quest there is many choises.. so I used RadioButtonList

    I tried to do what you tell me.. but I get some error
    Becouse I don’t know how to creat an array for RadioButtonList...
    See more | Go to post

    Leave a comment:


  • moonalamoor
    replied to RadioButtonList
    Than you a lot

    i understand the idea

    but how can i write this variable

    var grp = document.forms[0].elements["BtnList1"];


    this is not available
    document.forms[0].elements["BtnList1"];

    it gives me an error
    See more | Go to post

    Leave a comment:


  • moonalamoor
    started a topic RadioButtonList

    RadioButtonList

    Hi

    I have an Evaluation Page
    at the end I want to submit this Evaluation

    But before that i want to check if every RadioButtonList in the page is checked

    How can i do that

    shall I do (IF Statement)
    but i have 20 Question
    so ... i will do for them all !!!!
    or there is another way to check them all ??
    See more | Go to post

  • moonalamoor
    started a topic read from xls
    in .NET

    read from xls

    hi

    can anyone tell me how can read from xls file by C#

    then print the answer in console ??
    See more | Go to post

  • i will use the windows terminal services component in my project to access pc from another pc remotly
    i know that it is used in remote desktop connection that is already in windows OS

    what i want to know is that if i use it to access there other pc it will logoff ,, or nt
    i dont want the accessed pc to logoff so is there an option to avoid the pc from logoff ???
    See more | Go to post

    Leave a comment:


  • So do you know how to capture the screen and make it as picture
    then send it to the client ??
    See more | Go to post

    Leave a comment:


  • moonalamoor
    started a topic Find all IPs on a LAN
    in .NET

    Find all IPs on a LAN

    Hi,

    I've been trying to get the IPs (or computer names) of the computers in the same network as the computer running the program.

    My goal is to get access on all the other computers, but for that i need the computer name (which i can get through his IP)


    please anyone has the code or the idea of that
    HELP ME !!
    See more | Go to post

  • Thank you....

    I want to build a software that can access pc remotly , view the screen and take the control of the mouse and the keyboard ((without logoff))
    like the remote desktop connection of windowsXP (it's my graduation project)

    i saw microsoft RDP client control component in C# i think that it will help me but idont have any idea of how to use

    so can any one tell me how can i use this co...
    See more | Go to post

    Leave a comment:


  • i tried the code
    i put in the server the ip address but when i run it no thing happen
    how can i know that i has connected to the other pc ?
    See more | Go to post

    Leave a comment:


  • coding Remote Desktop With Remote Mouse and Keyboard Control Features

    hello all

    I want to build a software that can access pc remotly , view the screen and take the control of the mouse and the keyboard ((without logoff)) like the remote desktop connection of windowsXP (it's my graduation project) i saw microsoft RDP client control component in C# i think that it will help me but idont have any idea of how to use so can any one of you tell me the steps to do the project and how can i use this compo...
    See more | Go to post

  • moonalamoor
    started a topic How to start a remote desktop control project
    in .NET

    How to start a remote desktop control project

    Hi

    I want to create my own (Remote Desktop Control) using C# in Visual Studio 2003, that I can use it in any lab. (School lab or university lab).
    So the lecturer could see the screen of student and could control certain one who needs help.

    I just want to know what the first step is that I should begin with it ??
    If anyone knows a good site that can help me in coding my project ???

    Thank ...
    See more | Go to post
No activity results to display
Show More
Working...