User Profile

Collapse

Profile Sidebar

Collapse
suresh_punniyakkodi
suresh_punniyakkodi
Last Activity: Apr 19 '08, 06:48 AM
Joined: Aug 10 '06
Location: Arakkonam - Chennai
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hot to read all cell value from Excel using visual basic

    Hellow Friends,
    I have one doubt, please help me...
    In Excel, i have lot of rows and coloumns, i need to read all cell values with in rows and coloumn limit...
    At the time of read data from excel, Invalid use of Null error came...
    In that current cell have an '#VALUE!" -> that means illegal value...
    I need to read same '#VALUE!"(exact cell value from excel)...
    #VALUE!...
    See more | Go to post

  • suresh_punniyakkodi
    started a topic Immediate solution

    Immediate solution

    Hellow Friends,
    I am created one ASP Page to send mail automatically to my mail id.. But, this file displays following error message... Please rectify this and send solution for this... to send automatically mail to my mail id...

    Please help me...

    code:-


    <html>
    <head>
    <title>Geethanj ali - FeedBackForm</title>
    ...
    See more | Go to post

  • Datareport produces error report, datafield error. So, please send me, how to set datafield properties of an datareport...
    Please help......
    See more | Go to post

    Leave a comment:


  • How to pass SQL Query to DataReport at Runtime

    Hello to all,

    How to pass SQL Query to DataReport at Runtime...

    Please, Any body help for this Question...


    Regards,
    Suresh...
    See more | Go to post

  • How to Manage pictures in Visual Basic ( Hellow Banfa Please Help Me)...

    Hellow,
    I am suresh, i am developing one project in VB. I need your help. My question is how to zoom pictures(zoom in and zoom out) in Visual Basic (like Photo Editor). Because, i am managing some pictures in my one part of the Project, and i need how to rotate pictures in Visual Basic. So, please tell me how to include zooming facility in VisualBasic. and how to include scrolls in that pictures, and also i need zoom...
    See more | Go to post

  • suresh_punniyakkodi
    started a topic How to Link Flash to DreamWeaver

    How to Link Flash to DreamWeaver

    Hellow Friends,
    Now i am developing one WebSite using Dream Weaver. I need help to link flash to DreamWeaver. I am created one Animation in Flash. In this case i need to link flash animation (Flash File) to DreamWeaver.

    Please Help Me...

    Take Care...
    Bye.. Bye...
    See more | Go to post

  • suresh_punniyakkodi
    replied to Add New Line to String
    Hi, Please follow the following steps,
    using vbcrlf to create a new line, Please use this vbcrlf, and concatenate to string to create a new line.
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to How to Find Path
    Hellow Hemant Pathak,
    Thank you for your help.

    Take Care...
    Bye... Bye...



    Regards,
    Suresh.
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to Dynamic allocation in C++
    in C
    Hi,

    Yes Sure, Then only memory releases. In C++, no Garbage Collection Facility. Java only have Garbage Collection facility. It means automatically memory releases at the time of program end.



    Regards,
    Suresh.
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to How to Find Path
    Hellow Claudy,
    I want deep explanation about that code, and also i want one example for that.


    Regards,
    Suresh
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to Printing Prime numbers
    in Java
    Hi,
    Please try this code,

    int i,j,p;
    for(i=2;i<=100; i++)
    {
    p = 0;
    for(j=2;j<=i/2;j++)
    {
    if(i%j == 0)
    {
    p = 1;
    break;
    }
    }
    if(p == 0)
    System.out.prin tln(i);
    }




    This is exact way.
    ex:- no:40, in this number divisible only between 1 to...
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to Dynamic allocation in C++
    in C
    Hellow,
    Your information is correct.

    new operator is used to allocate memory space at run time, and delete operator is used to free memory space at run time(Allocated memory).

    In c++,

    new operator is used inside constructor, to allocate memory space for member data or data members.
    delete operator is used inside destructor,...
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to how getch()?
    in C
    Hellow Rathish Kumar,
    Please follow the following,
    Alphabets, Numbers are have ascii value and scan value. But, Arrow keys, Ctrl, Shift, Function Keys are have only scan value.

    For Example,
    int a;
    a = getch();
    if(a == 0)
    a = getch();

    If you press numbers or alphabets, then ascii values is stored in the variable a.
    But you pressed...
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to Nested Loop
    in C
    Sorry, i am mistakely pressed enter key, Please follow this
    Please try this,

    #include<stdio. h>
    #include<conio. h>
    int i,j;
    void first(int n)
    {
    for(i=1;i<=6;i+ +)
    {
    for(j=1;j<=i;j+ +)
    printf("*");
    printf("\n");
    }
    }
    void second(int n)
    {
    for(i=n;i>=1;i--)
    {
    ...
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    replied to Nested Loop
    in C
    Hi,
    Please try this,
    #include<stdio. h>
    #include<conio. h>
    void main()
    {
    See more | Go to post

    Leave a comment:


  • suresh_punniyakkodi
    started a topic How to Find Path

    How to Find Path

    Hellow Friends,
    Now, i am developing one project. I want one help,, How to find path in VisualBasic.

    I am created exe file in VisualBasic and placed in to any where,

    Ex: abc.exe. This file is placed in any where in my system.. I want that file path at time of execution of that abc.exe file.



    Regards,
    Suresh.
    See more | Go to post

  • suresh_punniyakkodi
    started a topic How to include sound in Flash

    How to include sound in Flash

    Hellow to all,

    In am working in Dreamweaver, In my project i want to include flash files to this project, i am included flash to dreamweaver, that flash file is working in only design time.
    My Question is.

    1. How to flash files in dreamweaver at run time.
    2. How to include sounds in flash.



    Regrads....
    See more | Go to post

  • suresh_punniyakkodi
    started a topic How to Access SubFolders

    How to Access SubFolders

    Hi,
    I have one folder if D drive. Ex:- D:\Login
    I have some sub folders in this Login Folder,
    Ex:-

    D:
    Login (root folder)
    Suresh (sub folder)
    Thiyagu (sub folder)
    Sriram (sub folder)
    Sriram (sub folder)
    ...
    See more | Go to post

  • suresh_punniyakkodi
    replied to Fibonacci Series
    in C
    Hi,
    Please follow the following program,

    Code:
    #include<stdio.h>
    #include<conio.h>
    void main()
    {
      int a =0,b=1,c,i=2,n;
      clrscr();
      printf("Enter N Value : ");
      scanf("%d",&n);
      printf("%d\t%d\t",a,b);
      while(n>i)
      {
        c = a+b;
        printf("%d\t",c);
        c=b;
        b=a;
        i++;
    ...
    See more | Go to post
    Last edited by Frinavale; Sep 28 '10, 02:14 PM. Reason: Please post code in code tags.

    Leave a comment:


  • suresh_punniyakkodi
    replied to Database Connection
    Hi,
    Please follow the following Steps,

    1. Projet menu -> Refences -> Select Microsoft ActiveX Data Objects 2.1 Library and click ok Button.

    2. Use the following code,

    Dim con As New ADODB.Connectio n
    Dim rs As New ADODB.RecordSet

    con.Open "Provider=Micro soft.Jet.OLEDB. 4.0;Data...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...