Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~840 People Reached
About Me

Pursuing MCA. Love to learn different Programming Languages. Having keen interest to create Windows Application.Fan of Books.

Interests
Graphics Designer, I design Logo, Banner, Header for clients.
PC Specs
Using Windows7 and Ubuntu 10.10 now... Have a lot interest in Google's Chrome OS..
Favorite Tags
Member Avatar for debayanmitra

[CODE] Dim mDocDtT As Date Dim mDtPeriod as Integer = 4 mDocDtT = DateAdd(DateInterval.Month, mDtPeriod, mDocDtT) mDocDtT = Format(mDocDtT, "yyyy-MM-dd") [/CODE] But the codes are not working the date is still in #01/27/2011# format I want it in yyyy-MM-dd format Please help!!!

Member Avatar for debayanmitra
0
185
Member Avatar for debayanmitra

I want to capture a still picture in any format like .png,.jpg,.bmp etc. using a webcam. And want to save that in directory. Please help me.

Member Avatar for jlego
0
219
Member Avatar for debayanmitra

[CODE] DELIMITER $$ DROP PROCEDURE IF EXISTS `AddTranMast` $$ CREATE DEFINER=`root`@`localhost` PROCEDURE `AddTranMast`(mDocDt date,mDocType CHAR(2)) begin declare mDocNo char(5); declare Code double; select max(docno) into Code from tranmast; if code=00000 then set mDocNo=00001; else set Code=(100000+Code+1); set mDocNo=substring(Code,2,5); end if; insert into tranmast(docno,docdt,doctype) values(mDocNo,mDocDt,mDocType); end $$ DELIMITER ; [/CODE] I …

Member Avatar for smantscheff
0
158
Member Avatar for debayanmitra

I'm stuck in a problem.. I want to use two combo let Country and City, where City list depends on the Country combo, How can I don do it with HTML and PHP only? Thanks.

Member Avatar for Shanti C
0
113
Member Avatar for Robinaofloxley

I have an image that got sent to me for a logo... I need to change the text to something else. It is a jpeg image and am not sure how to go about it.

Member Avatar for annemendez
0
118
Member Avatar for debayanmitra

#include<daniweb.h> main() { printf("Hello to all members of DaniWeb IT Discussion Community..."); } :D

Member Avatar for AndreRet
0
47