Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 55
Search took 0.01 seconds.
Search: Posts Made By: Iftikhar
Forum: Community Introductions Dec 16th, 2006, 2:46 PM
Replies: 6
Views: 163
Posted By Iftikhar
Wel come nikhilesh

Wel come nikhilesh
Forum: Coder's Corner Lounge Dec 5th, 2006, 5:30 AM
Replies: 7
Views: 355
Posted By Iftikhar
Quite useful information I got. :)

Quite useful information I got. :)
Forum: JavaScript and Client-Side Browser Scripting Dec 4th, 2006, 9:33 AM
Replies: 4
Views: 150
Posted By Iftikhar
Surely he is :()?

Surely he is :()?
Forum: Coder's Corner Lounge Dec 4th, 2006, 9:25 AM
Replies: 13
Views: 166
Posted By Iftikhar
Office 2003 The quick brown fox jumps over the...

Office 2003
The quick brown fox jumps over the lazy dog
Forum: ASP.NET Dec 4th, 2006, 9:22 AM
Replies: 0
Views: 167
Posted By Iftikhar
Updating the database with the timer value

Hi,

I have set a timer on the client side. I want to update the database on the server side with the timer value
1. on the click of the button
2. When timer expire (Timer can expire say on 0 but...
Forum: Coder's Corner Lounge Dec 4th, 2006, 9:05 AM
Replies: 7
Views: 355
Posted By Iftikhar
The question is which messanger you are using....

The question is which messanger you are using. MSN has option to disable these IM or set them to no voice, in preferences I think.
Forum: C# Nov 28th, 2006, 6:39 AM
Replies: 13
Views: 280
Posted By Iftikhar
Is there a way to uninstall this. thereis no...

Is there a way to uninstall this. thereis no unistall utility with it. I deleted the files. By the way good browser. But I think behind the scene you are using IE component so it IE with diferent...
Forum: Coder's Corner Lounge Nov 24th, 2006, 3:56 PM
Replies: 41
Views: 1,093
Posted By Iftikhar
IDE's are helping us to progress. They are not...

IDE's are helping us to progress. They are not making us lazy. If you still want all the code you write, to write it BY yourself then it will take a lot of time. In this time one could do various...
Forum: Software Design and Algorithms Nov 20th, 2006, 12:45 PM
Replies: 7
Views: 111
Posted By Iftikhar
C# has good and easy multithreading capabilities....

C# has good and easy multithreading capabilities. Webservices are also quite easy to use in C#
Forum: Visual Basic .NET Nov 20th, 2006, 12:43 PM
Replies: 2
Views: 151
Posted By Iftikhar
May you can find something useful out of this...

May you can find something useful out of this article http://www.novell.com/coolsolutions/trench/14544.html
Forum: Community Introductions Nov 20th, 2006, 12:37 PM
Replies: 5
Views: 114
Posted By Iftikhar
Welcome

Welcome
Forum: Coder's Corner Lounge Nov 20th, 2006, 12:36 PM
Replies: 20
Views: 313
Posted By Iftikhar
However its graphics are extraordinary. Very...

However its graphics are extraordinary. Very goodlokking
Forum: Visual Basic Nov 20th, 2006, 12:32 PM
Replies: 2
Views: 122
Posted By Iftikhar
Please see the following...

Please see the following link
http://msdn2.microsoft.com/en-US/library/1say4ws7(VS.80).aspx
Forum: ASP.NET Nov 13th, 2006, 9:40 AM
Replies: 2
Views: 226
Posted By Iftikhar
I used the similar method in my experiment site,...

I used the similar method in my experiment site, ie. using object tag. However if you also want that your movie clip play in other browsers like FF2 then also use embed tag with object tag. The url...
Forum: C Nov 13th, 2006, 9:34 AM
Replies: 1
Views: 118
Posted By Iftikhar
The linker error is usually when you have some...

The linker error is usually when you have some function declared but there is no defination for that. So probably you are trying to use a function or object or similar thing from the file which is...
Forum: Existing Project Development Nov 11th, 2006, 12:37 PM
Replies: 2
Views: 151
Posted By Iftikhar
Look interesting. But so far I can see, you just...

Look interesting. But so far I can see, you just choose the language to develop a forum software and tools that could be used in the development. This is fine, as if all decided to devlop in PhP....
Forum: Coder's Corner Lounge Nov 11th, 2006, 12:26 PM
Replies: 37
Views: 717
Posted By Iftikhar
Well I think, Firefox is slower then IE7. As I am...

Well I think, Firefox is slower then IE7. As I am using both of them. There might be some other problem. Although FF2 is better in almost every way, however for speed I think IE7 is good.
Forum: Java Nov 11th, 2006, 12:19 PM
Replies: 12
Views: 296
Posted By Iftikhar
I think some one already the language I used is C...

I think some one already the language I used is C Sharp. Pretty much like Java :). That is a good thing also.
Forum: Coder's Corner Lounge Nov 11th, 2006, 12:15 PM
Replies: 8
Views: 191
Posted By Iftikhar
You can learn more advance batch programming from...

You can learn more advance batch programming from the following URL address http://www.osix.net/modules/article/?id=755
Forum: Java Nov 9th, 2006, 2:03 PM
Replies: 12
Views: 296
Posted By Iftikhar
You can convert striung to charcters array as...

You can convert striung to charcters array as suggested by xavier like this

char [] chrArray = strBiologyStuff.ToCharArray();
[\code]
Then still you want each chracter in arrayList then you can loop...
Forum: Coder's Corner Lounge Nov 9th, 2006, 10:42 AM
Replies: 37
Views: 717
Posted By Iftikhar
I am using IE7 most time with occasion use of...

