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!...
User Profile
Collapse
-
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>
... -
Datareport produces error report, datafield error. So, please send me, how to set datafield properties of an datareport...
Please help...... -
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... -
suresh_punniyakkodi started a topic How to Manage pictures in Visual Basic ( Hellow Banfa Please Help Me)...in Visual BasicHow 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... -
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... -
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.Leave a comment:
-
Hellow Hemant Pathak,
Thank you for your help.
Take Care...
Bye... Bye...
Regards,
Suresh.Leave a comment:
-
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.Leave a comment:
-
Hellow Claudy,
I want deep explanation about that code, and also i want one example for that.
Regards,
SureshLeave a comment:
-
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...Leave a comment:
-
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,...Leave a comment:
-
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...Leave a comment:
-
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--)
{
...Leave a comment:
-
Hi,
Please try this,
#include<stdio. h>
#include<conio. h>
void main()
{Leave a comment:
-
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. -
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.... -
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)
... -
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++;Leave a comment:
-
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...Leave a comment:
No activity results to display
Show More
Leave a comment: