User Profile

Collapse

Profile Sidebar

Collapse
zonar00
zonar00
Last Activity: Feb 25 '08, 02:09 PM
Joined: Oct 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zonar00
    started a topic search in datagrid
    in .NET

    search in datagrid

    i need a help on (visual studio c#) regarding datagrid control i want
    to know how could i implement the search function in order to view a particular item present within the grid.
    See more | Go to post

  • zonar00
    replied to setting up small network lab
    yeah pen-test. YES i want to deploy an IDS on my network and then test it against it evasion/invasion attacks(commonl y known to IDs technologies only)...
    See more | Go to post

    Leave a comment:


  • zonar00
    started a topic setting up small network lab

    setting up small network lab

    I'm interested in opening up a small network lab for my research work at my house.

    For this i already have purchased the following:-

    #3 Pc's
    #1 linux(machine) functioning as a router having 2 NIC
    #1 8 port switch
    Patch cables as required.

    Now,the thing is that getting all this to work. I want the (3) Pc to have an access
    to internet as most important requirement for any kind...
    See more | Go to post
    Last edited by sicarie; Feb 16 '08, 02:21 AM. Reason: Language

  • zonar00
    replied to What is the difference between free and delete?
    in C
    as far as i know the ans lies on how these two functions are used independently of each other.like free only ensure that the space oocuiped by the varaible is made re-initalized (emptied) and is available for further use. Like
    {12,222,334,34} ={0,0,0,0)

    where as delete would delete the entire memory space occupied making it imposible to refer the varaiable once its gets deleted where in free u could still access it....
    See more | Go to post

    Leave a comment:


  • zonar00
    started a topic where does _snprintf goes in tc 3.0
    in C

    where does _snprintf goes in tc 3.0

    Code:
    int main(int argc, char* argv[])
    {
    char buf[64] = {};
    _snprintf(buf, sizeof(buf) - 1, argv[1]);
    return printf("%s\n", buf);
    }
    when the code is compiled under tc 3.0 the _snprintf gives an undefined declration/memeber error.

    i failed to understand for the reasons why as _snprintf is defined uder the lib stdio.h but it seems the lib doesn't have a definition...
    See more | Go to post

  • zonar00
    replied to C# Web-App: Sql query way tiring for sync()
    in .NET
    the second option(2) seems more probable but firstly PL\SQL kinda thing is not retired in my case as im not supposed to do any datamining on the record. I just have to retrieve and display them in datagrid thats it so i think simple SQL query should do the trick.

    im interested in knowing that like in case of restricting the record for 100 count can be done with the help of sql query using the count keyword but dnt u think going in...
    See more | Go to post

    Leave a comment:


  • zonar00
    started a topic C# Web-App: Sql query way tiring for sync()
    in .NET

    C# Web-App: Sql query way tiring for sync()

    I wanna help on the following aspect of SQL data retrieval which requires one to retrieve data from remote SQL server site asynchronously.

    Im building a c# application. I want to retrieve record (network packets info) from the remote computer that is located on the same subnet as the client (from which it receives the request). Since due to the large volume of data which may include more than 20,000 rows in each table .....
    ...
    See more | Go to post

  • zonar00
    started a topic sql query way tiring for sync()

    sql query way tiring for sync()

    I wanna help on the following aspect of SQL data retrieval which requires one to retrieve data from remote SQL server site asynchronously.

    Im building a c# application. I want to retrieve record (network packets info) from the remote computer that is located on the same subnet as the client (from which it receives the request). Since due to the large volume of data which may include more than 20,000 rows in each table .....
    ...
    See more | Go to post

  • for god sake it my hotmail id...the only mistake i did tht i didn't mentioned that i tried to retrieve my account using the (secret question technique).

    The three attempts thus made was in guessing my secret question not my password.

    i tried msn help but all in vain...
    See more | Go to post

    Leave a comment:


  • Hotmail: hung up after 3 consecutives failed attempts

    as stupid as it seems i cannot reset my password(hotmai l) after i
    failed guessing it correctly (3 times in row)

    for my future attempt Microsoft responds me with this monotonous msg every time i attempt to reset it again using the secret question technique.
    msg:
    This option is temporarily unavailable because incorrect information was entered too many times. Please try another reset option or try again later
    ...
    See more | Go to post

  • zonar00
    replied to cannot re-enable disable button
    in .NET
    yeah i know my programming teachers used to say the same thing over and over again.but i think in unsafe hands these real life resemblance means that your code becomes much clearer and understandable.

    Without them, the other coder/hacker etc has to really dig in to understand whts going on. Its just as simple like if the fun() for the login process is named as authenticate(). The other coder would easily know that what it should and...
    See more | Go to post

    Leave a comment:


  • zonar00
    replied to cannot re-enable disable button
    in .NET
    I solved the problem i did it through passing the ref of form 1 into form 2 constructor. It did the tricked for me.

    form1 f1;
    form2(form1 f11)
    {
    f1=f11;
    }

    this f1 thus contained the current status for form 1 and i was able to control the disable feature by calling f1.btn.enabled= true;

    where "btn"proper ty / accessibility was set to "public"in order it to be...
    See more | Go to post

    Leave a comment:


  • zonar00
    started a topic cannot re-enable disable button
    in .NET

    cannot re-enable disable button

    Im using two forms. On form 1 i decides to open the specific form(form 2) i disables the
    button which is present in form 1 by changing its property to btn.Enabled=fal se;

    When i open the second form(form 2)and after doing some operations there i close
    form 2 in c# there is a function
    public void formclosed(Obje ct sender,formclos edeventsargs e)
    {

    //in this function i call the form 1 constructor...
    See more | Go to post

  • zonar00
    started a topic Help me decide on SOHO technology

    Help me decide on SOHO technology

    I 'am running a broadband router for an internet connection on one PC. For the other three PC i want to know what would be best choice for establishing a home network.

    Either a switch or an router. I think since i already have one router the other doesn't make the sense. On my PC 1 iám 2 Ethernet cards one is connected to the router while the other is for now connect to one other PC using a (crossover cables).

    Should...
    See more | Go to post

  • zonar00
    replied to complex SQL query
    u must be kidding right..... i have posted the same link to other forums noone was probably as pessimistic as your are....
    See more | Go to post

    Leave a comment:


  • zonar00
    started a topic complex SQL query

    complex SQL query

    http://img100.imagesha ck.us/my.php?image=sq loi8.png

    (please refer this first before proceeding)

    I want a SQL query that satisfies the following results:-

    Question# I want to count the rows where the client + server IP remain same over a particular # of entries like 10,20 and etc.
    E.g 1-4 is a pattern where both client and server ip have remain same. I want a count of that.

    Sub-Question#...
    See more | Go to post
No activity results to display
Show More
Working...