I am using IE7 most time with occasion use of FireFox and Mozilla. "IE 7 will feature built-in RSS capabilities. Again, Firefox already does this, via the Sage extension. And IE 7 also has...
Forum: C++ Nov 9th, 2006, 5:46 AM
Replies: 5
Views: 213
Posted By Iftikhar
For full documentation and explnation of all the...

For full documentation and explnation of all the graphics functions see the following URL. http://www.cs.colorado.edu/~main/cs1300/doc/bgi/
Forum: C Nov 9th, 2006, 5:33 AM
Replies: 5
Views: 224
Posted By Iftikhar
You can have further expanation of determining...

You can have further expanation of determining compexity of algorithums from the following URL http://www.cs.bham.ac.uk/~mhe/foundations2/node121.html
Forum: C Nov 9th, 2006, 5:16 AM
Replies: 2
Views: 146
Posted By Iftikhar
please have a look on the following URL, might be...

please have a look on the following URL, might be it is useful for you http://blogs.msdn.com/oldnewthing/archive/2006/07/21/673830.aspx
Forum: Community Introductions Nov 6th, 2006, 1:10 PM
Replies: 8
Views: 175
Posted By Iftikhar
Welcome, We will try to help as much as we can

Welcome, We will try to help as much as we can
Forum: ASP.NET Nov 6th, 2006, 7:28 AM
Replies: 5
Views: 202
Posted By Iftikhar
The method I suggested will work. Create session...

The method I suggested will work. Create session variable at the login time and check at page_load this session. If it is null there was no proper login else it was proper
Forum: ASP.NET Nov 5th, 2006, 4:55 PM
Replies: 5
Views: 202
Posted By Iftikhar
you have not asked a complete questions. There...

you have not asked a complete questions. There can be various ways. The one easy method is to create a session variable on the time of logon for that user on successful logon. Then where u need to...
Forum: C++ Nov 5th, 2006, 4:50 PM
Replies: 4
Views: 101
Posted By Iftikhar
It can not be correct according to mathematics...

It can not be correct according to mathematics also as word 'anthony' has 7 chracters in it. If you create a cross product of these chracters then chracter a can be in 7 positions like 'anthony',...
Forum: Coder's Corner Lounge Nov 5th, 2006, 4:26 PM
Replies: 13
Views: 282
Posted By Iftikhar
That sounds great but where this competion will...

That sounds great but where this competion will going to occur. I m in England at the moment
Forum: PHP Nov 5th, 2006, 3:59 PM
Replies: 2
Views: 122
Posted By Iftikhar
Nice, Always good to find solutions urself

Nice, Always good to find solutions urself
Forum: Coder's Corner Lounge Nov 5th, 2006, 5:32 AM
Replies: 36
Views: 688
Posted By Iftikhar
See positive proof of global...

See positive proof of global warming
http://meri.nomadlife.org/uploaded_images/Global_warming-750614.JPG
Forum: Other Programming Languages Nov 5th, 2006, 5:27 AM
Replies: 5
Views: 260
Posted By Iftikhar
Generally any good VC++ book introduce you first...

Generally any good VC++ book introduce you first with some API functions. They will tell you how too start with and create basic windows with API functions. So for start such kind of book is good for...
Forum: Coder's Corner Lounge Nov 4th, 2006, 3:41 PM
Replies: 15
Views: 907
Posted By Iftikhar
There are also free programming...

There are also free programming resources
www.freeprogrammingresources.com
Forum: C++ Nov 4th, 2006, 6:17 AM
Replies: 4
Views: 180
Posted By Iftikhar
There are two modes In graphics mode use...

There are two modes
In graphics mode use setbkcolor(colorNumber);
In text mode use textbackground(colorNumber);
colorNumber = 0-255 in Graphics mode, 0-15 in textMode
Forum: C++ Nov 4th, 2006, 4:54 AM
Replies: 4
Views: 165
Posted By Iftikhar
There are several other ways to pass input a date...

There are several other ways to pass input a date in function. There are also structures for date time in C/C++, and doing mathematics with them is easy. Still If you want to continue with the date...
Forum: PHP Nov 4th, 2006, 4:19 AM
Replies: 2
Views: 78
Posted By Iftikhar
Yes, It always returns the current server time...

Yes, It always returns the current server time and I think you are only using one server. So on the current server time stamp will always be unique until unless you have more then one servers and...
Forum: C++ Nov 3rd, 2006, 1:50 PM
Replies: 2
Views: 112
Posted By Iftikhar
Here is also a sample code thru which you can...

Here is also a sample code thru which you can look 255 ASCII chracter codes
[Code]
void main()
{
int i;
for (i=0;i<255;i++)
printf("[%c == %d]",i,i);
}
[\code]
Forum: Community Introductions Nov 3rd, 2006, 10:35 AM
Replies: 8
Hii
Views: 141
Posted By Iftikhar
So after so many welcome's I must say welcome...

So after so many welcome's I must say welcome again by my side
Forum: ASP.NET Nov 1st, 2006, 1:46 PM
Replies: 4
Views: 550
Posted By Iftikhar
Hi, First read this file of configuring SQl and...

Hi,

First read this file of configuring SQl and then perform following steps. This error is configuration error.

http://web.lemoyne.edu/courseinformation/MIS465/Chapter06Data/MSDE_ReadMe.doc

1....
Forum: C# Nov 1st, 2006, 1:33 PM
Replies: 4
Views: 344
Posted By Iftikhar
Because you are creating new form by using new...

Because you are creating new form by using new keyword so all of your previous data is lost.
You can have private objects of the forms you want to show hide. Before displaying them check the...
Showing results 1 to 40 of 55

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:43 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC