User Profile

Collapse

Profile Sidebar

Collapse
navda
navda
Last Activity: Jan 30 '13, 08:44 AM
Joined: Jan 28 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • navda
    replied to dowhile doesn't work out properly
    in C
    thanks a lot for repling me back but i wish if u could send me the code for my better understanding and pointing out the lines where i had made mistakes i have tried this code from let us c eight edition but it was not working in my computer so i need more clear code to get throught this problem
    See more | Go to post

    Leave a comment:


  • navda
    started a topic dowhile doesn't work out properly
    in C

    dowhile doesn't work out properly

    Code:
    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    clrscr();
    char another,
    int num;
    printf("\nenter a number to get its square\n");
    scanf("%d",&num);
    printf("\nsquare of %d is %d",num,num*num);
    printf("\ndo you want to enter another no y/n");
    scanf("%c",&another);
    }while(another=='y');
    getch();
    ...
    See more | Go to post
    Last edited by Banfa; Sep 27 '10, 09:04 AM. Reason: Added [code] ... [/code] tags round the code, please use them in future.

  • navda
    started a topic alien to problem

    alien to problem

    hi
    i have got a big problem and tired of finding the solution throughout the net but didn't proved to be helpful.
    please help me out..
    previously it was working fine but after few days it shows a problem.i am connected to local area network internet connection and haven't installed anti virus in my computer .i think to some extent that this problem is caused due to virus.
    ...
    See more | Go to post

  • well thanks for answering me back
    but it didn't helped me a lot i just want to be clear that is it possible to connect my access database 2003 to vb project using data control .
    the other solution you provided me by using adodc control.well i can connect my same database using adodc earlier but i just want to connect through data control also . i can connect excel 2003 database using data control but why not...
    See more | Go to post

    Leave a comment:


  • navda
    replied to using for loop
    hi thanks a lot for answering me back....
    well i still have some doubts with previous solution

    private sub command1_click( )
    for n=0 tolist1.listcou nt-1
    if list1.selected( n) =true then
    list2.additem list1.list(n)
    list1.selected( n)=false
    end if
    next n
    end sub

    ok i got the point about the incrementation of next n=n+1.but i want to know that
    if n=0 means first...
    See more | Go to post

    Leave a comment:


  • how to connect my vb project to microsoft access 2003 database

    hi ...
    i want the solution for this question please help me out.
    i have created a database in microsoft access database 2003 .the name of my database is information and i have created a table name employee having field names (employee no,employee name,employee address,emplyee salary) and also records had been entered.
    so now i have designed an interface in visual basic with the same field names...
    See more | Go to post

  • how to connect my access database with vb project

    hi... i am new to visual basic and i want to know how to connect my visual basic project to my access database ...
    means i had created a student database in ms access and i tried to connect it to my vb project. i had designed interface with all required data control bounds and used adodc component and when i tried to connect my database or build a connection and tried to test connection it says unformatted database ..which has created...
    See more | Go to post

  • navda
    started a topic redirecting

    redirecting

    hi thanks a lot for answering me back....
    well i still have some doubts with previous solution

    private sub command1_click( )
    for n=0 tolist1.listcou nt-1
    if list1.selected( n) =true then
    list2.additem list1.list(n)
    list1.selected( n)=false
    end if
    next n
    end sub

    ok i got the point about the incrementation of next n=n+1.but i want to know that
    if...
    See more | Go to post

  • navda
    started a topic using for loop

    using for loop

    hi i am a new user to visual basic which i find very interesting but one small problem stuck out behind me using for loop
    i get confused with the following code please help at(nvnrai8@gmai l.com)

    private sub command1_click( )
    for n=0 tolist1.listcou nt-1
    if list1.selected( n) =true then
    list2.additem list1.list(n)
    list1.selected( n)=false
    end if
    next n
    end sub

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